gmat prep 1

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 228
Joined: Sun Aug 17, 2008 8:08 am
Thanked: 4 times

gmat prep 1

by jainrahul1985 » Tue Aug 24, 2010 8:46 am
For each customer, a bakery charges p dollars for the first loaf of bread bought by the customer and charges q dollars for each additional loaf bought by the customer. What is the value of p ?

(1) A customer who buys 2 loaves is charged 10 percent less per loaf than a customer who buys a single loaf.

(2) A customer who buys 6 loaves of bread is charged 10 dollars.

OA [spoiler]C , I could make a smart guess and mark answer correctly but couldn't able to break option A in equations . Please suggest[/spoiler]
Source: — Data Sufficiency |

User avatar
Master | Next Rank: 500 Posts
Posts: 164
Joined: Sun Jul 18, 2010 5:26 am
Thanked: 49 times
Followed by:4 members
GMAT Score:710

by Maciek » Tue Aug 24, 2010 9:45 am
Hi :)

(1)

a customer, who buys two loaves, pays p + q
average price per loaf is (p + q)/2
it is 10 percent less than the price of single loaf p

so (p + q)/2 = 0.9p
p + q = 1.8p
q = 0.8p

it is INSUFFICIENT

(2)

total price X = 10
amount of loaves n = 6
X = p + q(n - 1)
10 = p + 5q
[spoiler]
it is INSUFFICIENT[/spoiler]

but

q = 0.8p
10 = p + 5q

10 = p + 5*0.8p
p = 2
q = 1.6
[spoiler]
both statements 1 and 2 are together SUFFICIENT - answer C[/spoiler]

hope it helps!
"There is no greater wealth in a nation than that of being made up of learned citizens." Pope John Paul II

if you have any questions, send me a private message!

should you find this post useful, please click on "thanks" button :)

Master | Next Rank: 500 Posts
Posts: 117
Joined: Wed Jun 09, 2010 7:02 am

by missrochelle » Wed Aug 25, 2010 7:30 pm
I actually set my equation up a bit differently --

Question stem: 1(P) + (x-1) Q = total cost
Where P is price for first loaf , Q is price for additional loaves and x = total loaves.

Stmt 1
x=2. so 1(P)+1(Q) = .90(P) , since the price for 2 is 10% less than than the price of 2.

insuff. ## pls explain whats wrong with my algebra here...even though i got it right, why do you divide by 2? ##

Stmt 2
x=6. so 1(P) + 5(Q) = $10.00 insuff. alone

Together -
two linear equations, can solve for q and substitute... I got C but not sure whats up with my equations.