Answer:

Step-by-step explanation:







Answer:
A is correct.
x>5 means all numbers greater than BUT not equal to 5.
The open circle means "not equal".
So, A is correct.
Hope this helps!
52 is your answer
Hope this helps
Answer:
1. Infinitiely many solutions, one solution, no solutions
2.
y=-3/2x-4
y= x+1
3.
y=1/4x-2
y=1/4x+3
Step-by-step explanation:
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.