document.write( "Question 334072: find two consecutive odd number such that the sum of their squares is 32 more than twice the square of the smaller number \n" ); document.write( "
Algebra.Com's Answer #239348 by mananth(16946) You can put this solution on YOUR website! let the numbers be x and x+2\r \n" ); document.write( "\n" ); document.write( "x^2+(x+2)^2 = 2x^2 +32 \n" ); document.write( "x^2+x^2+4x+4=2x^2+32 \n" ); document.write( "4x+4=32 \n" ); document.write( "4x=32-8 \n" ); document.write( "4x=28 \n" ); document.write( "x=7 \n" ); document.write( "the other number is 9 \n" ); document.write( " \n" ); document.write( " |