document.write( "Question 828023: Find three consecutive integers such that the sum of the second and the third is half the first decreased by 15. \n" ); document.write( "
Algebra.Com's Answer #498973 by alittletooconfused(7)    ![]() You can put this solution on YOUR website! let x = first #; x+1 = second #; x+2 = third #\r \n" ); document.write( "\n" ); document.write( "Consecutive numbers always convert into x, x+1, x+2 and so on depending on how many you need.\r \n" ); document.write( "\n" ); document.write( "sum of the second and the third is half the first decreased by 15 \n" ); document.write( "x+1 + x+2 = 1/2x - 15\r \n" ); document.write( "\n" ); document.write( "Combine like terms \n" ); document.write( "x+x + 1+2 = 1/2x - 15 \n" ); document.write( "2x + 3 = 1/2x - 15\r \n" ); document.write( "\n" ); document.write( "Subtract 3 from both sides so that only 2x would remain \n" ); document.write( "2x + 3 - 3 = 1/2x - 15 - 3 \n" ); document.write( "2x = 1/2x - 18\r \n" ); document.write( "\n" ); document.write( "Multiply both sides by 2 to simply the fraction on the right side. \n" ); document.write( "2(2x) = 2(1/2x - 18) \n" ); document.write( "4x = x - 36\r \n" ); document.write( "\n" ); document.write( "Subtract x from both sides so that only -36 would remain \n" ); document.write( "4x - x = x - 36 - x \n" ); document.write( "3x = -36\r \n" ); document.write( "\n" ); document.write( "Divide both sides by 3 so that only x would remain on the left side \n" ); document.write( "3x/3 = -36/3 \n" ); document.write( "x = -12\r \n" ); document.write( "\n" ); document.write( "Substitute: \n" ); document.write( "x = -12 \n" ); document.write( "x+1 = -12 + 1 = -11 \n" ); document.write( "x+2 = -12 + 2 = -10\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "x+1 + x+2 = 1/2x - 15 \n" ); document.write( "-11 + -10 = 1/2(-12) - 15 \n" ); document.write( "-21 = -6 - 15 \n" ); document.write( "-21 = -21\r \n" ); document.write( "\n" ); document.write( "Conclusion: Thus, the three consecutive integers are -12,-11,-10 \n" ); document.write( "  |