document.write( "Question 496055: Is (3, 2) a solution to this system of equations?
\n" );
document.write( "8x + 7y = 37
\n" );
document.write( " 2y = 4x - 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #336311 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Is (3, 2) a solution to this system of equations? \n" ); document.write( "8x + 7y = 37 \n" ); document.write( "2y = 4x - 2 \n" ); document.write( "------------- \n" ); document.write( "Sub 3 for x and 2 for y and see. \n" ); document.write( "8x + 7y = 37 \n" ); document.write( "8*3 + 7*2 =? 37 \n" ); document.write( "24 + 14 =? 37 not a solution. \n" ); document.write( " \n" ); document.write( " |