document.write( "Question 1025994: A number is three times the another.If the larger number is subtracted from 60, the result is 5 less than the smaller number subtracted from 55. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #641453 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A number is three times the another. \n" ); document.write( "a = 3b \n" ); document.write( "If the larger number is subtracted from 60, the result is 5 less than the smaller number subtracted from 55. \n" ); document.write( "60 - a = 55 - (b-5) \n" ); document.write( "60 - a = 55 - b + 5 \n" ); document.write( "60 - a = 60 - b \n" ); document.write( "This is obviously not going to work, we get \n" ); document.write( "60 - 3b = 60 - b \n" ); document.write( "A bad problem \n" ); document.write( " \n" ); document.write( " |