Bill found a new supplier of oysters. Their specialty is Captain McCloeskey's Oysters available in 3 different sized tins containing 6, 15, and 20 oysters. Again he wishes to feed his guests exactly 1 oyster each with none left over.
What is the largest number of guests he can't feed?
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.
@Worranat Pakornrat It was a pleasant surprise to find your Theorem! Have you published it anywhere, (besides Brilliant, that is)?
Log in to reply
Hi, thank you for your application of my formula. And no, I have not published it elsewhere. Do you think it's worth publishing it?
Log in to reply
It's a useful result, but it would probably need to be part of a larger analysis, (establishing results for other special cases, for example), to be worth the effort of publishing. It is here on Brilliant, and there is a reference to it on Wikipedia, so it will receive plenty of exposure that way. :)
Log in to reply
@Brian Charlesworth – Yes, I agree. Honestly, I've endeavored to modify the formula for all cases of three numbers, but it proved harder than I thought. :p
Thanks Brian. I wondered why the set 3, 7, 13 didn't compute with this formula or does it?
Log in to reply
Unfortunately with 3 , 7 , 1 3 , while gcd ( 3 , 7 , 1 3 ) = 1 none of the numbers divides the lcm of the other two, so the conditions aren't met. I find that G ( 3 , 7 , 1 3 ) = 1 1 . We can form 1 2 = 4 ∗ 3 , 1 3 = 1 3 and 1 4 = 2 ∗ 7 , so by adding multiples of 3 to any of 1 2 , 1 3 , 1 4 we can form any integer ≥ 1 2 , but 1 1 cannot be formed so must be the maximum such number. Along with 1 1 we have that 1 , 2 , 4 , 5 and 8 cannot be formed.
Log in to reply
Sorry, Brian, I am not familiar with the notation c vertical line lcm(15,20). What is the meaning of the vertical line?
Log in to reply
@Guiseppi Butel – c ∣ lcm ( a , b ) translates to " c divides the lowest common multiple of a and b ". So in this problem, since 6 divides the lcm of 1 5 and 2 0 , namely 6 0 , the conditions to use Worranat's theorem are met. However, with 3 , 7 , 1 3 we see that
3 does not divide the lcm of 7 and 1 3 , which is 9 1 ,
7 does not divide the lcm of 3 and 1 3 , which is 3 9 , and
1 3 does not divide the lcm of 3 and 7 , which is 2 1 .
So since none of the three numbers divides the lcm of the other two, the conditions to apply Worranat's theorem are not met. Actually, since 1 3 = 2 ∗ 3 + 1 ∗ 7 it is the case that 1 3 is redundant in this trio of numbers, i.e., any linear combination 3 x + 7 y + 1 3 z can in fact be written as 3 ( x + 2 ) + 7 ( y + 1 ) , so G ( 3 , 7 , 1 3 ) = G ( 3 , 7 ) , and using the formula for the two-number scenario we have that G ( 3 , 7 ) = 3 ∗ 7 − 3 − 7 = 1 1 , as mentioned above.
Log in to reply
@Brian Charlesworth – Thanks, Brian. I was not acquainted with that notation.
Thank you for using my formula. :)
Problem Loading...
Note Loading...
Set Loading...
Dr. @Worranat Pakornrat has developed a formula for the Frobenius number G ( a , b , c ) under the following conditions: if the sizes a , b , c are such that c ∣ lcm ( a , b ) and gcd ( a , b , c ) = 1 then
G ( a , b , c ) = lcm ( a , c ) + lcm ( b , c ) − a − b − c
In this case gcd ( 2 0 , 1 5 , 6 ) = 1 and we could have either c = 6 since 6 ∣ lcm ( 1 5 , 2 0 ) = 6 0 or c = 1 5 since 1 5 ∣ lcm ( 6 , 2 0 ) = 6 0 , so the conditions are met to apply the formula. Trying both values of c we have
(i) G ( 1 5 , 2 0 , 6 ) = lcm ( 1 5 , 6 ) + lcm ( 2 0 , 6 ) − 1 5 − 2 0 − 6 = 3 0 + 6 0 − 4 1 = 4 9 ,
(ii) G ( 6 , 2 0 , 1 5 ) = lcm ( 6 , 1 5 ) + lcm ( 2 0 , 1 5 ) − 6 − 2 0 − 1 5 = 3 0 + 6 0 − 4 1 = 4 9 .
Thus the largest number of guests Bill can't feed is G ( 1 5 , 2 0 , 6 ) = 4 9 .