document.write( "Question 170990: Find 5 consecutive odd integers such that the sum of the first and the fifth is one less than 3 times the fourth. \n" ); document.write( "
Algebra.Com's Answer #126229 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find 5 consecutive odd integers such that the sum of the first and the fifth is one less than 3 times the fourth. \n" ); document.write( "----- \n" ); document.write( "1st: 2x-3 \n" ); document.write( "2nd: 2x-1 \n" ); document.write( "3rd: 2x+1 \n" ); document.write( "4th: 2x+3 \n" ); document.write( "5th: 2x+5 \n" ); document.write( "============== \n" ); document.write( "EQUATION: \n" ); document.write( "2x-3 + 2x+5 = 3(2x+3)-1 \n" ); document.write( "4x+2 = 6x+6 \n" ); document.write( "2x = -4 \n" ); document.write( "------------ \n" ); document.write( "1st: -7 \n" ); document.write( "2nd: -5 \n" ); document.write( "etc. \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |