document.write( "Question 86597: find three consecutive odd numbers that the sum of the last two bigger numbers is 85 more thean the first \n" ); document.write( "
Algebra.Com's Answer #62646 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! find three consecutive odd numbers \n" ); document.write( "x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( "that the sum of the last two bigger numbers is 85 more than the first \n" ); document.write( "(x+2) + (x+4) = x + 85 \n" ); document.write( " 2x + 6 = x + 85 \n" ); document.write( " 2x - x = 85 - 6 \n" ); document.write( " x = 79 \n" ); document.write( ": \n" ); document.write( "79, 81, 83 are the numbers \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( "81 + 83 = 79 + 85 \n" ); document.write( " |