So n will be the unknown, and the expression is:
6n = 24
from where we can find the number n:
n = 24/6
n = 4
The answer is B if not sorry
Answer:
x = 0, y = 7
Step-by-step explanation:
Solving a system of equations using substitution requires one side to be equal to a variable present in the equation, in this case x or y. We should simplify the equation using elimination before substituting to reduce the chance of error.
In order to use the elimination method, you have to create variables that have the same coefficient—then you can eliminate them. These equations arew already aligned for us.
3x - 10y=-70
-<u> 4x +9y = 63</u>
-x + y = 7
Now, for substitution, the equation must be set to a variable.
-x + y = 7
y = x + 7
Next, plug the equation in where applicable in another equation.
4x +9(x + 7) = 63
4x + 9x + 63 = 63
13x = 0
x = 0
The final step of substitution is to plug the known variable into an equation to find the other variable.
3(0) - 10y=-70
0 - 10y = -70
10y = 70
y = 7
I guarantee you this answer is correct, I worked it out using other methods and graphing prior to submitting this answer.
Answer:
Circumference : 18.84 inches
Radius: 3 inches
Answer:
x = 1
y= -2
Step-by-step explanation:
to solve this system of equation , simultaneously using the substitution method
we say let
7 x + y = 5 ............................................. equation 1
2x - y = 4 ................................................... equation 2
from equation 2
2x - y = 4 ................................................... equation 2
2x - 4 = y
y = 2x -4.......................................................... equation 3
put the value of the y = 2x -4 into equation 1
7 x + y = 5 ............................................. equation 1
7x + 2x - 4 = 5
9x-4 = 5
9x = 5 + 4
9x = 9
divide both sides by the coefficient of x which is 9
9x/9 = 9/9
x = 1
substitute the value of x = 1 into equation 3
y = 2x -4.......................................................... equation 3
y = 2(1) -4
y = 2 - 4
y = -2
to check if you are correct put the value of x and y into any of the equations and you will see that the left hand side will be equal to the right hand side.
2x - y = 4 ................................................... equation 2
2(1) -(-2) = 4
2 + 2 = 4
4=4................................... proved