Вопрос задан 02.10.2023 в 23:04. Предмет Информатика. Спрашивает Шакирский Иван.

6,2sin35kx-cos|62,11| – 2tg9 _______________________ -3log39 5p+√cos4x5

0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Давыдов Владислав.

Ответ: Язык Паскаль.

var

 k,x,p,a,b,d:real;

begin

 writeln('Введите 3 числа через пробел');

 readln(k,x,p);

 a:= 6.2 * sin(35*k*x)- cos(abs(62.11)) - 2*(sin(9)/cos(9));

 b:= -3*ln(39)* 5*p + sqrt(cos(4*x*5));

 d:= a/b;

 writeln(d);

end.

0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

It seems like you've provided an expression that includes various mathematical operations and trigonometric functions. Let's break it down step by step:

  1. 6,2sin35kx: It appears to be a typo or formatting error. If you meant 6.2*sin(35kx), then this is a trigonometric expression involving the sine function.

  2. cos|62,11|: It looks like you meant cos(62.11), which is the cosine of 62.11 degrees or radians, depending on the context.

  3. 2tg9: It appears to be a typo. If you meant 2*tan(9), then this is the tangent of 9 degrees or radians, depending on the context.

  4. -3log39: It looks like you meant -3*log(39), which is a logarithmic expression.

  5. 5p+√cos4x5: This expression is a bit unclear. It seems to involve a variable "p" and a square root of the cosine of 4x, but the exact meaning is not clear.

Without more context or clarification of the variables and their meanings, it's challenging to provide a simplified expression or a specific numerical value for this expression. Please clarify the expression or provide more details if you need further assistance.

0 0

Похожие вопросы

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос