Step-by-step explanation:
To find slope : y2- y1 / x2 - x1
we have ( -5 , 1 ) which is ( x1 , y1 )
and ( -2 , 7 ) is ( x2 , y2 )
so; 7 - 1 / -2 - (-5)
6/3
= <u>2</u>
Yes, because there are zeros after the 8. 0.8 miles is equal to 0.80 miles, which is larger than 0.69 miles
Answer:
Step-by-step explanation:
the function -16t^2 + 64t + 192 give the height S, in ft, of a model water rocket launched with a velocity of 64 ft/second from a hill that is 192 ft high. a) determine how long it will take the rocket to reach the ground, b) find the interval on which the height of the rocket is greater than 240 ft.
Answer:
thw
the difference of 4 from 12
= 8
Answer:
- recursive: a[1] = 7440; a[n+1] = a[n] -120
- explicit: a[n] = 7440 -120(n -1)
Step-by-step explanation:
The sequence of amounts in Jackson's account will be ...
7440, 7320, 7200, ...
with a first value (a1) of 7440 and a common difference (d) of -120.
The recursive formula for an arithmetic sequence is ...
a[1] = a1
a[n+1] = a[n] +d
For our sequence, the recursive formula is ...
a[1] = 7440
a[n+1] = a[n] -120
__
The explicit formula for an arithmetic sequence is ...
an = a1 +d(n -1)
For our sequence, the explicit formula is ...
a[n] = 7440 -120(n -1)