document.write( "Question 214397: How do I solve this linear equation\r
\n" );
document.write( "\n" );
document.write( " Is (5,0) a solution of the system\r
\n" );
document.write( "\n" );
document.write( " x-4y=5\r
\n" );
document.write( "\n" );
document.write( " 2x-3y=10 \n" );
document.write( "
Algebra.Com's Answer #161931 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Is (5,0) a solution of the system \n" ); document.write( "x-4y=5 \n" ); document.write( "2x-3y=10 \n" ); document.write( "------------------ \n" ); document.write( "Multiply thru the 1st equation by 2 to get: \n" ); document.write( "2x-8y = 10 \n" ); document.write( "--- \n" ); document.write( "Subtract that equation from the 2nd equation to get: \n" ); document.write( "5y = 0 \n" ); document.write( "y = 0 \n" ); document.write( "-------------- \n" ); document.write( "Substitute that into x -4y = 5 \n" ); document.write( "x -4*0 = 5 \n" ); document.write( "x = 5 \n" ); document.write( "================== \n" ); document.write( "So you are correct; (5,0) is the solution. \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |