Last visit was: 26 Apr 2024, 11:05 It is currently 26 Apr 2024, 11:05

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Tags:
Show Tags
Hide Tags
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619212 [23]
Given Kudos: 81609
Send PM
Intern
Intern
Joined: 27 Apr 2015
Posts: 24
Own Kudos [?]: 29 [4]
Given Kudos: 33
Location: Singapore
Concentration: General Management, Strategy
GMAT 1: 620 Q47 V28
GPA: 3.32
Send PM
Intern
Intern
Joined: 15 Nov 2018
Posts: 29
Own Kudos [?]: 9 [0]
Given Kudos: 133
Send PM
GMAT Club Legend
GMAT Club Legend
Joined: 18 Aug 2017
Status:You learn more from failure than from success.
Posts: 8020
Own Kudos [?]: 4098 [0]
Given Kudos: 242
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1:
545 Q79 V79 DI73
GPA: 4
WE:Marketing (Energy and Utilities)
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions


given
d=s*t
(t-1)*(s+10) = (t+1)*(s-6)
LHS = 10t-s=10
and RHS = s-6t=6
add both ; we get t= 4 hrs and s= 30 kmph
d= 120 km
IMO A
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18764
Own Kudos [?]: 22060 [5]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
2
Kudos
2
Bookmarks
Expert Reply
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions


We can create the equations:

rt = d (Eq. 1)

and

(r + 10)(t - 1) = d (Eq. 2)


and

(r - 6)(t + 1) = d (Eq. 3)

Equating the left hand sides of Eq. 1 and Eq. 2, we have:

rt = (r + 10)(t - 1)

rt = rt - r + 10t - 10

r = 10t - 10 ⟶ Eq. 4

Equating the left hand sides of Eq. 2 and Eq. 3, we have:

(r + 10)(t - 1) = (r - 6)(t + 1)

rt - r + 10t - 10 = rt + r - 6t - 6

16t - 4 = 2r

8t - 2 = r ⟶ Eq. 5

Equating the right hand side of Eq. 4 and the left hand side of Eq. 5, we have:

10t - 10 = 8t - 2

2t = 8

t = 4

Since r = 10t - 10, r = 4(10) - 10 = 30. Finally, since d = rt, d = 30(4) = 120.

Answer: A
Intern
Intern
Joined: 27 Apr 2015
Posts: 24
Own Kudos [?]: 29 [0]
Given Kudos: 33
Location: Singapore
Concentration: General Management, Strategy
GMAT 1: 620 Q47 V28
GPA: 3.32
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Sarkar93 wrote:
navaneethmmb wrote:
Distance = Speed (s) x time (t)
Case 1: If speed is (s+10), then time taken is (t-1)
Case 2: If speed is (s-6), then time taken is (t+1)

From Case 1,
Distance = st = (s+10)*(t-1) = st - s + 10t -10 Or, s-10t+10 = 0
From Case 2,
Distance = st = (s-6)*(t+1) = st + s - 6t - 6 Or, s - 6t - 6 = 0

Solving the above two equations, we get t = 4 h
Plugging in value of t in the above equations gives s = 30 kmph

Therefore Distance = 30*4 = 120 km

Ans (A)


Can you kindly explain why you equated the two equations in case 1 and case 2 to 0?
Thanks



Hi Sarkar93,

Distance = Speed*Time
Let's say Original Speed = 's' (small s) and Original Time taken = 't' (small t)
It gives Distance = s*t or D = st --> Eq(1)

Case 1 : If Speed increases by 10 kmph, Time taken is reduced by 1 hr.
So, New speed (S) will be = (s+10) and New Time (T) = (t-1)
--> Distance = S*T = (s+10)*(t-1) = (st - s +10t - 10) ---> Eq(2)
--> Notice we have the 'st' component here which is equal to D (from eq.1)

Rewriting the equations we get, D = ST or D = st (where S<>s and T <>t; but ST = st)
(That is, when the Distance remains the same, the Speed and Time can take different sets of values)

Therefore, from Eq.2 --> ST = st - s + 10t -10
Since ST = st, we can cancel them off on either side of the above equation.

That gives us ST - st = (-s+10t-10) or (-s+10t-10) = 0

Hope this clarifies.
Intern
Intern
Joined: 15 Nov 2018
Posts: 29
Own Kudos [?]: 9 [0]
Given Kudos: 133
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
navaneethmmb , ScottTargetTestPrep

Thanks for the detailed explanation. I get it now. Previously, I was ignoring the equation (i), D = S * t in my calculation.
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18764
Own Kudos [?]: 22060 [0]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Expert Reply
Sarkar93 wrote:
navaneethmmb , ScottTargetTestPrep

Thanks for the detailed explanation. I get it now. Previously, I was ignoring the equation (i), D = S * t in my calculation.


My pleasure!!
Manager
Manager
Joined: 12 Sep 2017
Posts: 239
Own Kudos [?]: 117 [0]
Given Kudos: 132
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
ScottTargetTestPrep

Hello!

Maybe im a bit tired but I have been reading the problem por a whole hour and I dont understand why cant we equate equations 2 and 3.

Kind regards!
Senior Manager
Senior Manager
Joined: 28 Feb 2014
Posts: 471
Own Kudos [?]: 559 [2]
Given Kudos: 74
Location: India
Concentration: General Management, International Business
GMAT 1: 570 Q49 V20
GPA: 3.97
WE:Engineering (Education)
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
2
Kudos
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions

Using ST=D equation
according to question
ST = D ------(i)
(S+10)(T-1) = D ------(ii)
(S-6)(T+1) = D -------(iii)

Equating (i) and (ii)
(S+10)(T-1) = ST
S = 10T - 10 -------(iv)

Equating (ii) and (iii)
(S+10)(T-1) = (S-6)(T+1)
S = 8T - 2 -------(v)

from (iv) and (v)
T = 4
S = 30
D = 120

A is correct.
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18764
Own Kudos [?]: 22060 [0]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Expert Reply
jfranciscocuencag wrote:
ScottTargetTestPrep

Hello!

Maybe im a bit tired but I have been reading the problem por a whole hour and I dont understand why cant we equate equations 2 and 3.

Kind regards!



We actually did equate equations 2 and 3; we obtained equation 5 as a result of that.
Manager
Manager
Joined: 18 Dec 2017
Posts: 159
Own Kudos [?]: 18 [0]
Given Kudos: 13
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
ScottTargetTestPrep wrote:
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions


We can create the equations:

rt = d (Eq. 1)

and

(r + 10)(t - 1) = d (Eq. 2)


and

(r - 6)(t + 1) = d (Eq. 3)

Equating the left hand sides of Eq. 1 and Eq. 2, we have:

rt = (r + 10)(t - 1)

rt = rt - r + 10t - 10

r = 10t - 10 ⟶ Eq. 4

Equating the left hand sides of Eq. 2 and Eq. 3, we have:

(r + 10)(t - 1) = (r - 6)(t + 1)

rt - r + 10t - 10 = rt + r - 6t - 6

16t - 4 = 2r

8t - 2 = r ⟶ Eq. 5

Equating the right hand side of Eq. 4 and the left hand side of Eq. 5, we have:

10t - 10 = 8t - 2

2t = 8

t = 4

Since r = 10t - 10, r = 4(10) - 10 = 30. Finally, since d = rt, d = 30(4) = 120.

Answer: A


can this be done under 2 mins?
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18764
Own Kudos [?]: 22060 [0]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Expert Reply
sumankwan wrote:
ScottTargetTestPrep wrote:
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions


We can create the equations:

rt = d (Eq. 1)

and

(r + 10)(t - 1) = d (Eq. 2)


and

(r - 6)(t + 1) = d (Eq. 3)

Equating the left hand sides of Eq. 1 and Eq. 2, we have:

rt = (r + 10)(t - 1)

rt = rt - r + 10t - 10

r = 10t - 10 ⟶ Eq. 4

Equating the left hand sides of Eq. 2 and Eq. 3, we have:

(r + 10)(t - 1) = (r - 6)(t + 1)

rt - r + 10t - 10 = rt + r - 6t - 6

16t - 4 = 2r

8t - 2 = r ⟶ Eq. 5

Equating the right hand side of Eq. 4 and the left hand side of Eq. 5, we have:

10t - 10 = 8t - 2

2t = 8

t = 4

Since r = 10t - 10, r = 4(10) - 10 = 30. Finally, since d = rt, d = 30(4) = 120.

Answer: A


can this be done under 2 mins?


It's a tough problem. I'd say closer to 3 minutes.
Manager
Manager
Joined: 22 Jan 2020
Posts: 69
Own Kudos [?]: 13 [0]
Given Kudos: 304
GMAT 1: 730 Q43 V42
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
This was not very clear

Might want to break down the steps as little


ScottTargetTestPrep wrote:
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions


We can create the equations:

rt = d (Eq. 1)

and

(r + 10)(t - 1) = d (Eq. 2)


and

(r - 6)(t + 1) = d (Eq. 3)

Equating the left hand sides of Eq. 1 and Eq. 2, we have:

rt = (r + 10)(t - 1)

rt = rt - r + 10t - 10

r = 10t - 10 ⟶ Eq. 4

Equating the left hand sides of Eq. 2 and Eq. 3, we have:

(r + 10)(t - 1) = (r - 6)(t + 1)

rt - r + 10t - 10 = rt + r - 6t - 6

16t - 4 = 2r

8t - 2 = r ⟶ Eq. 5

Equating the right hand side of Eq. 4 and the left hand side of Eq. 5, we have:

10t - 10 = 8t - 2

2t = 8

t = 4

Since r = 10t - 10, r = 4(10) - 10 = 30. Finally, since d = rt, d = 30(4) = 120.

Answer: A


Posted from my mobile device
Manager
Manager
Joined: 22 Jan 2020
Posts: 69
Own Kudos [?]: 13 [0]
Given Kudos: 304
GMAT 1: 730 Q43 V42
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
QuantMadeEasy wrote:
Bunuel wrote:
A car travelling from city A to B takes an hour lesser to cover the distance if it moved 10 kilometres per hour faster. On the other hand it will take an hour more to cover the distance if it moved 6 kilometres per hour slower. What is the distance between the two cities?

A. 120 kilometres
B. 150 kilometres
C. 180 kilometres
D. 360 kilometres
E. 380 kilometres


Are You Up For the Challenge: 700 Level Questions

Using ST=D equation
according to question
ST = D ------(i)
(S+10)(T-1) = D ------(ii)
(S-6)(T+1) = D -------(iii)

Equating (i) and (ii)
(S+10)(T-1) = ST
S = 10T - 10 -------(iv)

Equating (ii) and (iii)
(S+10)(T-1) = (S-6)(T+1)
S = 8T - 2 -------(v)

from (iv) and (v)
T = 4
S = 30
D = 120

A is correct.



This is the clearest explanation by far

Everyone upvote this one

Posted from my mobile device
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32688
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: A car travelling from city A to B takes an hour lesser to cover the di [#permalink]
Moderators:
Math Expert
92947 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne