document.write( "Question 160300This question is from textbook Algebra & Trigonometry Structure and Method
\n" );
document.write( ": Find two consecutive odd integers that the sum of whose squares is 130
\n" );
document.write( "(if there are 2 answers pls give both) \n" );
document.write( "
Algebra.Com's Answer #118250 by nerdybill(7384) You can put this solution on YOUR website! Find two consecutive odd integers that the sum of whose squares is 130. \n" ); document.write( ". \n" ); document.write( "Let x = first consecutive odd integer \n" ); document.write( "x+2 = second consecutive odd integer \n" ); document.write( ". \n" ); document.write( "x^2 +(x+2)^2 = 130 \n" ); document.write( "x^2 +(x^2+4x+4) = 130 \n" ); document.write( "2x^2+4x+4 = 130 \n" ); document.write( "2x^2+4x-126 = 0 \n" ); document.write( "x^2+2x-63 = 0 \n" ); document.write( "(x-7)(x-9) = 0 \n" ); document.write( "x = (7,9) \n" ); document.write( ". \n" ); document.write( "Solution: 7 and 9 \n" ); document.write( " |