cigar-word problem

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 62
Joined: Wed May 04, 2011 9:50 pm
Thanked: 2 times
Followed by:2 members

cigar-word problem

by kishokbabu » Tue Dec 13, 2011 10:26 am
A Cuban cigar would cost 1 dollar less than 1.5 times a French cigar, had the French cigar cost 0.7 dollar less than it does now. An Arabian cigar costs 50 cents more than 1.5 times the Cuban cigar. The three cigars together cost 74.70 dollars. What is the price of the French cigar?

a) $16.70
b) $23
c) $25.50
d) $35
e) $37.40

Pls help to solve this problem
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 588
Joined: Sun Oct 16, 2011 9:42 am
Location: New Delhi, India
Thanked: 130 times
Followed by:9 members
GMAT Score:720

by rijul007 » Tue Dec 13, 2011 10:42 am
Cuban cigar = $c
French .. = $f
Arabian .. = $a

c+f+a = 74.7

c = 3(f-0.7)/2 - 1
f = 2(c+1)/3 + 0.7
a = 3c/2 + 0.5

c+f+a = 74.7
c+ 2(c+1)/3 +0.7 + 3c/2 +0.5 = 74.7
c = $23

Put this in
c = 3(f-0.7)/2 - 1

f = $16.70

Option A

User avatar
Community Manager
Posts: 1060
Joined: Fri May 13, 2011 6:46 am
Location: Utrecht, The Netherlands
Thanked: 318 times
Followed by:52 members

by neelgandham » Tue Dec 13, 2011 10:54 am
An Arabian cigar costs 50 cents more than 1.5 times the Cuban cigar. The three cigars together cost 74.70 dollars. What is the price of the French cigar?


Let the cost of a Cuban Cigar be $C and
Let the cost of a French Cigar be $F and
Let the cost of an Arabian Cigar be $A

A Cuban cigar would cost 1 dollar less than 1.5 times a French cigar,had the French cigar cost 0.7 dollar less than it does now. Implies
$C = (1.5*($F-0.7))-1

An Arabian cigar costs 50 cents more than 1.5 times the Cuban cigar. Implies
$A= (1.5*$C) + 0.5

The three cigars together cost 74.70 dollars.Implies
$C+$F+$A=$74.70

((1.5*($F-0.7))-1) + $F + (1.5*((1.5*($F-0.7))-1)) + 0.5 = 74.7
Implies $F = $16.70
Anil Gandham
Welcome to BEATtheGMAT | Photography | Getting Started | BTG Community rules | MBA Watch
Check out GMAT Prep Now's online course at https://www.gmatprepnow.com/

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Sun Dec 04, 2011 10:02 pm
Thanked: 2 times

by Mdewan » Tue Dec 13, 2011 10:57 am
Ans: A

Senior | Next Rank: 100 Posts
Posts: 62
Joined: Wed May 04, 2011 9:50 pm
Thanked: 2 times
Followed by:2 members

by kishokbabu » Tue Dec 13, 2011 10:58 am
Hi rijul,

How u r getting the second equation
f = 2(c+1)/3 + 0.7

Pls explain hw u arrive the above eqn.

rijul007 wrote:Cuban cigar = $c
French .. = $f
Arabian .. = $a

c+f+a = 74.7

c = 3(f-0.7)/2 - 1
f = 2(c+1)/3 + 0.7
a = 3c/2 + 0.5

c+f+a = 74.7
c+ 2(c+1)/3 +0.7 + 3c/2 +0.5 = 74.7
c = $23

Put this in
c = 3(f-0.7)/2 - 1

f = $16.70

Option A

User avatar
Legendary Member
Posts: 588
Joined: Sun Oct 16, 2011 9:42 am
Location: New Delhi, India
Thanked: 130 times
Followed by:9 members
GMAT Score:720

by rijul007 » Tue Dec 13, 2011 11:03 am
kishokbabu wrote:Hi rijul,

How u r getting the second equation
f = 2(c+1)/3 + 0.7

Pls explain hw u arrive the above eqn.

rijul007 wrote:Cuban cigar = $c
French .. = $f
Arabian .. = $a

c+f+a = 74.7

c = 3(f-0.7)/2 - 1
f = 2(c+1)/3 + 0.7
a = 3c/2 + 0.5

c+f+a = 74.7
c+ 2(c+1)/3 +0.7 + 3c/2 +0.5 = 74.7
c = $23

Put this in
c = 3(f-0.7)/2 - 1

f = $16.70

Option A
@kishokbabu
I jst manipulated the expression
c = 3(f-0.7)/2 - 1


c = 3(f-0.7)/2 - 1

3(f-0.7)/2 = c+1
f-0.7 = 2(c+1)/3
f = 2(c+1)/3 + 0.7