document.write( "Question 342283: find three consecutive odd numbers such that the sum of the last two bigger numbers is 85 more than the first. \n" ); document.write( "
Algebra.Com's Answer #244960 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find three consecutive odd numbers such that the sum of the last two bigger numbers is 85 more than the first. \n" ); document.write( "--- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "3rd: 2x+3 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "(2x+1)+(2x+3) = 2x-1+85 \n" ); document.write( "--- \n" ); document.write( "4x+4 = 2x+84 \n" ); document.write( "2x = 80 \n" ); document.write( "x = 40 \n" ); document.write( "--- \n" ); document.write( "1st: 2x-1 = 79 \n" ); document.write( "2nd: 81 \n" ); document.write( "3rd: 83 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |