document.write( "Question 241347: Determine the solution to the system of linear equations graphically. If the system is dependent or inconsistent, so state. \r
\n" );
document.write( "\n" );
document.write( "3x + y = 8
\n" );
document.write( "12x + 4y = 32 \n" );
document.write( "
Algebra.Com's Answer #176741 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3x + y = 8 \n" ); document.write( "y=-3x+8 (red line) \n" ); document.write( "12x + 4y = 32 \n" ); document.write( "4y=-12x+32 \n" ); document.write( "y=-12x/4+32/4 \n" ); document.write( "y=-3x+8 (green line) \n" ); document.write( " \n" ); document.write( "These equations are identical. \n" ); document.write( " |