Answer:
answer is 17.5
Step-by-step explanation:
use formula a^2 + b^2 = c^2 (letters represent each side of the triangle)
9^2 + 15^2 = 306
306 = x^2. find the square root of 306 to find x
√306 = 17.4928557
rounded it to the nearest 10th
17.5
Answer:
(-4, -2) is the answer
Step-by-step explanation:
is you move 7 units down from the zoo you will see ur also 2 units from the park and the coordinates would be (-4, -2)
Hope this helps :)
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.