Aabhash777
The management of a company reviews the performance of 15 employees based on the ratings, gives gold, silver and bronze coins to some of them. No employee can receive more than one coin. In how many ways can the company give the coins to the employees?
1. A total of 13 coins are given to the employees.
2. Of the total coins given to the employees, 2 times the number of gold coins is equal to 3 times the number of silver coins, which is equal to 4 times the number of bronze coins.
Statement 1This statement tells us that total 13 coins are distributed but does not tell us how many of them were gold, silver, and bronze.
And why would we need that information is because :
Instead of 13 coins think that we are talking about Mississippi - s being the gold coins, i being the silver coins and p being the bronze coins.
We need to know how many times they are occurring so that we can factor in the possibilities.
Similarly, we need to know how many gold, silver, and bronze coins were distributed.
Therefore Not Sufficient.
Statement 2It gives us the relationship of how many coins were distrubted.
2G = 3S = 4B
Now, G, S, and B have to be integer values.
For that to happen, S has to be a multiple of 4 otherwise we won't get integer values for G and B
Say, S=4
G=6, B=3, and S=4 : Total 13 coins
Say, S=8
G=12, B=6, and S=8 : Total 26 coins
Now each student gets only one coin so maximum we can have 15 coins which is satisfied by the first equation.
So we already know the count of the coins.
Sufficient.
If we want we can calculate the number of possibilities of distributing the coins to 15 employees.
First, select 13 employees from 15 employees and then distribute the coins.
\(15C3 * [13! / ( (4!) (6!) (3!) ) ]\)
Hope this helps.