document.write( "Question 1018092: find two consecutive even integers such that the square of the smaller decreased by 4 is equal to 4 times the larger \n" ); document.write( "
Algebra.Com's Answer #634249 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find two consecutive even integers such that the square of the smaller decreased by 4 is equal to 4 times the larger \n" ); document.write( "------------ \n" ); document.write( "n^2 - 4 = 4(n+2) \n" ); document.write( "n^2 - 4n - 12 = 0 \n" ); document.write( "n = -2 --> -2 & 0 \n" ); document.write( "n = 6 --> 6 & 8 \n" ); document.write( " |