document.write( "Question 305106: given 3 consecutive positive integers, it turns out that the difference between the square of the largest number and the square of the smallest number is 12 less than the square of the middle number. what is the sum of the 3 numbers? \n" ); document.write( "
Algebra.Com's Answer #218461 by dabanfield(803)\"\" \"About 
You can put this solution on YOUR website!
given 3 consecutive positive integers, it turns out that the difference between the square of the largest number and the square of the smallest number is 12 less than the square of the middle number. what is the sum of the 3 numbers?\r
\n" ); document.write( "\n" ); document.write( "Let x be the samllest of the three consecutive integers. Then the other two are x+1 and x+2. We have then:\r
\n" ); document.write( "\n" ); document.write( "(x+2)^ - x^2 = (x+1)^2 - 12\r
\n" ); document.write( "\n" ); document.write( "x^2 + 4x + 4 - x^2 = x^2 + 2x + 1 - 12
\n" ); document.write( "4x + 4 = x^2 + 2x - 11
\n" ); document.write( "x^2 - 2x - 15 = 0
\n" ); document.write( "(x-5)*(x+3) = 0\r
\n" ); document.write( "\n" ); document.write( "x = 5 or x = -3.\r
\n" ); document.write( "\n" ); document.write( "Since the integers are positive x must be 5.\r
\n" ); document.write( "\n" ); document.write( "The other two integers are x+1 = 6 and x+2 = 7.
\n" ); document.write( "
\n" ); document.write( "
\n" );