document.write( "Question 341288: Find five consecutive odd integers such that the sum of the first and the fifth is one less than three times the fourth. \n" ); document.write( "
Algebra.Com's Answer #244378 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the numbers be x,x+2,x+4,x+6,x+8\r \n" ); document.write( "\n" ); document.write( "x+x+8 = 3(x+6)-1 \n" ); document.write( "2x+8=3x+18-1 \n" ); document.write( "2x+8 = 3x+17 \n" ); document.write( "add -2x to both sides \n" ); document.write( "2x-2x+8 = 3x+17-2x \n" ); document.write( "8=x+17 \n" ); document.write( "add -17 to both sides \n" ); document.write( "8-17=x+17-17 \n" ); document.write( "-9=x \n" ); document.write( "... \n" ); document.write( "-9, -7,-5,-3,-1 \n" ); document.write( " \n" ); document.write( " |