document.write( "Question 1120944: The difference between two numbers is 42. If five is added to each of them, the larger number becomes three times the smaller number. What is the larger number at the start?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #736652 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The difference between two numbers is 42. If five is added to each of them, the larger number becomes three times the smaller number. What is the larger number at the start? \n" ); document.write( "------- \n" ); document.write( "The difference remains 42 after adding. \n" ); document.write( "After adding 5: \n" ); document.write( "x - y = 42 \n" ); document.write( "x = 3y \n" ); document.write( "---- \n" ); document.write( "3y - y = 42 \n" ); document.write( "y = 21 \n" ); document.write( "x = 63 \n" ); document.write( " \n" ); document.write( " |