document.write( "Question 36860: the difference of the squares of two consecutiveodd integersis 48.find the integers \n" ); document.write( "
Algebra.Com's Answer #22732 by venugopalramana(3286) You can put this solution on YOUR website! the difference of the squares of two consecutiveodd integersis 48.find the integers \n" ); document.write( "LET THE 2 ODD INTEGERS BE 2N-1 AND 2N+1 \n" ); document.write( "THE DIFFERENCE OF THEIR SQUARES = \n" ); document.write( "(2N+1)^2-(2N-1)^2=4*2N*1=8N=48....[USING THE FORMULA (A+B)^2-(A-B)^2=4AB] \n" ); document.write( "SO N=48/8=6 \n" ); document.write( "HENCE THE 2 NUMBERS ARE 2*6-1=11 AND 2*6+1=13 \n" ); document.write( " |