Respuesta :
Answer:
3 * 5 + 4 ** 2 - 1 = 5
Explanation:
3 * 5 = 15 + 4 ** 2 = 76 - 1 = 75
The exponent of a number shows how many times a base integer should be multiplied. It is represented as a tiny number in the top right corner of a base number, and the further calculation can be defined as follows:
Given:
[tex]\bold{calc = 3 * 5 + 4 ** 2 - 1}[/tex]
Calculation:
[tex]\bold{calc = 3 \times 5 + 4^2 - 1}\\\\\bold{calc = 15 + 16 - 1}\\\\\bold{calc = 15 + 15 }\\\\\bold{calc = 30 }\\\\[/tex]
- The given code is a part of the python program, in which we use the power expression.
- It implies that one "*" symbol is used to multiply the value and "**" and two symbols are used for calculating the power value.
Therefore, the answer is "4".
Learn more:
brainly.com/question/9857728
![Ver imagen codiepienagoya](https://us-static.z-dn.net/files/d80/463854fe878e401c3f6696ed8e297871.jpg)