document.write( "Question 130543: The sum of the squares of two consecutive odd integers is 34. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #95338 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! x^2+(x+2)^2=34 \n" ); document.write( "x^2+x^2+4x+4=34 \n" ); document.write( "2x^2+4x+4-34=0 \n" ); document.write( "2x^2+4x-30 \n" ); document.write( "2(x^2+2x-15)=0 \n" ); document.write( "2(x+5)(x-3)=0 \n" ); document.write( "x+5=0 \n" ); document.write( "x=-5 answer. \n" ); document.write( "x-3=0 \n" ); document.write( "x=3 answer. \n" ); document.write( "thus the answers are (3,-3,5&-5)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |