Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Какая
строка программы соответствует заданной функции:
Y =arccos(exx)5
Y =
arccos(e
Y = (acos * (exp * x) * x, 5.0);
Y = arccos(pow(pow(e,x) * x, 5.0));
Y = acos(pow(exp(x)*x, 5.0));
Y =acos(pow(pow(e,x) * x, 5.0));
acos(pow(pow(e,x) * x, 5.0));
Y = acos((exp * x) * x, 5.0));
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!