document.write( "Question 9473: Find 3 consecutive even integers so that the first plus twice the second is twice the third \n" ); document.write( "
Algebra.Com's Answer #5188 by prince_abubu(198)![]() ![]() ![]() You can put this solution on YOUR website! If they are 3 consecutive even integers, they'll be n, n + 2, and n + 4. When they told you that they have to be even, this means that your answer at the end should be the even numbers. You don't have to do anything fancy with your choice of variable.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The first plus twice the second\": n + 2(n+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Is twice the third\": = 2(n+4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Tip: When they tell you some thing like \"three consecutive even (or odd) integers\", ALWAYS start with n, n + 2, and n + 4. If they told you that n is odd, so are n + 2 and n + 4. Don't let the +2 and the +4 throw you off thinking that the quantity is even. It could either be even or odd! \n" ); document.write( " |