document.write( "Question 175395: Find three consecutive integers such that the sum of the first two integers is 24 more than the third integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #130459 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! Call the first integer x. Then we can denote the next two by x+1 and x+2 since they are consecutive. Then the \"sum of the first two\" can be written as\r \n" ); document.write( "\n" ); document.write( "x + (x+1)\r \n" ); document.write( "\n" ); document.write( "And \"24 more than the third integer\" can be written as\r \n" ); document.write( "\n" ); document.write( "(x+2) + 24\r \n" ); document.write( "\n" ); document.write( "Thus we have the equation\r \n" ); document.write( "\n" ); document.write( "x + (x+1) = (x+2) + 24 \n" ); document.write( "So \n" ); document.write( "2x + 1 = x + 26 \n" ); document.write( "Subtracting x from both sides and subtracting 1 from both sides we get\r \n" ); document.write( "\n" ); document.write( "x = 25\r \n" ); document.write( "\n" ); document.write( "This means that the three integers are 25, 26 and 27. \n" ); document.write( " |