document.write( "Question 165994: Find three consecutive even integers such that two times the sum of the first and the second is equal to three times the third. \n" ); document.write( "
| Algebra.Com's Answer #122431 by sata001(4)      You can put this solution on YOUR website! let these numbers be 2x 2x+2 and 2x+4. \n" ); document.write( "two times the sum of the first and the second is equal to three times the third means that: \n" ); document.write( "2*(2x + 2x+2)=3*(2x+4) \n" ); document.write( "2*(4x+2)=6x+12 \n" ); document.write( "8x+4=6x+12 \n" ); document.write( "2x=8 \n" ); document.write( "x=4\r \n" ); document.write( "\n" ); document.write( "so the three consecutive even integers are 8, 10 and 12. \n" ); document.write( " |