document.write( "Question 1041462: The sum of three number is 27 the second number is 1 less than the first and the third is twice the first number what is the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #656417 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The sum of three number is 27 the second number is 1 less than the first and the third is twice the first number what is the numbers \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( "Then the second is (x-1) and the third is 2x.\r\n" ); document.write( "\r\n" ); document.write( "An equation is\r\n" ); document.write( "\r\n" ); document.write( "x + (x-1) + 2x = 27, or\r\n" ); document.write( "\r\n" ); document.write( "4x - 1 = 27 ---> 4x = 27+1 = 28 ---> x = \n" ); document.write( " \n" ); document.write( " |