document.write( "Question 651432: Solve this system of equations using substitution. Put your answer in ordered pair form, (x, y).\r
\n" );
document.write( "\n" );
document.write( " 5x + y = 1
\n" );
document.write( " 3x + 2y = 2 \n" );
document.write( "
Algebra.Com's Answer #407667 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve this system of equations using substitution. Put your answer in ordered pair form, (x, y).\r \n" ); document.write( "\n" ); document.write( " 5x + y = 1 \n" ); document.write( " 3x + 2y = 2 \n" ); document.write( "------------------ \n" ); document.write( "5x + y = 1 --> y = 1 - 5x \n" ); document.write( "3x + 2y = 2 \n" ); document.write( "Sub for y in the 2nd eqn \n" ); document.write( "3x + 2(1-5x) = 2 \n" ); document.write( "3x + 2 - 10x = 2 \n" ); document.write( "-7x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "============ \n" ); document.write( "y = 1 - 5x \n" ); document.write( "y = 1 \n" ); document.write( " \n" ); document.write( " |