document.write( "Question 922257: sum of 6 consecutive even numbers is 618. \n" ); document.write( "
Algebra.Com's Answer #559454 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
MENTAL MATH (if you just need a quick answer):
\n" ); document.write( "The number in the middle of those 6 consecutive even numbers is \"618%2F6=103\" . (It is the average and the median of the 6 consecutive even numbers, because they form an arithmetic sequence. If you learned about arithmetic sequences, you may have been taught that).
\n" ); document.write( "The 6 consecutive even numbers are
\n" ); document.write( "\"highlight%2898%29\" , \"highlight%28100%29\" , \"highlight%28102%29\" , \"highlight%28104%29\" , \"highlight%28106%29\" , and \"highlight%28108%29\" .
\n" ); document.write( "
\n" ); document.write( "SHOWING YOUR WORK (with lots of explanations):
\n" ); document.write( "First, you define a variable in the most convenient way you can think of.
\n" ); document.write( "You do not need to call one of your even numbers \"2k\" with \"k\"= an integer to show that it is an even number.
\n" ); document.write( "You can call one of those 6 even numbers \"n\" , and when you solve for \"n\" , check if it is an even number. If the \"n\" you find is not even, there is no solution.
\n" ); document.write( "One option is \"n\"= the smallest of the 6 consecutive even numbers.
\n" ); document.write( "If you learned about arithmetic sequences, you can try to use some formulas from that, but it may be more trouble than it's worth.
\n" ); document.write( "If the smallest even integer is \"n\" , the other 5 even numbers are \"n%2B2\" , \"n%2B4\" , \"n%2B6\" , \"n%2B8\" , and \"n%2B10\" .
\n" ); document.write( "The sum is
\n" ); document.write( "
\n" ); document.write( "\"6n%2B30=618\"--->\"6n=618-30\"--->\"6n=588\"--->\"n=588%2F6\"--->\"highlight%28n=98%29\"
\n" ); document.write( "Another option would be saying that the 6 consecutive even numbers are
\n" ); document.write( "\"x-5\" , \"x-3\" , \"x-1\" , \"x%2B1\" , \"x%2B3\" , and \"x%2B5\" .
\n" ); document.write( "The difference between one and the next is 2, so they are either 6 consecutive even numbers, or 6 consecutive odd numbers.
\n" ); document.write( "Their sum is
\n" ); document.write( "
\n" ); document.write( "\"6x=618\"--->\"x=618%2F6\"--->\"x=103\"--->\"x-5=103-5=98\" .
\n" ); document.write( "
\n" );