document.write( "Question 662034: The larger of two numbers is 6 less than 10 times the smaller. If their sum is 60 find the numbers \n" ); document.write( "
Algebra.Com's Answer #411899 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = large number \n" ); document.write( "y = small number \n" ); document.write( "x = 10y - 6 \n" ); document.write( "x+y=60 \n" ); document.write( "Substitute x into equation \n" ); document.write( "(10y-6) + y = 60 \n" ); document.write( "Combine like terms \n" ); document.write( "11y - 6 = 60 \n" ); document.write( "11y = 66 \n" ); document.write( "y = 6 \n" ); document.write( "x = 60 - 6 = 54 \n" ); document.write( "The numbers are 6 and 54 \n" ); document.write( "Proof \n" ); document.write( "10(6)-6 = 54 \n" ); document.write( "6+54 = 60 \n" ); document.write( " |