While choosing 2 from 3, we do ${3 \choose 2}$. But what would happen if we do ${3 \choose 1}{2 \choose 1}$? [Choosing 1 from 3 and again 1 from the remaining two)?
I know the latter is incorrect but can anyone give me conceptual view of how that's wrong and what would I be doing if I did the latter?
${3 \choose 2}$ chooses 2 objects out of three without paying attention to the order in which they were chosen. It only matters which objects are chosen.
${3 \choose 1}{2 \choose 1}$ chooses 2 objects sequentially, so the order does matter.
Example: the three objects are ABC.
The first method counts the number of sets of two that can be chosen: $\{A,B\},\{A,C\},\{B,C\}$.
The second method counts the number of 2 letter words that can be built from different letters: AB, BA, AC, CA, BC, CB.