Math, asked by sreenivasuluravuru18, 9 months ago

the value of 1 power c is​

Answers

Answered by manasvi8451
0
2) without any assignment to an integer outputs 25.

This is because 52 (i.e. 25) might be stored as 24.9999999 or 25.0000000001 because the return type is double. When assigned to int, 25.0000000001 becomes 25 but 24.9999999 will give output 24.
To overcome this and output the accurate answer in integer format, we can add 0.5 to the result and typecast it to int e.g (int)(pow(5, 2)+0.5) will give the correct answer(25, in above example), irrespective of the compiler.
Answered by aryansuts01
0

Answer:

Concept:

The product of multiplying an integer by itself is called a power. A base number and an exponent are commonly used to express a power. The base number indicates what number is being multiplied. The number of times the base number is multiplied is indicated by the exponent, which is a little integer printed above and to the right of the base number. How many times a number should be multiplied is determined by its power. Powers are also known as exponents and indices.

Given:

The value of 1 power c is​

Find:

find the value of 1^c

Answer:

=> The number X raised to the power of two is also known as X squared. X cubed is the number X raised to the third power. The base number is

referred to as X. It's as easy as multiplying the base number by itself to get an exponent.

we know that

\pi ^{c} =180°

1^c=\frac{180^{0} }{\pi }

\pi =\frac{22}{7}

1^c=\frac{180^{0} }{22/7}

1^c=\frac{180^{0}*7 }{22}

1^c=\frac{90^{0}*7 }{11}

1^c=\frac{630^{0} }{11}

1^c=57.2727

∴ The value of 1^c=57.2727

#SPJ3

Similar questions