Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Визначити правильний запис виразу y=2,5x7-tgx, якщо x >0 у VBA.
y= 2,5*exp(7*ln(x))-sin(x)/cos(x);
y = 2.5*exp(7*ln(x))-tg(x);
y = 2.5*x^7-sin(x)/cos(x);
y = 2.5*x^7-сtg(x);
y = 2.5*exp(7*ln(x))-sin(x)/cos(x);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!