document.write( "Question 149777: Solve the system of linear equations by the substitution method.
\n" );
document.write( "5x + 4y = 14
\n" );
document.write( "15x - 2y = 7 \n" );
document.write( "
Algebra.Com's Answer #109884 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the system of linear equations by the substitution method. \n" ); document.write( "5x + 4y = 14 \n" ); document.write( "15x - 2y = 7 \n" ); document.write( "------------- \n" ); document.write( "-2y = 7-15x (from 2nd eqn) \n" ); document.write( "4y = 30x-14 \n" ); document.write( "Sub into 1st eqn \n" ); document.write( "5x + (30x-14) = 14 \n" ); document.write( "35x - 14 = 14 \n" ); document.write( "35x = 28 \n" ); document.write( "x = 28/35 = 4/5 \n" ); document.write( "------------ \n" ); document.write( "Sub into either, I'll use eqn 1 \n" ); document.write( "5*(4/5) + 4y = 14 \n" ); document.write( "4 + 4y = 14 \n" ); document.write( "4y = 10 \n" ); document.write( "y = 10/4 = 5/2 \n" ); document.write( " \n" ); document.write( " |