document.write( "Question 534228: solve system of equations by graphing. Then classify the system
\n" );
document.write( "2x-6y=54
\n" );
document.write( "3x-9y=-18 \n" );
document.write( "
Algebra.Com's Answer #351422 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! 2x -6y = 54 \n" ); document.write( "-6y = -2x + 54 \n" ); document.write( "y = (-2x)/-6 + 54/-6 \n" ); document.write( "y = 1/3*x - 9 \n" ); document.write( ". \n" ); document.write( "3x - 9y = -18 \n" ); document.write( "-9y = -3x -18 \n" ); document.write( "y = (-3x)/-9 -18/-9 \n" ); document.write( "y = 1/3x + 2 \n" ); document.write( ". \n" ); document.write( "With the same slope, the lines will be parallel. \n" ); document.write( ". \n" ); document.write( " |