Answer:
Step-by-step explanation:
12.3 + 9.6 = 21.9
Answer:
(3r+8)(4+1)
Step-by-step explanation:
Answer:
A. 18 3/4
Step-by-step explanation:
It is convenient to rearrange the sum to make it easier to compute:
7 3/4 + 4 3/4 + 6 1/4 = (7 3/4) +(4 +6) +(3/4 +1/4)
= 7 3/4 + 10 + 1
= 18 3/4
The farmer has 18 3/4 rows of radishes altogether.
Answer:
Step-by-step explanation:
The truck is 315 inches long
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.