document.write( "Question 1005807: 6x+5y=30
\n" );
document.write( "x=y+5
\n" );
document.write( "how do we solve and prove? \n" );
document.write( "
Algebra.Com's Answer #621951 by fractalier(6550) You can put this solution on YOUR website! From \n" ); document.write( "6x + 5y = 30 and \n" ); document.write( "x = y + 5 \n" ); document.write( "we should substitute the second equation into the first and get \n" ); document.write( "6(y + 5) + 5y = 30 \n" ); document.write( "6y + 30 + 5y = 30 \n" ); document.write( "11y + 30 = 30 \n" ); document.write( "11y = 0 and \n" ); document.write( "y = 0 \n" ); document.write( "x is the 5. \n" ); document.write( " |