document.write( "Question 816575: Using one of the three methods, solve the system.
\n" );
document.write( "y=-x+3 and y-2x=6 \n" );
document.write( "
Algebra.Com's Answer #491583 by stanbon(75887) ![]() You can put this solution on YOUR website! Using one of the three methods, solve the system. \n" ); document.write( "y=-x+3 and y-2x=6 \n" ); document.write( "------ \n" ); document.write( "y = -x+3 \n" ); document.write( "y = 2x+6 \n" ); document.write( "------ \n" ); document.write( "Substitute and solve for \"x\": \n" ); document.write( "-x+3 = 2x+6 \n" ); document.write( "3x = -3 \n" ); document.write( "x = -1 \n" ); document.write( "----- \n" ); document.write( "Solve for \"y\": \n" ); document.write( "y = -x+3 \n" ); document.write( "y = -(-1)+3 \n" ); document.write( "y = 4 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |