Answer:
y - 1 = -(x - 2)
Step-by-step explanation:
y - y1 = m(x - x1)
m = (5-1)/(-2-2) = 4/-4 = -1
Using any one coordinate, construct
y - y1 = m(x - x1)
y - 1 = -1(x - 2)
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.
Answer:
B = 0.95m + 29.95
Step-by-step explanation:
this is really y = mx + b
m is a rate, 0.95 per mile
b is the y-intercept, or the price you pay no matter what, 29.95
Answer:
He washed 160 more cars this year than last year.
Step-by-step explanation:
Last year: He washed a total of 1,040 cars.
This year: He washed a total of 1,200 cars.
1,200
<u>- 1,040</u>
160