document.write( "Question 102121: find five consecutive odd integers such that the sum of the first and the fifth is one less than thre times the fourth \n" ); document.write( "
Algebra.Com's Answer #74217 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! X, X+2, X+4, X+6, X+8 ARE THE 5 CONSECUTIVE ODD NUMBERS. \n" ); document.write( "X+X+8=3(X+6)-1 \n" ); document.write( "2X+8=3X+18-1 \n" ); document.write( "2X-3X=18-1-8 \n" ); document.write( "-X=9 \n" ); document.write( "X=-9 ANSWER. \n" ); document.write( "-9+8=-1 \n" ); document.write( "-9+6=-3 \n" ); document.write( "PROOF \n" ); document.write( "-9-1=3*-3-1 \n" ); document.write( "-10=-9-1 \n" ); document.write( "-10=-10 \n" ); document.write( " |