document.write( "Question 104345: Tripling the greater of 2 consecutive even integers gives the same result as subtracting 10 from the lesser even interger. What are the integers?\r
\n" );
document.write( "\n" );
document.write( "I have tried and tried but always come up with the wrong answer.... please help!!! thanks \n" );
document.write( "
Algebra.Com's Answer #75917 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let the two consecutive even integers be x and x+2 \n" ); document.write( "From the problem description, you can write: \n" ); document.write( "3(x+2) = x-10 Simplify and solve for x. \n" ); document.write( "3x+6 = x-10 Subtract x from both sides. \n" ); document.write( "2x+6 = -10 Subtract 6 from both sides. \n" ); document.write( "2x = -16 Divide both sides by 2. \n" ); document.write( "x = -8 and \n" ); document.write( "x+2 = -6 \n" ); document.write( "The two integers are: -8 and -6 \n" ); document.write( " |