document.write( "Question 1170001: Solve the following pair of simultaneous equations.
\n" );
document.write( " 3/5x -4y = -1\r
\n" );
document.write( "\n" );
document.write( "0.8x - 3.5y = 1/2 \n" );
document.write( "
Algebra.Com's Answer #794912 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the following pair of simultaneous equations. \n" ); document.write( " 3/5x -4y = -1\r \n" ); document.write( "\n" ); document.write( "0.8x - 3.5y = 1/2 \n" ); document.write( "================== \n" ); document.write( "Eliminate fractions: \n" ); document.write( "3x - 20y = -5 \n" ); document.write( "8x - 35y = 5 \n" ); document.write( "----------------- \n" ); document.write( "24x - 160y = -40 ---- 1st eqn times 8 \n" ); document.write( "24x - 105y = 15 --- 2nd eqn times 3 \n" ); document.write( "--------------------------------------------------- Subtract \n" ); document.write( "-55y = -55 \n" ); document.write( "y = 1 \n" ); document.write( "============== \n" ); document.write( "Sub y=1 into any eqn and find x \n" ); document.write( " \n" ); document.write( " |