Answer:
1109
Step-by-step explanation:
you can subtract the terms to see the difference between them
-11-(-27)=16
The sequence is increasing by 16
you can plug that 16 in the formula for d
a_n=a_1+(n-1)d
a_n=a_1+(n-1)16
n represents the term you want to find in this case the 72nd
a sub 1 is the first term of the sequence in this case -27
a_72=-27+(72-1)16
a_72=-27+(71)16
a_72=-27+1136
a_72=1109
The answer is C. 6+3 x (-5)
To determine the effect of changing the diameter of a sphere to its volume, we would need to know the formula for the volume of a sphere which is V = 4πr³/3 where r is half of the diameter. As you can see, there is a direct relationship.
r1 = d1/2
r2 = d2/2 = 2d1/2 = d1
V2/V1 = (4πd1³/3) / (4π(d1/2)³/3)
V2/V1 = 8
Therefore, the volume of the sphere would be 8 times the original volume.
Answer:
no solutions
Step-by-step explanation:
The lines are parallel since they have the same slope
y = mx+b where m is the slope
They have different y intercepts (b)
The will never intersect so they have no solutions
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