document.write( "Question 188894: Five times the first of three consecutive even integers is four less than three times the third integer. Find the smallest even integer \n" ); document.write( "
Algebra.Com's Answer #141666 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! Five times the first of three consecutive even integers is four less than three times the third integer. Find the smallest even integer \n" ); document.write( ": \n" ); document.write( "lets call our integers a, a+2, and a+4 \n" ); document.write( ": \n" ); document.write( "5a=3(a+4)-4 \n" ); document.write( ": \n" ); document.write( "5a=3a+12-4 \n" ); document.write( ": \n" ); document.write( "2a=8 \n" ); document.write( ": \n" ); document.write( "a=4....smallest even integer \n" ); document.write( " |