Billy, Lenny and Peter went fishing and caught less than 1 0 0 fish. The number that Billy caught was exactly three times as many fish as Lenny caught and four times as many as Peter caught. What was the largest number Billy could have caught?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
we can just do it like 19B/12 < 100
now largest integer value of x for 19x < 100 is 5 (19*5 = 95)
hence, x = B/12
B = 12 *5 = 60
Let the number of fish Billy caught be 1 2 x , then the number Lenny caught is 4 x and the number Peter caught is 3 x for a total that they all caught of 1 2 x + 4 x + 3 x = 1 9 x < 1 0 0 , meaning x < 5 . 2 6 . The largest Billy could've caught is then 1 2 ( 5 ) = 6 0
This is quite simple.Convert Lenny(L) and Peter(P) caught in terms of Billy(B) caught.
L=B/3, P=B/4.
Then, B+B/3+B/4 = 19B/12.
Now, we should take B value such a way it should satisfy 19B/12 and should be max value less than 100 which is 12*5=60.
This value could be achieved easily. We have to keep in mind that we are looking for a whole number value since it is regarding number of fishes caught. So fraction becomes a whole number value when B has a factor 12 and now to maximize the total value we can take only 5 as another factor so that total value will be 95. Hence 60 is the answer.
Problem Loading...
Note Loading...
Set Loading...
let B = number of fish Billy caught
let L = number of fish Lenny caught
let P = number of fish Peter caught
With that information, we can write 3 equations:
(1) B + L + P < 100
(2) B = 3L
(3) B = 4P
Then, we can rearrange the 2nd and 3rd equation to isolate the
number of fish Lenny and Peter caught like so:
B/3 = L
B/4 = P
With that, we can plug B/3 and B/4 into our first equation
respectively:
B + B/3 + B/4 < 100
Now we try to combine and simplify so that B will have a coefficient
of 1 by finding the LCD which is 12:
(12B + 4B + 3B)/12 < 100
Combine the B's and simplify to get:
19B < 1200
Divide by 19 to get B < 63.16
However, even though 63 is our highest whole number, it's not the
answer because it can't be divided evenly by 4 (you will get 15 with
a remainder of 3), our next highest number that's evenly divisible by
both 3 and 4 is 60, which is our answer.