document.write( "Question 353772: find four consecutive even numbers such that three-fourths of the sum of the second and fourth numbers equals the sum of the first and the third numbers. \n" ); document.write( "
Algebra.Com's Answer #252883 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x, x+2,x+4,x+6 be the numbers \n" ); document.write( "... \n" ); document.write( "3/4 of the sum of second and fourth = 3/4 ( x+2+x+6) \n" ); document.write( "sum of first & third = x+x+4 \n" ); document.write( "... \n" ); document.write( "3/4(2x+8)=2x+4 \n" ); document.write( "3(2x+8)=4(2x+4) \n" ); document.write( "6x+24=8x+16 \n" ); document.write( "8x-6x=24-16 \n" ); document.write( "2x=8 \n" ); document.write( "x= 4... \n" ); document.write( "numbers are 4,6,8,10 \n" ); document.write( "..... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |