Answer:
A library
Step-by-step explanation:
No explanation needed
Answer:2
because it is a 45 45 90
Step-by-step explanation:
Answer:
20 + 5m = 140
$24 on each day of the last five days
Step-by-step explanation:
Total amount to spend in 6 days = $140
He spent:
First day = $20
Balance = Total amount to spend - Amount spent on first day
= $140 - $20
= $120
He spent the same amount of money during the next five days.
Amount spent each day in the last 5 days = Balance / 5 days
= 120 / 5
= 24
Amount spent each day in the last 5 days = $24
The equation is
20 + 5m = 140
Where,
m = amount spent in the last five days
20 + 5m = 140
5m = 140 - 20
5m = 120
m = 120 / 5
m = $24
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15
Plz mark me as brainliest if this helped :)