V = S*h
h = V/S = 250*pi / 50*pi = 5 m
Answer:
Hope this answers the question.
Step-by-step explanation:
Factoring a number: If you use the number 10, for example, you have to find all the factors to factor it. 1, 2, 5, 10.
Factoring a trinomial: If you use the trinomial x^2 + 16 + 64, for example, to factor it you need to first find what numbers multiply up to 64 and also add up to 16. In this case, those numbers are 8, and so you get (x + 8)^2.
Answer:
Step-by-step explanation: In short, pressing F11 will take you to every line including your function body, but F10 allows to move from one line to the the immediate next line. F11 -> Execute code one statement at a time, following execution into function calls (Step Into).
We can see that
there are six sides
so, n=6
so, firstly we will find total angle
total angle =(n-2)*180
total angle =(6-2)*180
total angle =720
so, sum of all angles must be 720
so, we get

now, we can solve for x

.............Answer