126k views
5 votes
Please give me a full solution: Chuck has 9 colored beans: 6 blue beans, one green, one red and one yellow. He wants to arrange these beans such that on each side of a non-blue bean there's a blue one. In how many ways can he do that ? Thanks in advance ..

User Wizofwor
by
6.1k points

1 Answer

2 votes

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

User Jason Hanley
by
7.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.