Last visit was: 20 May 2024, 06:00 It is currently 20 May 2024, 06:00
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
Manager
Manager
Joined: 12 Oct 2012
Posts: 93
Own Kudos [?]: 322 [42]
Given Kudos: 198
WE:General Management (Other)
Send PM
Most Helpful Reply
User avatar
Senior Manager
Senior Manager
Joined: 27 Jun 2012
Posts: 324
Own Kudos [?]: 2478 [16]
Given Kudos: 185
Concentration: Strategy, Finance
Send PM
Director
Director
Joined: 03 Feb 2011
Status:Retaking after 7 years
Posts: 860
Own Kudos [?]: 4481 [7]
Given Kudos: 221
Location: United States (NY)
Concentration: Finance, Economics
GMAT 1: 720 Q49 V39
GPA: 3.75
Send PM
General Discussion
avatar
Manager
Manager
Joined: 12 Mar 2012
Posts: 66
Own Kudos [?]: 523 [2]
Given Kudos: 22
Location: India
Concentration: Technology, Strategy
GMAT 1: 710 Q49 V36
GPA: 3.2
WE:Information Technology (Computer Software)
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
2
Kudos
Speed of Jim is c/a meter per second. Speed of Roger is c/b meter per second.
Let us suppose when they both meet or cross each other Jim has covered x distance and Roger has covered c-x distance. Since time taken is same, as they both started together we can have the equation:

x/(c/a) = (c-x)/(c/b)

ax/c = b(c-x)/c or ax = b(c-x)
Solving for x, x = cb/(a+b)
Jim travelled, x = cb/(a+b)
Roger travelled, c-x = ca/(a+b)
Ans: ca/(a+b) - cb/(a+b) = c(a-b)/(a+b)
User avatar
Senior Manager
Senior Manager
Joined: 27 Jun 2012
Posts: 324
Own Kudos [?]: 2478 [2]
Given Kudos: 185
Concentration: Strategy, Finance
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
1
Kudos
1
Bookmarks
Attachment:
Pick numbers.jpg
Pick numbers.jpg [ 43.32 KiB | Viewed 14966 times ]

Pick Numbers Approach:
Pick a=15 (time taken by Jim)
b=10 (time taken by Roger)
c=30 (Total distance PQ)

Rate for Jim = 30/15 = 2
Rate for roger = 30/10 = 3
Mutual rate = 2+3 = 5
Total time taken by both to cross each other = 30/5 = 6

Roger's distance - Jim's distance= (Roger's rate * mutual time) - (Jim's rate * mutual time) = mutual time * (Roger's rate - Jim's rate) = 6 (3-2) = 6

Choice analysis with Plug-in the numbers a=15, b=10, c=30
A. c(b-a)/(a+b) = 30(-5)/25= -6 (this is negative)
B. c(a-b)/(a+b) = 30(5)/25= 6 (this is correct)!
C. c(a+b)/(a-b) = 30(25)/5 = 150 (does not match with 6)
D. ab(a-b)/(a+b) = 150(5)/25= 30 (does not match with 6)
E. ab(b-a)/(a+b) = 150(-5)/25= -30 (does not match with 6)
User avatar
Manager
Manager
Joined: 27 Feb 2012
Posts: 96
Own Kudos [?]: 170 [2]
Given Kudos: 22
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
2
Kudos
samsikka23 wrote:
Jim takes a seconds to swim c meters at a constant rate from point P to point Q in a pool. Roger, who is faster than Jim, can swim the same distance in b seconds at a constant rate. If Jim leaves point P the same time that Roger leaves point Q, how many fewer meters will Jim have swum than Roger when the two swimmers pass each other?

A. c(b-a)/(a+b)
B. c(a-b)/(a+b)
C. c(a+b)/(a-b)
D. ab(a-b)/(a+b)
E. ab(b-a)/(a+b)

Hi, I am having trouble with this question. Can you please help explain it algebraically as well as with picking numbers, thanks


OK. Unit of distance is mt. Check the unit of options only A B and C satisfies.
b<a so option would be negative.
Between B and C now. Educated guess is B because we have relative speed in denominator. But let me explain why.....

The relative speed will be b+a for objects travelling in opposite direction. Let both of them meet in t seconds. Distance traveled is c.
t = c / (c/a+c/b) = ab/(a+b).
Distance traveled by jim whose speed is c/a is c/a * ab/ (a+b) = cb/(a+b)
Distance traveled by roger... c/b*ab/(a+b) = ca/(a+b)
Difference c*(a-b)/(a+b)
avatar
SVP
SVP
Joined: 27 Dec 2012
Status:The Best Or Nothing
Posts: 1560
Own Kudos [?]: 7231 [1]
Given Kudos: 193
Location: India
Concentration: General Management, Technology
WE:Information Technology (Computer Software)
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
1
Kudos
Both Jim & Roger are travelling at constant speed & in opposite direction:
So, speed of Jim = c/a & speed of Roger = c/b
Let say Jim travelled distance x from P where it met Roger, it means that Roger travelled (c-x) from point Q
[x would be less than (c-x) as Jim is travelling slow]
From above, time taken by Jim to travel x = xa/c....................... (1)
Also, time taken by Roger to travel (c-x) = (c-x)b/c.....................(2)
Time taken by both Jim & Roger is same, so (1) = (2)
xa/c = (c-x)b/c,
Solving further, x = bc/(a+b).................... (3)
We require to find how many fewer meters will Jim have swum i.e
additional distance travelled by Roger = (c - x) - x
= c-2x
Substituting value of x from (3) & solving the equation further, we get Answer = c(a-b)/a+b
Answer = (B)
Verbal Forum Moderator
Joined: 10 Oct 2012
Posts: 485
Own Kudos [?]: 3102 [3]
Given Kudos: 141
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
3
Kudos
aditi2013 wrote:
Jim takes a seconds to swim c meters at a constant rate from point P to point Q in a pool. Roger, who is faster than Jim, can swim the same distance in b seconds at a constant rate. If Jim leaves point P the same time that Roger leaves point Q, how many fewer meters will Jim have swum than Roger when the two swimmers pass each other?

A) c(b-a)/ a+b

B) c(a-b)/a+b

C) c(a+b)/a-b

D) ab(a-b)/a+b

E) ab(b-a)/a+b

The above question can be done by picking numbers. Is there an alternative way to solve this.


We know from the question stem that a>b, as because for the same distance, Roger will take lesser time than Jim.Eliminate options A and E(as they will lead to negative answer).

Also, as the answer is representing distance, we can straightaway eliminate D, which is representing \(time^2\)

Out of the 2 options remaining , i.e. B and C, we know that the answer has to be less than c(The difference between the distance covered by Jim and Roger can-not be more than c) For option C, the expression (a+b)/(a-b) WILL always be greater than 1. Thus, by process of elimination, the answer is B.

B.
avatar
SVP
SVP
Joined: 27 Dec 2012
Status:The Best Or Nothing
Posts: 1560
Own Kudos [?]: 7231 [2]
Given Kudos: 193
Location: India
Concentration: General Management, Technology
WE:Information Technology (Computer Software)
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
2
Kudos
Please refer screenshot below:
Attachments

sp.jpg
sp.jpg [ 35.5 KiB | Viewed 13710 times ]

avatar
Manager
Manager
Joined: 28 Apr 2014
Posts: 140
Own Kudos [?]: 74 [0]
Given Kudos: 46
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
Abhii46 wrote:
Speed of Jim is c/a meter per second. Speed of Roger is c/b meter per second.
Let us suppose when they both meet or cross each other Jim has covered x distance and Roger has covered c-x distance. Since time taken is same, as they both started together we can have the equation:

x/(c/a) = (c-x)/(c/b)

ax/c = b(c-x)/c or ax = b(c-x)
Solving for x, x = cb/(a+b)
Jim travelled, x = cb/(a+b)
Roger travelled, c-x = ca/(a+b)
Ans: ca/(a+b) - cb/(a+b) = c(a-b)/(a+b)


How come Roger's distance be taken as c-x ? I dont see it being mentioned that distance between the two points is c.
Math Expert
Joined: 02 Sep 2009
Posts: 93351
Own Kudos [?]: 625214 [0]
Given Kudos: 81907
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
Expert Reply
himanshujovi wrote:
Abhii46 wrote:
Speed of Jim is c/a meter per second. Speed of Roger is c/b meter per second.
Let us suppose when they both meet or cross each other Jim has covered x distance and Roger has covered c-x distance. Since time taken is same, as they both started together we can have the equation:

x/(c/a) = (c-x)/(c/b)

ax/c = b(c-x)/c or ax = b(c-x)
Solving for x, x = cb/(a+b)
Jim travelled, x = cb/(a+b)
Roger travelled, c-x = ca/(a+b)
Ans: ca/(a+b) - cb/(a+b) = c(a-b)/(a+b)


How come Roger's distance be taken as c-x ? I dont see it being mentioned that distance between the two points is c.


Jim takes a seconds to swim c meters at a constant rate from point P to point Q in a pool.
VP
VP
Joined: 07 Dec 2014
Posts: 1071
Own Kudos [?]: 1579 [0]
Given Kudos: 27
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
Jim takes a seconds to swim c meters at a constant rate from point P to point Q in a pool. Roger, who is faster than Jim, can swim the same distance in b seconds at a constant rate. If Jim leaves point P the same time that Roger leaves point Q, how many fewer meters will Jim have swum than Roger when the two swimmers pass each other?

A) c(b-a)/ a+b

B) c(a-b)/a+b

C) c(a+b)/a-b

D) ab(a-b)/a+b

E) ab(b-a)/a+b

let d=roger's distance at passing
c-d=jim's distance at passing
d/(c-d)=a/b
d=ac/(a+b)
d-(c-d)=2d-c
substituting, 2d-c=2*ac/(a+b)-c➡
c(a-b)/(a+b)
B

Originally posted by gracie on 18 Nov 2015, 16:45.
Last edited by gracie on 13 Aug 2017, 18:23, edited 1 time in total.
Target Test Prep Representative
Joined: 04 Mar 2011
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Posts: 3042
Own Kudos [?]: 6359 [1]
Given Kudos: 1646
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
1
Kudos
Expert Reply
samsikka23 wrote:
Jim takes a seconds to swim c meters at a constant rate from point P to point Q in a pool. Roger, who is faster than Jim, can swim the same distance in b seconds at a constant rate. If Jim leaves point P the same time that Roger leaves point Q, how many fewer meters will Jim have swum than Roger when the two swimmers pass each other?

A. c(b-a)/(a+b)
B. c(a-b)/(a+b)
C. c(a+b)/(a-b)
D. ab(a-b)/(a+b)
E. ab(b-a)/(a+b)


We are given that Jim takes a seconds to swim c meters. Since rate = distance/time, Jim’s rate is c/a. We are also given that Roger can swim c meters in b seconds. Roger’s rate = c/b.

Since Jim leaves point P at the same time Roger leaves point Q, we can let t = the time it takes them to pass each other, and we can use the following formula:

distance of Jim + distance of Roger = total distance

(c/a)t + (c/b)t = c

Let’s multiply both sides of the equation by ab:

bct + act = abc

Now divide both sides of the equation by c and solve for t:

bt + at = ab

t(b + a) = ab

t = ab/(a +b)

In t seconds (when they pass each other), Roger has swum (c/b)[ab/(a +b)] = ac/(a + b) meters and Jim has swum (c/a)[ab/(a +b)] = bc/(a + b) meters. Therefore, the difference between the distances swum is:

ac/(a + b) - bc/(a + b) = (ac - bc)/(a + b) = c(a - b)/(a + b)

Answer: B
Manager
Manager
Joined: 09 Nov 2015
Posts: 202
Own Kudos [?]: 327 [0]
Given Kudos: 96
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
(1) Time taken for Jim and Roger to meet: c/(a+b)... (Since they are swimming towards each other their combined speeds will come into play). So Jim and Roger each swim for c/(a+b) secs before they meet.
(2) Jim swims a*[c/(a+b)] meters.
(3) Roger swims b*[c(a+b)] meters.
(4) Difference: bc/(a+b) - ac/(a+b)...> c(a-b)/(a+b)
Tutor
Joined: 27 Sep 2019
Posts: 6
Own Kudos [?]: 5 [0]
Given Kudos: 5
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
Expert Reply
Tutor
Joined: 16 Oct 2010
Posts: 14891
Own Kudos [?]: 65380 [1]
Given Kudos: 431
Location: Pune, India
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
1
Kudos
Expert Reply
Mbawarrior01 wrote:
Jim takes a seconds to swim c meters at a constant rate from point P to point Q in a pool. Roger, who is faster than Jim, can swim the same distance in b seconds at a constant rate. If Jim leaves point P the same time that Roger leaves point Q, how many fewer meters will Jim have swum than Roger when the two swimmers pass each other?

A) c(b-a)/ a+b

B) c(a-b)/a+b

C) c(a+b)/a-b

D) ab(a-b)/a+b

E) ab(b-a)/a+b

The above question can be done by picking numbers. Is there an alternative way to solve this.


If you do not want to pick numbers, take ratios.

Over same distance, time taken by Jim:Rogers = a:b
Speed of Jim:Rogers = b:a (Inverse of time ratio since distance is constant)
Distance covered in same time by Jim:Rogers = b:a
So diff in distance covered on ratio scale = a - b (because a > b)
Total distance of ratio scale = a+b
Total actual distance = c
Multiplier = c/(a+b)

So diff in distance covered = (a-b)*c/(a+b)
Answer (B)

Check this post for a discussion on ratios:
https://www.gmatclub.com/forum/veritas-prep-resource-links-no-longer-available-399979.html#/2011/0 ... of-ratios/
https://www.gmatclub.com/forum/veritas-prep-resource-links-no-longer-available-399979.html#/2011/0 ... os-in-tsd/
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 33112
Own Kudos [?]: 828 [0]
Given Kudos: 0
Send PM
Re: Jim takes a seconds to swim c meters at a constant rate from point P [#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: Jim takes a seconds to swim c meters at a constant rate from point P [#permalink]
Moderators:
Math Expert
93351 posts
Senior Moderator - Masters Forum
3137 posts