Answer:
The volume of the cylinder is 2002 square units.
Step-by-step explanation:
It is given that,
Height of the cylinder, h = 13 units
Radius of the cylinder, r = 7 units
We need to find the volume of the cylinder. The formula of the volume of cylinder is given by :

So, the volume of the cylinder is 2002 square units.
Answer:
I think it is c sorry if it's worng
Step-by-step explanation:
Kbivivivogxoyxoycoycoycoycoycoycoycoyco
<u>Answer:</u>
Cost of package of paper = 4$
Cost of stapler = 7$
<u>Explanation:</u>
Consider the cost of package of paper = x and that of stapler = y.
Now, we are given that cost of 3 paper packages and 4 staplers = 40$
Hence we get, 3x + 4y = 40 as 1st equation.
we are also given, cost of 5 paper packages and 6 staplers = 62$
Hence, the second equation is 5x + 6y = 62
Now, solving the two equations by method of elimination, we first equate coefficients of any one variable say x by multiplying 1st equation by 5 and second by 3 we get ->
15x + 20y = 200
15x + 18y= 186
Subtracting the two we get y = 7 and substituting this value of y in first equation we get x = 4
which gives the required cost of one paper package = x = 4$
and one stapler = y = 7$
Well this is simple a calculator type problem...but if you are curious as the the algorithm used by simple calculators and such...
They use a Newtonian approximation until it surpasses the precision level of the calculator or computer program..
A newtonian approximation is an interative process that gets closer and closer to the actual answer to any mathematical problem...it is of the form:
x-(f(x)/(df/dx))
In a square root problem you wish to know:
x=√n where x is the root and n is the number
x^2=n
x^2-n=0
So f(x)=x^2-n and df/dx=2x so using the definition of the newton approximation you have:
x-((x^2-n)/(2x)) which simplifies further to:
(2x^2-x^2+n)/(2x)
(x^2+n)/(2x), where you can choose any starting value of x that you desire (though convergence to an exact (if possible) solution will be swifter the closer xi is to the actual value x)
In this case the number, n=95.54, so a decent starting value for x would be 10.
Using this initial x in (x^2+95.54)/(2x) will result in the following iterative sequence of x.
10, 9.777, 9.774457, 9.7744565, 9.7744565066299210578124802523397
The calculator result for my calc is: 9.7744565066299210578124802523381
So you see how accurate the newton method is in just a few iterations. :P