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 #95337 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! I'll do the long (and correct) version of the solution: \n" ); document.write( "Let the first odd integer be (2x+1) and the next consecutive odd integer be (2x+3) \n" ); document.write( "Why (2x+1) and (2x+3)? \n" ); document.write( "This insures that the integers will be odd, no matter what value of integer x you may substitute. \n" ); document.write( " \n" ); document.write( "Simplify and solve for x. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The integers are: \n" ); document.write( "For x = 1: \n" ); document.write( "2x+1 = 2(1)+1 = 3 \n" ); document.write( "2x+3 = 2(1)+3 = 5 and the other pair of integers is: \n" ); document.write( "For x = -3: \n" ); document.write( "2x+1 = 2(-3)+1 = -6+1 = -5 \n" ); document.write( "2x+3 = 2(-3)+3 = -3+3 = -3 \n" ); document.write( "So there are two solutions to this problem: \n" ); document.write( "Consecutive odd integers: 3 and 5 \n" ); document.write( "Consecutive odd integers -5 and -3 \n" ); document.write( " |