document.write( "Question 956498: find 3 consecutive odd integers such that the sum of the three numbers is 60 less than the square of the largest integer. \n" ); document.write( "
Algebra.Com's Answer #584422 by macston(5194)![]() ![]() You can put this solution on YOUR website! n=first integer; n+2=second integer; n+4=third integer \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "n-5=0 or n+10=0 \n" ); document.write( "n=5 or n=-10 ANSWER 1: The first integer is 5. \n" ); document.write( "n+2=5+2=7 ANSWER 2: The second integer is 7. \n" ); document.write( "n+4=5+4=9 ANSWER 3: The third integer is 9. \n" ); document.write( "CHECK: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |