document.write( "Question 602468: Two consecutive positive integers such that the square of the second integer added to 4 times the first is equal to 28 \n" ); document.write( "
Algebra.Com's Answer #380278 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x and (x+1) represent the Two consecutive positive integers
\n" ); document.write( "Question states***
\n" ); document.write( "\"%28x%2B1%29%5E2+%2B+4x+=+28\"
\n" ); document.write( "Solving for x
\n" ); document.write( " x^2 + 2x + 1 + 4x = 28
\n" ); document.write( " x^2 + 6x -27 = 0
\n" ); document.write( "(x-3)(x+9)= 0
\n" ); document.write( "x = 3
\n" ); document.write( "the Two consecutive positive integers are 3,4
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 16 + 12 = 28
\n" ); document.write( " \n" ); document.write( "
\n" );