Yan Yau wants to paint eggs for Easter. He has 20 eggs and three colors, red green and blue. He wants the number of red eggs to be a multiple of three, green eggs to be a multiple of 4, and blue eggs to be a multiple of 5. If the number of eggs total that he paints is a multiple of 4, how many way can he paint eggs?
Details and Assumptions
Note that he can choose not to paint some eggs.
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.
0 = 0 ∗ 4 4 = 4 ∗ 1 8 = 4 ∗ 2 = 5 + 3 1 2 = 3 + 4 + 5 = 3 ∗ 4 = 4 ∗ 3 1 6 = 3 ∗ 4 + 4 = 4 ∗ 4 = 2 ∗ ( 5 + 3 ) = 4 ∗ 2 + 5 + 3 2 0 = 4 ∗ 5 = 5 ∗ 4 = 3 + 4 ∗ 3 + 5 = 4 + 2 ∗ ( 5 + 3 ) = 4 ∗ 2 + 3 ∗ 4 = 3 ∗ 4 + 5 + 3 So the number of ways is: 1 7