document.write( "Question 253165: find two consecutive even integers if one-third of the smaller one is equal to one-fourth of the larger one \n" ); document.write( "
Algebra.Com's Answer #185426 by nerdybill(7384) You can put this solution on YOUR website! find two consecutive even integers if one-third of the smaller one is equal to one-fourth of the larger one \n" ); document.write( ". \n" ); document.write( "Let x = smaller consecutive even integer \n" ); document.write( "then \n" ); document.write( "x+2 = larger consecutive even integer \n" ); document.write( ". \n" ); document.write( "1/3(x) = 1/4(x+2) \n" ); document.write( "Multiply both sides by 12: \n" ); document.write( "4x = 3(x+2) \n" ); document.write( "4x = 3x+6 \n" ); document.write( "x = 6 (smaller integer) \n" ); document.write( ". \n" ); document.write( "Larger integer: \n" ); document.write( "x+2 = 6+2 = 8 \n" ); document.write( ". \n" ); document.write( "Solution: 6 and 8 \n" ); document.write( " \n" ); document.write( " |