SOLUTION: can you show how to do {{{matrix(1,3,x+2+5(x-1),"=",7x+3)}}}

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: can you show how to do {{{matrix(1,3,x+2+5(x-1),"=",7x+3)}}}      Log On


   



Question 182303: can you show how to do
matrix%281%2C3%2Cx%2B2%2B5%28x-1%29%2C%22=%22%2C7x%2B3%29

Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
X+2+5(x-1)=7x+3
-------
x + 2 + 5x - 5 = 7x + 3
6x - 3 = 7x + 3
x = -6
=============
Cheers,
Stan H.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Edwin's solution:
matrix%281%2C3%2Cx%2B2%2B5%28x-1%29%2C%22=%22%2C7x%2B3%29

Remove the parentheses by multiplying the 5
by both terms inside the parentheses %28x-1%29
+matrix%281%2C3%2Cx%2B2%2B5x-5%2C%22=%22%2C7x%2B3+%29
Combine the x and the 5x as 6x
Combine the +2 and the -5 as -3.

matrix%281%2C3%2C6x-3%2C%22=%22%2C7x%2B3%29
Add -7x to both sides
matrix%281%2C3%2C6x-3-7x%2C%22=%22%2C7x%2B3-7x%29
Combine the 6x and the -7x as -x
Combine the 7x and the -7x as 0, so you don't bother
writing 0, you just erase the 7x and the -7x
matrix%281%2C3%2C-x-3%2C%22=%22%2C3%29
Add 3 to both sides:
matrix%281%2C3%2C-x-3%2B3%2C%22=%22%2C3%2B3%29
The -3 and the +3 cancel on the left.
Combine 3+3 as 6
matrix%281%2C3%2C-x%2C%22=%22%2C6%29
Write the coefficient of x as -1:
matrix%281%2C3%2C-1x%2C%22=%22%2C6%29
Divide both sides by the coefficient -1:
matrix%281%2C3%2C%28-1x%29%2F%28-1%29%2C%22=%22%2C6%2F%28-1%29%29

Cancel the -1's on the left and do the
division on the right:
matrix%281%2C3%2C%28cross%28-1%29x%29%2F%28cross%28-1%29%29%2C%22=%22%2C-6%29
Edwin