Answer:
first one is SAS
Step-by-step explanation:
11/3 - 2/3 = 9/3 = 3 so he spent 3 more hours reading on saturday than on friday
Hope this helps!
Answer:
scale factor = 5
Step-by-step explanation:
To determine the scale factor calculate the ratio of corresponding sides of the enlargement to the original, that is
scale factor =
=
= 5
If rounded to the nearest 100,000th it would be 600,000
if rounded to the nearest 10,000th it would be 550,000
<span>if rounded to the nearest 1,000 it would be 553,945</span>
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.