document.write( "Question 366069: One number is four times another number. The greater of the two numbers is 20 less than three times the difference between the two numbers. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #260847 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! One number is four times another number. The greater of the two numbers is 20 less than three times the difference between the two numbers. Find the numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let 4x be one number \n" ); document.write( "let x be the other number \n" ); document.write( "3(4x - x) - 20 = 4x \n" ); document.write( "3 * 3x - 20 = 4x \n" ); document.write( "9x - 20 = 4x \n" ); document.write( "9x - 4x = 20 \n" ); document.write( "5x = 20 \n" ); document.write( "x = 4 \n" ); document.write( "4x = 16 \n" ); document.write( "the 2 numbers are 4 and 16 \n" ); document.write( " |