document.write( "Question 268191: Find two consecutive even integers such that the lesser added to three times the greater gives a sum of 46
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196611 by azhou4(12)![]() ![]() ![]() You can put this solution on YOUR website! The consecutive even numbers will be x, and x+2. \n" ); document.write( "the lesser, or x, plus 3(x+2) equals 46 \n" ); document.write( "So x+3x+6=46 \n" ); document.write( "x+3x=40 \n" ); document.write( "4x=40 \n" ); document.write( "x=10 \n" ); document.write( "The consecutive numbers would be 10 and 12.\r \n" ); document.write( "\n" ); document.write( "Hope this helped! \n" ); document.write( " |