document.write( "Question 395950: i need to find three consecutive odd integers such that the sum of the first and third equals the sum of the second and 25 \n" ); document.write( "
Algebra.Com's Answer #280977 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! i need to find three consecutive odd integers such that the sum of the first and third equals the sum of the second and 25 \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+25 \n" ); document.write( "---- \n" ); document.write( "4x+2 = 2x+26 \n" ); document.write( "2x = 24 \n" ); document.write( "x = 12 \n" ); document.write( "--- \n" ); document.write( "1st: 2x-1 = 23 \n" ); document.write( "2nd: 25 \n" ); document.write( "3rd: 27 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |