document.write( "Question 347492: The smaller of two consecutive even integers is five more than one half of the greater. \n" ); document.write( "
Algebra.Com's Answer #248449 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the integers be x and x+2 (notice they are even numbers)...now set up with facts from the problem... \n" ); document.write( "x = 5 + (1/2)(x + 2) \n" ); document.write( "now to clear the fraction, multiply everything by two... \n" ); document.write( "2x = 10 + (x + 2) \n" ); document.write( "2x = x + 12 \n" ); document.write( "x = 12 \n" ); document.write( "x + 2 = 14 \n" ); document.write( " |