Difficult Work/Rate Problem

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 11
Joined: Sun Mar 07, 2010 1:17 pm

Difficult Work/Rate Problem

by mattocks » Sun Mar 28, 2010 11:27 am
Can someone explain the best way to approach this problem?

It takes machine A x hours to manufacture a deck of cards that machine B can manufacture in 1/x hours. If machine A operates alone for y hours and is then joined by machine B until 100 decks are finished, for how long will the two machines operate simultaneously?

a) (100y-x)/x^2 +1
b) (100x-y)/x^2 + 1
c) (100y-x^3-x)/x^2 + 1
d) (100y-x^2y-y)/x^2 +1
e) 100x/x^2+1
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 1560
Joined: Tue Nov 17, 2009 2:38 am
Thanked: 137 times
Followed by:5 members

by thephoenix » Sun Mar 28, 2010 8:07 pm
mattocks wrote:Can someone explain the best way to approach this problem?

It takes machine A x hours to manufacture a deck of cards that machine B can manufacture in 1/x hours. If machine A operates alone for y hours and is then joined by machine B until 100 decks are finished, for how long will the two machines operate simultaneously?

a) (100y-x)/x^2 +1
b) (100x-y)/x^2 + 1
c) (100y-x^3-x)/x^2 + 1
d) (100y-x^2y-y)/x^2 +1
e) 100x/x^2+1
IMO B

solution attached
Attachments
work time.xls
(13.5 KiB) Downloaded 129 times

User avatar
Master | Next Rank: 500 Posts
Posts: 362
Joined: Fri Oct 02, 2009 4:18 am
Thanked: 26 times
Followed by:1 members

by indiantiger » Mon Mar 29, 2010 8:48 am
Here is my approach:

Given : Machine A takes x hrs to manufacture a deck of cards
so in 1 hr how much work is done ? 1/x

same way we can get for Machine B's 1 hour work which is 1/1/x = x

now machine A operates alone for y hours so the work done by machine A alone is
= work done in 1 hour * y (hours) = y*1/x = y/x

then machine A is joined by Machine B but machine A has already done some work alone. We subtract the work done by A from 100 (which is the total work i.e the decks) = 100-y/x = (100x-y)/x

now to find out how much time the two machines operate together :

work left to do / combine work done by machines per hour = [(100x-y)/x]/x+1/x
= (100x-y)x/x(x^2+1)
= (100x-y)/x^2+1
= (B)

Please do feel free to correct me if I am doing anything wrong