Answer: 56ways
Explanation:
given data:
total beans = 9
blue beans = 6
red beans = 1
yellow beans = 1
green beans = 1
solution:
This is a permutation problem because there is a condition attached to it which states that the beans most be arranged in a way that atleast each none blue has a blue bean on its side when shared.
= ( r + n - 1 ! ) / r ! ( n - 1 )!
= 3 + 6 - 1 / 3! ( 6-1 )!
= 8! / 3! x 5!
= 40320/ 720
= 56 ways