document.write( "Question 1030755: three numbers added together total 500. The second number is four times the first and the third is five times the second. Find each number \n" ); document.write( "
Algebra.Com's Answer #645534 by ikleyn(52792)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "three numbers added together total 500. The second number is four times the first and the third is five times the second. Find each number \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the first number.\r\n" ); document.write( "\r\n" ); document.write( "Then the second is 4x, and the third is 5*(4x) = 20x.\r\n" ); document.write( "\r\n" ); document.write( "The sum of the three numbers is \r\n" ); document.write( "\r\n" ); document.write( "x + 4x + 20x = 25x,\r\n" ); document.write( "\r\n" ); document.write( "and it is 500 according to the condition.\r\n" ); document.write( "\r\n" ); document.write( "So, you have an equation\r\n" ); document.write( "\r\n" ); document.write( "25x = 500,\r\n" ); document.write( "\r\n" ); document.write( "which gives x = \n" ); document.write( " \n" ); document.write( " |