document.write( "Question 1091967: One number is 20 more than another. If the greater number is increased by 4, the result is five times the smaller number. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #706460 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \"One number is 20 more than another.\" \n" ); document.write( "So call the two numbers x and x+20. \n" ); document.write( "\"If the greater number is increased by 4...\" \n" ); document.write( "So now the larger number is x+24. \n" ); document.write( "\"... the result is five times the smaller number.\" \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The two numbers are x=6 and x+20 = 26. \n" ); document.write( " |