document.write( "Question 988045: Find two consective even integers such that the Square of the second, decresed by the first, is 92 \n" ); document.write( "
Algebra.Com's Answer #608683 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two consective even integers such that the Square of the second, decresed by the first, is 92 \n" ); document.write( "------------- \n" ); document.write( "Use n-2 and n \n" ); document.write( "--- \n" ); document.write( "n^2 - (n-2) = 92 \n" ); document.write( "n^2 - n - 90 = 0 \n" ); document.write( "(n - 10)*(n + 9) = 0 \n" ); document.write( "n = 10 \n" ); document.write( "--> 8 & 10 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |