D because it helps better and explains better and makes most sense
To solve for the time an object takes to hit the ground, the equation
<em>y</em> <em>= y₀ + v₀t + ½gt²</em>, or just <em>0 = y₀ +½gt²</em> since there is no initial velocity and the final y position is 0 (since it is on the ground). Therefore, <em>t = (−2y₀/g)^½.</em>
(-2*60/-9.8)^½ = 3.50 seconds.
<em />
Answer:
a straight line or plane that touches a curve or curved surface at a point, but if extended does not cross it at that point.
OR
a completely different line of thought or action.
Step-by-step explanation:
Their answer is correct so you need explanation?
Answer:
Step-by-step explanation:
I don’t know why they bother teaching recursive formulas as the explicit is almost always used :)
For 2,9,16,23...
Recursive is a(n+1)=an+7
Explicit is an=2+7(n-1)
(or more neatly an=7n-5)
For 2,14,98,686...
Recursive is a(n+1)=7an
Explicit is an=2(7^(n-1))
(or (2/7)7^n )