document.write( "Question 836843: Identify the solution(s) of the system of equations, if any.
\n" );
document.write( "6x + 6y = 12
\n" );
document.write( "y = 5 - 7x\r
\n" );
document.write( "\n" );
document.write( "My thinking is put it into y=mx+b form: I moved the 6x from the left to the right: 6y=-6x+12 then divided all of that by 6 to isolate the y: y=-1x+2. For the other set: y=5-7x, I simply rearranged it to read: y=-7x+5. I believe my graphing points would then be (for the first set) (0,2) and (1,-1) and (second set) (0,5) and (1,-7). I believe the solution should be the points at which the two lines meet on the graph which I show as (1,1). As you can see, that is not an option.\r
\n" );
document.write( "\n" );
document.write( "These are the possible answers, but when I work it out, I do not come up with any of these!
\n" );
document.write( "(1.5, –0.5)
\n" );
document.write( "
\n" );
document.write( "(1.5, 0.5)
\n" );
document.write( "
\n" );
document.write( "(–0.5, 1.5)
\n" );
document.write( "
\n" );
document.write( "(0.5, 1.5) \n" );
document.write( "
Algebra.Com's Answer #504373 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! You had the following: \n" ); document.write( "y=-1x+2 and y=5-7x. \n" ); document.write( "So since each right hand side is equal y \n" ); document.write( "-1x + 2 = 5 - 7x \n" ); document.write( "add 1x to each side \n" ); document.write( "2 = 5 -6x \n" ); document.write( "add -5 to each side \n" ); document.write( "-3 = -6x \n" ); document.write( "divide each side by -6 \n" ); document.write( "1/2 = x \n" ); document.write( "Substitute 1/2 for x in y = 5 - 7x \n" ); document.write( "y = 5 -7(1/2) \n" ); document.write( "y = 5 -7/2 \n" ); document.write( "y = 10/2 -7/2 \n" ); document.write( "y = 3/2 \n" ); document.write( "So our solution is x = 1/2 y= 3/2 or x = 0.5 y = 1.5 \n" ); document.write( "This is the same as your last choice (0.5,1.5) \n" ); document.write( " \n" ); document.write( " |