How would we use numbers to solve this ?

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 38
Joined: Wed Mar 14, 2007 1:17 am

How would we use numbers to solve this ?

by Atult718 » Sun Jul 15, 2007 5:46 am
At a loading dock, each worker on the night crew loaded 3/4 as many boxes as each worker on the day crew. If the night crew has 4/5 as many workers as the day crew, what fraction of all the boxes loaded by the two crews did the day crew load ?

A) 1/2
B) 2/5
C) 3/5
D) 4/5
E) 5/8

On problems like these according to a lot of people say it is always better to plug in numbers and work. How would you solve this question by plugging in numbers?
Source: — Problem Solving |

Legendary Member
Posts: 1018
Joined: Tue Dec 12, 2006 7:19 pm
Thanked: 86 times
Followed by:6 members
Atult718 wrote:At a loading dock, each worker on the night crew loaded 3/4 as many boxes as each worker on the day crew. If the night crew has 4/5 as many workers as the day crew, what fraction of all the boxes loaded by the two crews did the day crew load ?

A) 1/2
B) 2/5
C) 3/5
D) 4/5
E) 5/8

On problems like these according to a lot of people say it is always better to plug in numbers and work. How would you solve this question by plugging in numbers?
*pick a total for the number of boxes loaded (choose a number that is a multiple of both denominators) - T = 100
*pick variables for number of boxes loaded - B(d) = day crew boxes loaded; B(n) = night crew boxes loaded
*pick variables for number of each crew - D = # of day crew workers; N = number of night crew workers

-->immediately write down what you are looking for to avoid careless error after doing all the calculations: what is D*B(d) / 100???
--> so you ONLY need D*B(d) and none of the other variables involved

* create first equation - B(n) = 3/4*B(d)
* create second equation - N = 4/5*D
*create second equation - D*B(d) + N*B(n) = 100

since this question is asking for a fraction you dont need to know what the real total number of boxes is nor do you need to know what all the individual numbers are; you only need to know what D*B(d) is since you already know the total.

substitute:
D*B(d) + (4/5*D)(3/4*B(d) = 100
D*B(d) + (3/5)*D*B(d) = 100
(8/5) D*B(d) = 100
D*B(d) = 125/2 <-- you have D*B(d) now, but don't forget what we were looking for!

D*B(d)/100 = (125/2) / 100 = 5/8

Legendary Member
Posts: 1018
Joined: Tue Dec 12, 2006 7:19 pm
Thanked: 86 times
Followed by:6 members

by mayonnai5e » Sun Jul 15, 2007 8:28 am
Another method (much easier):

use the same variables above, but instead of picking the total number of boxes, pick the number of boxes per worker and the number of workers:

B(n) = 3/4* B(d)
Let B(d) = 20 ---> B(n) = (3/4) * 20 = 15

N = 4/5 * D
Let D = 25 ---> N = 4/5 * 25 = 20

T = 25(20) + 20(15) = 500 + 300 = 800

again remember what we are looking for!

D*B(d)/T = 25(20)/800 = 500/800 = 5/8