Answer:
240
the always the + and the - = +
so positive plus minus equals positive
a^2 + b^2 = c^2
9^2 + 7^2 = get the answer then find the square root of it
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.
The points have the same x-coordinate, so they lie on a horizontal line. The distance between them is the difference between their y-coordinates.

The distance between the two points is 1.3.
Answer:
slope = 3
point (2, 5)
b = y - m*x
b = 5 -3*2
b = -1
Then we enter the slope and the value of b into this equation:
y = mx + b
y = 3x -1
Source: https://www.1728.org/distance.htm
Step-by-step explanation: