document.write( "Question 208352This question is from textbook tennessee prentice hall mathematics algebra 1
\n" );
document.write( ":  find five consecutive odd intergers such that the first and fifth isone lessthan three times the fourth
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #157709 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! find five consecutive odd integers such that the first and fifth is one less than three times the fourth \n" ); document.write( ": \n" ); document.write( "\"find five consecutive odd integers\" \n" ); document.write( "x, (x+2), (x+4), (x+6), (x+8) \n" ); document.write( ": \n" ); document.write( "\"such that the first and fifth is one less than three times the fourth\" \n" ); document.write( "x + (x+8) = 3(x+6) - 1 \n" ); document.write( ": \n" ); document.write( "2x + 8 = 3x + 18 - 1 \n" ); document.write( ": \n" ); document.write( "2x + 8 = 3x + 17 \n" ); document.write( ": \n" ); document.write( "8 - 17 = 3x - 2x \n" ); document.write( ": \n" ); document.write( "-9 = x \n" ); document.write( ": \n" ); document.write( "The numbers: -9, -7, -5, -3, -1 \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check solution: \n" ); document.write( "-9 + -1 = 3(-3) - 1 \n" ); document.write( "-10 = -9 - 1 \n" ); document.write( " |