document.write( "Question 344261: Find three consecutive even integers such that four times the first minus the third is six more than twice the second.
\n" );
document.write( "(My work)x, x+2, x+4 represent the three consecutive even integers.
\n" );
document.write( "Such that 4times the first (4x)
\n" );
document.write( "Minus the third (4x-x+4)
\n" );
document.write( "Is 6 more than twice the second (6+2(x+2)
\n" );
document.write( "So...I've got 4x-x+4=2(x+2)+6
\n" );
document.write( "I've gone over and over this and this is the only thing I can come up with.
\n" );
document.write( "Thank you for your help! \n" );
document.write( "
Algebra.Com's Answer #246292 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that four times the first minus the third is six more than twice the second. \n" ); document.write( "------------ \n" ); document.write( "Note: Even numbers are always a multiple of 2. \n" ); document.write( "You must represent them as multiples of 2. \n" ); document.write( "------------------------ \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x+2 \n" ); document.write( "3rd: 2x+4 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "4(2x)-(2x+4) = 2(2x+2)+6 \n" ); document.write( "---------------------- \n" ); document.write( "6x-4 = 4x+10 \n" ); document.write( "2x = 14 \n" ); document.write( "x = 7 \n" ); document.write( "---- \n" ); document.write( "1st: 2x = 14 \n" ); document.write( "2nd: 2x+2 = 16 \n" ); document.write( "3rd: 2x+4 = 18 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |