document.write( "Question 190721: Solve the linear system using the method of your choice and tell how many solutions the system has. Please show all work.\r
\n" );
document.write( "\n" );
document.write( "4y=x+4 equation 1
\n" );
document.write( "3x-12y=-12 equation 2 \n" );
document.write( "
Algebra.Com's Answer #143207 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 4y=x+4 multiply by 3 & add, \n" ); document.write( "3x-12y=-12 \n" ); document.write( "12y=3x+12 \n" ); document.write( "-12y=-3x-12 \n" ); document.write( "----------------- \n" ); document.write( "0=0+0 no solutions as these 2 equations are identical. \n" ); document.write( " |