document.write( "Question 20931: The sum of the squares of two positive consecutive odd integers is 394. Find the integer. \n" ); document.write( "
Algebra.Com's Answer #12124 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! let any number be x ...then 2x will be always even....if we subtract 1 from it it will be always odd \n" ); document.write( "so 2x-1 is one odd number ..its next odd number will be 2x-1+2=2x+1 \n" ); document.write( "so sum of their squares \n" ); document.write( "(2x-1)^2+(2x+1)^2=394 \n" ); document.write( "2[(2x)^2+(1)^2]=394...using formula (a+b)^2+(a-b)^2=2[(a)^2+(b)^2] \n" ); document.write( "(4x^2+1)=394/2=197 \n" ); document.write( "4x^2=197-1=196 \n" ); document.write( "x^2=196/4=49 \n" ); document.write( "x=7...hence the 2 numbers are 2*7-1=14-1=13 and 15...you can easily verify \n" ); document.write( "13^2=169 \n" ); document.write( "15^2=225 \n" ); document.write( "sum is 394 \n" ); document.write( " \n" ); document.write( " |