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.
It's called the endpoint lol
30 is 42% of 70 and you divide 30 by 70
Answer:
1808.64 in²
Step-by-step explanation:
We can first convert 9 cm into 24 in using the scale. From there on outwards, we know that the area of a circle is equal to πr², so we just plug in 3.14 for π and 24 in for r. Then, we get 576(3.14) and finally 1808.64 in².
By the way, the scale is wrong. It should be 8 cm = 3 in, not 3 cm = 8 in.