document.write( "Question 282671: Find three consecutive odd integers such that the sum of the first, two times the second, and three times the third is 70. \n" ); document.write( "
Algebra.Com's Answer #205217 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x, x+2, and x+4\r \n" ); document.write( "\n" ); document.write( "x+2(x+2)+3(x+4)=70\r \n" ); document.write( "\n" ); document.write( "x+2x+4+3x+12=70\r \n" ); document.write( "\n" ); document.write( "6x+16=70\r \n" ); document.write( "\n" ); document.write( "6x=70-16\r \n" ); document.write( "\n" ); document.write( "6x=54 \n" ); document.write( "x=9\r \n" ); document.write( "\n" ); document.write( "the numbers are 9,11,13 \n" ); document.write( " |