document.write( "Question 349981: The difference of two numbers is 42. The larger number is three less than six times the smaller number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #250140 by unlockmath(1688)![]() ![]() You can put this solution on YOUR website! Hello, \n" ); document.write( "For this one we can set up 2 equations as: \n" ); document.write( "x-y=42 \n" ); document.write( "x=6y-3 \n" ); document.write( "Multiply the first equation by -1 to get: \n" ); document.write( "-x+y=-42 \n" ); document.write( "Add this to the second equation to get: \n" ); document.write( "-5y=-45 \n" ); document.write( "Divide by -5 to get: \n" ); document.write( "y=9 \n" ); document.write( "x=51 \n" ); document.write( "Make sense? \n" ); document.write( "RJ \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |