document.write( "Question 180286: Word problem: Find two consecutive even integers such that the smaller integer subtracted from twice the larger gives a difference of 10. find the two even integers.
\n" );
document.write( "I go the answers just by trial and error as: 6 & 8 but is there a formula to use for this problem? thanks \n" );
document.write( "
Algebra.Com's Answer #135117 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! 2 CONSECUTIVE EVEN integers. that woud make the number 2 apart from each other. \n" ); document.write( ": \n" ); document.write( "lets call one integer,the smaller, a and the other b. But we know that b is equal to a+2 \n" ); document.write( ": \n" ); document.write( "2(a+2)-a=10 \n" ); document.write( ": \n" ); document.write( "2a+4-a=10 \n" ); document.write( ": \n" ); document.write( "a=6 \n" ); document.write( ": \n" ); document.write( "b=a+2=8 \n" ); document.write( ": \n" ); document.write( "there ya go \n" ); document.write( " |