thkkrpratik
PyjamaScientist
thkkrpratik
Bunuel when will the OA be shared?
OA has been revealed already.
Could you please explain the reason for taking 3x2 in step 1 and 4!/3! in step 2? I do remember it being related to the number of ways in which apples can be selected but cannot recollect the entire thing. Would appreciate your help.
Hi
thkkrpratik,
Thank you for your query and your PM. I also just realised that the solution I posted earlier was 90 degrees rotated. I had posted it through my iPhone and thus didn't realise the error. I have rotated the image and the solution is much more easily readable now.
Coming to your query, \(3*2\) in step 1 is actually: \(\frac{4!}{2!*2!}\) which upon simplification gives \(\frac{4*3*2*1}{2*2} = 3*2\)
You need \(4!\) to calculate the total different arrangements of all four apples chosen in the first step. But since two apples are red and two apples are green, we have to eliminate the repetitions. And thus, the division by \(2!\) (for two red apples) \(* 2!\) (for two green apples) comes into the picture.
For the same reason, Since there are three green and one red apple in step two, you have to do \(4!\) to incorporate all possible arrangements and then divide by \(3!\) to eliminate repeat arrangements from \(3 \) identical green apples.
Hope it helps.