document.write( "Question 89450: The difference of three times the third and two times the second odd integer is 20 less than five times the first odd integer if x is the 1st odd integer. What are the three odd integers?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65023 by badet32(1)![]() ![]() ![]() You can put this solution on YOUR website! let x=the first odd integer \n" ); document.write( " x+2=second odd integer \n" ); document.write( " x+4=third odd integer \n" ); document.write( "Equation: 3(x+4)- 2(x+2)= 5x - 20 \n" ); document.write( " 3x+12-2x-4=5x-20 \n" ); document.write( " x+8=5x-20 \n" ); document.write( " 8+20=4x \n" ); document.write( " x=28/4 \n" ); document.write( " x=7 first consecutive odd integer \n" ); document.write( " therefore, x+2=7+2=9 second consecutive integer and \n" ); document.write( " x+4=7+4=11 third consecutive integer. \n" ); document.write( " Ans. 7, 9, 11. \n" ); document.write( " \n" ); document.write( " |