document.write( "Question 62978: Solve the following system of linear equations by the elimination method:
\n" );
document.write( "y=2x-5
\n" );
document.write( "8x-4y=20 \n" );
document.write( "
Algebra.Com's Answer #43812 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! The given set of equations are multiples of each other and hence will have infinite solutions.\r \n" ); document.write( "\n" ); document.write( "If x = 0, y = -5\r \n" ); document.write( "\n" ); document.write( "If x = 1, y = -3 and so on.\r \n" ); document.write( "\n" ); document.write( "Corresponding to each value of x, we get a value for y.\r \n" ); document.write( "\n" ); document.write( "Thus the given set of equations have infinite solutions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Good Luck!!! \n" ); document.write( " |