Answer:
Exactly one solution
Explanation:
The first step we need to take to find the answer is to find the value of y.
7(y+3)=5y+8
Expand the parentheses
7y+21=5y+8
Subtract both sides by 21
7y+21-21=5y+8-21
7y=5y-13
Subtract both sides by 5y
7y-5y=5y-13-5y
2y=-13
Divide both sides by 2
2y/2=-13/2
y=-6.5
Now, we plug y back into the original equation.
7(y+3)=5y+8
7(-6.5+3)=5(-6.5)+8
Expand the parentheses
-45.5+21=-32.5+8
-24.5=-24.5
Because both sides of the equation is equal and the equation is true, we can conclude that the equation has one solution.
I hope this helps!
Answer:
B
Step-by-step explanation:
well plug in x and y
so if it says y=2x-3 put it as 7=(2x2)-3 and see if it gives u 7 and if it does di the next set of x and y numbers
Answer:
Explicit tn = 52 + (n - 1)*(-12)
Recursive = tn = t(n - 1) - 12
Step-by-step explanation:
The difference between term n and term n - 1 is can be found by taking the difference between and 2 consecutive terms.
t3 = 28
t2 = 40
d = t3 - t2
d = 28 - 40
d = - 12
Explicit
tn = a1 + (n - 1)*d
a1 = 52
d = - 12
tn = 52 + (n - 1)*(-12)
<em><u>Example</u></em>
Find t5
t5 = 52 + (5 - 1)*(-12)
t5 = 52 + 4 * - 12
t5 = 52 - 48
t5 = 4
Recursive
tn = t(n - 1) - 12
<em><u>Example</u></em>
t5 = t4 - 12
t5 = 16 - 12
t5 = 4 just as it did before.