8 consecutive even integers have a sum of 104. What is the product of the smallest and largest integers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
104=(8/2) * (2 * smallest + (8-1) * 2))
smallest=6
104=(8/2)*(6+largest)
largest=20
smallest*largest=120
I'm just using two versions of the sum of arithmetic series formulae.