problem sovling help please

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 14
Joined: Fri Feb 29, 2008 7:51 pm

problem sovling help please

by nqhussain » Sat Mar 01, 2008 11:24 am
Can something help me solve this question:


What is the arithmatic mean of multiples of 6 that are greater than 0 and less than 1000?

a 499
b 500
c 501
d 502
e 503

Senior | Next Rank: 100 Posts
Posts: 36
Joined: Mon Jan 28, 2008 4:12 pm
Location: Montreal, Canada
Thanked: 2 times

by Kaunteya » Sat Mar 01, 2008 2:29 pm
The mean of all the multiples of 6 between 0 and 1000 can be easily found by simply knowing the first and last multiple of 6. In this case the 1st multiple is 6 and the last is 996. The mean of those two numbers is the same as the mean of all multiples of 6 between 0-1000. Therefore the answer is (996+6)/2 = 501

Master | Next Rank: 500 Posts
Posts: 111
Joined: Thu Jan 31, 2008 4:05 pm
Thanked: 18 times
Followed by:1 members

by xilef » Tue Mar 04, 2008 12:01 pm
another way to solve it is to look at the pattern:

(6+12)/2=9
(6+12+18 )/3=12
(6+12+18+24)/4=15

You can see that with every multiple, the average increases by 3. There are 166 multiples of 6 from 0-1000. Subtracting the first multiple, which is 6 and you get 165. 165*3 = 495 adding the first multiple --- 495 + 6 = 501

Senior | Next Rank: 100 Posts
Posts: 46
Joined: Wed Apr 16, 2008 9:01 pm

by hillzheng » Wed Apr 16, 2008 10:19 pm
I will go with C

Legendary Member
Posts: 631
Joined: Mon Feb 18, 2008 11:57 pm
Thanked: 29 times
Followed by:3 members

by netigen » Thu Apr 17, 2008 11:45 am
Think this way, may be it will help

1st number in the set = 6 = 6 * 1
next number in the set = 12 = 6 * 2
Last number in the set = 996 = 6 * 166

so the sum can be written as 6 (1+2+3+4+5+6+.... +166)

sum of n consecutive numbers = n(n+1)/2

so sum here = (6x166x167)/2 and average = (6x166x167)/(2x166)

= 3x167 = 501