Statistics

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 227
Joined: Sun Apr 08, 2012 4:53 am
Thanked: 12 times
Followed by:3 members

Statistics

by guerrero » Mon May 20, 2013 8:38 am
A new electric car company holds a limited-time sales event. On the first day, 3 cars are sold. On each subsequent day of the event, 3 more cars are sold than on the previous day. For how many days does the event last?

(1) If the event had lasted 2 more days, the average number of cars sold per day would have increased by 3.

(2) On exactly 9 days during the event, the number of cars for the day is a multiple of 9.

kindly help me tackle this problem.thanks!
Source: — Problem Solving |

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Mon May 20, 2013 1:46 pm
Let's make sense of the stem first.

Day 1 of the sale: 3 cars sold
Day 2 of the sale: 3 + 3 cars sold
Day 3 of the sale: 3 + 3 + 3 cars sold
etc.

So we have a general formula: on day n of the sale, 3 + (n-1)*3 cars are sold, a number we can simplify as 3n. Now we just need the # of days, which we can get a few different ways - from the total # of cars sold, from the # of cards sold on the last day, or from some other random fact that turns out to work (a pretty frequent occurrence on the GMAT).

Let's say the event lasted k days. The number of cars sold is 3 + (3+3) + (3+3+3) + ... + (3*k), or the sum of the first k multiples of 3, or (3/2) * (k*(k+1)). (I'll explain this a bit below if it doesn't make sense). The average is the total # divided by the number of days, or

3/2 * k * (k+1)
----------------
k

or 3/2 * (k+1). If the sale had lasted 2 more days, we'd have (3/2) * (k+2) * (k+3) cars sold. Total / average = # of days, so this gives us 3/2 * (k+3) cars sold.

Since this average is supposed to be 3 greater than the k-day sale, we have

3/2 * (k+1) = (3/2 * (k+3)) - 3

But this is just an identity (two different ways of writing the same thing, like 1 + 1 = 2 + 0, or x = (2x)/2), so it tells us nothing about k. This is useless: not only is S1 INSUFFICIENT, but the answer must be either B or E, as this statement will add NOTHING when we combine the two.

As for S2, we know from the logic above that every third day will have a number of sales equal to a multiple of 9, so this statement tells us that the sale lasts at least 27 days but less than 30 (because if it were 30 or more, we'd have at least 10 days with sales equal to a multiple of 9). But it could still be 27, 28, or 29 days long. INSUFFICIENT, so the answer is E.

One note on my calculation above, in case it's unfamiliar: the sum of the first n positive integers is n * (n+1) * 1/2. So if we want the sum of the first n positive multiples of 3, it's just this number times 3, or n * (n+1) * 3/2.
Last edited by Matt@VeritasPrep on Mon May 20, 2013 1:49 pm, edited 1 time in total.

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Mon May 20, 2013 1:48 pm
guerrero wrote:A new electric car company holds a limited-time sales event. On the first day, 3 cars are sold. On each subsequent day of the event, 3 more cars are sold than on the previous day. For how many days does the event last?

(1) If the event had lasted 2 more days, the average number of cars sold per day would have increased by 3.

(2) On exactly 9 days during the event, the number of cars for the day is a multiple of 9.

kindly help me tackle this problem.thanks!
The number of cars sold increases by 3 each day:
3, 6, 9, 12, 15...
The result is an EVENLY SPACED SET.

Statement 1: If the event had lasted 2 more days, the average number of cars sold per day would have increased by 3.
3
3, 6, 9
3, 6, 9, 12, 15
3, 6, 9, 12, 15, 18, 21
With an evenly spaced set, average = median.
As shown here, EVERY TIME two more days are included, the median -- and thus the average -- increases by 3.
Thus, statement 1 is IRRELEVANT.
ANY NUMBER OF DAYS will satisfy statement 1.
If the event lasts 1 day, then adding 2 more days will increase the average number of cars sold per day by 3.
If the event lasts 2 days, then adding 2 more days will increase the average number of cars sold per day by 3.
If the event lasts 3 days, then adding 2 more days will increase the average number of cars sold per day by 3.
And so on.
Since statement 1 does not constrain the number of days in any way, eliminate A, D, and C.

Statement 2: On exactly 9 days during the event, the number of cars for the day is a multiple of 9.
The number of cars sold per day could look like this:
3, 6, 9...75, 78, 81.
The list above will include exactly 9 multiples of 9:
9, 18, 27, 36, 45, 54, 63, 72, 81.
But if the event lasts one more day, it will still be true that on exactly 9 days the number of cars sold per day will be a multiple of 9:
3, 6, 9...75, 78, 81...84.
Since the number of days can be different values, INSUFFICIENT.
Eliminate B.

The correct answer is E.
Last edited by GMATGuruNY on Tue May 21, 2013 9:24 am, edited 1 time in total.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Master | Next Rank: 500 Posts
Posts: 358
Joined: Thu Apr 18, 2013 9:46 am
Location: Jeddah, Saudi Arabia
Thanked: 42 times
Followed by:7 members
GMAT Score:730

by faraz_jeddah » Tue May 21, 2013 9:19 am
GMATGuruNY wrote: The list above will include exactly 9 multiples of 9:
9, 18, 27, 36, 45, 54, 63, 72, 81.
But if the event lasts one more day, it will still be true that on exactly 9 days the number of cars sold per day will be a multiple of 9:
3, 8, 9...75, 78, 81...84.
Since the number of days can be different values, INSUFFICIENT.
Eliminate B.

The correct answer is E.
I think the 8 should be 6. Just to clarify for others.

Thanks Mitch.