Sajjad1994
In how many ways can n different balls be arranged in r slots?
(1) Given r balls and n slots to arrange the balls in, the balls can be arranged in 210 ways.
(2) If we only need to select and not arrange n balls for r slots, we can do it in 35 ways.
Source: Nova GMAT
A similar question but a better wording have following solution. Lot of issues in the question
In how many ways can n different balls be arranged in r slots?
This means we are looking for r*(r-1)*(r-2)*....(r-(n-1)).
Reason : The first ball can be put in any of the r slots, the next one in remaining r-1, and the last one or nth one in r-n
(1) Given r balls and n slots to arrange the balls in, the balls can be arranged in 210 ways.
This means we are given \(n*(n-1)*(n-2)*....(n-3)=210\).
Reason : The first ball can be put in any of the n slots, the next one in remaining n-1, and the last one or rth one in n-r.
Let us factorize 210 such that it becomes product of consecutive integer.
210=2*3*5*7=7*6*5=7(7-1)(7-2)=n(n-1)..(n-(r-1))
So n=7 and r-1=2 or r=3
Now we can find 7 balls in 3 slots. => 3*2*1
The value of balls is more than the number of slots, so we cannot arrange all 7 balls in 3 slots!!
But sufficient to get value of n and r.
(2) If we only need to select and not arrange n balls for r slots, we can do it in 35 ways.
When we are selecting something we can have two values as nCr=nC(n-r)
Here 7C3=7*6*5/(3*2)=35, but also 7C4=35
So 7 balls in 3 OR 4 slots.
Insuff
A
Edit : I would agree to Ian that it is a poorly written question but I have just given a solution that may fit in in other questions.