Answer:1. Is right 3 down 5, because to get from x(0,0) to x'(3,-5), you need I shift to the right 3 and downwards 5.
2. Counterclockwise 180 degrees. This is because 180 degrees is half of a full rotation (360 degrees), meaning the point would be the same no matter which way you rotated 180 degrees.
3. Clockwise 90 degrees. Going counter clock wise 270 degrees is like going around 3/4 of a circle (because 270/360 is 3/4). Just as well, going clock wise 90 degrees is like going 1/4 of the circle, but in the opposite direction. This means they will both land at the same point.
Hope this Helps!
Step-by-step explanation:
Answer: 4 terms
Step-by-step explanation:
-4a , 8c, -4b, and 3
Answer:
um I did the math and I got 5, so i dont really understand
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.