document.write( "Question 33138: cannot seem to get this!!! from my teacher's own problem solving packet. it reads...
\n" );
document.write( "The larger of two consecutive even integers is six less than twice the smaller. Find the numbers.
\n" );
document.write( "thank you tons!!! \n" );
document.write( "
Algebra.Com's Answer #19556 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! The two consequtive even integers are n ,(n+2) \n" ); document.write( "greater integer is (n+2) is six less then twice the smaller one \n" ); document.write( "so (n+2) = 2n - 6 \n" ); document.write( "2n - n = 6 +2 \n" ); document.write( "n = 8 \n" ); document.write( "n+2 = 10 \n" ); document.write( "the two integers are 8,10 \n" ); document.write( " |