document.write( "Question 1012681: solve the linear system by graphing.. check your solution
\n" );
document.write( "y=2/3x - 4
\n" );
document.write( "y=-2x + 4 \n" );
document.write( "
Algebra.Com's Answer #628708 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! In this case, since both equal y, I would set them equal and solve for x...so that \n" ); document.write( "y= (2/3)x - 4 \n" ); document.write( "y= -2x + 4 \n" ); document.write( "becomes \n" ); document.write( "(2/3)x - 4 = -2x + 4 \n" ); document.write( "Now add 4 and add 2x and get \n" ); document.write( "(8/3)x = 8 \n" ); document.write( "Multiply both sides by 3/8 and \n" ); document.write( "x = 3 \n" ); document.write( "Then \n" ); document.write( "y = (2/3)(3) - 4 \n" ); document.write( "y = 2 - 4 \n" ); document.write( "y = -2 \n" ); document.write( " |