document.write( "Question 843538: the sum of 4 consecutive even numbers is 188. What are two ways to find these 4 consecutive even numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #508226 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The easiest way: \n" ); document.write( "188/4 = 47, the center \n" ); document.write( "2 above and 2 below the center \n" ); document.write( "--> 44, 46, 48, 50 \n" ); document.write( "=================== \n" ); document.write( "Or, \n" ); document.write( "n + n+2 + n+4 + n+6 = 188 \n" ); document.write( "---- \n" ); document.write( " \n" ); document.write( " |