operations on integers

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Tue Aug 02, 2016 12:20 pm

operations on integers

by minuit7 » Mon Aug 15, 2016 3:14 pm
Looking for quick ways to approach the following question:

A certain drive-in movie theater has a total of 17 rows of parking spaces. There are 20 parking spaces in the first row and 21 parking spaces in the second row. In each subsequent row there are 2 more parking spaces than in the previous row. What is the total number of parking spaces in the movie theater?

A 412
B 544
C 596
D 632
E 692

Thank you!
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Mon Aug 15, 2016 6:00 pm
Hi minuit7,

This question can be solved with a bit of Arithmetic and 'bunching.'

We're told that the first two rows of parking spaces contain 20 and 21 spaces respective, then the following 15 rows increase by 2 each (re: 23, 25, 27, etc.). We're asked for the TOTAL number of parking spaces.

The first two rows total 20+21 = 41 spaces. The remaining 15 rows are the odd numbers from 23 through 51, inclusive. By adding the smallest and largest of those numbers, we get:

23 + 51 = 74

By adding the next smallest and next biggest, we get:

25 + 49 = 74

This pattern is consistent, so we'll end up with 7 "pairs" of numbers that add up to 74 and one number "in the middle" that doesn't 'pair up': 37.

Thus, the total number of spaces is... 41 + 7(74) + 37 = 596

Final Answer: C

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

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 » Fri Aug 19, 2016 1:49 am
We've got

20 + 21 + (21 + 1*2) + (21 + 2*2) + ... + (21 + 15*2)

or

20 + 21*16 + 1*2 + 2*2 + ... + 15*2

or

20 + 21*16 + 2*(1 + 2 + ... + 15)

or

20 + 336 + 240