Can anyone explain me this statement?
"$3$ people can occupy $3$ places out of $6$ places in $^{6}P_{3}$ ways!"
How? I thought $^{6}P_{3}$ was supposed to mean arranging $6$ objects at $3$ places?
Also any tips on how to improve my understanding towards combinatorics? Thanks, I've started out, and it's clearly not easy as other math topics. So any tips would be nice... Thanks again!
${}^6\mathrm P_3$ means simply $6\times 5\times 4$ - that is, the product of $3$ terms starting from $6$ and decreasing by $1$ each time.
This is equal to the number of ways to arrange $6$ objects into $3$ places - you have $6$ options for the first place, $5$ options for the second place and $4$ options for the third. But it could also be the number of ways to arrange three people/objects into six places - you have $6$ choices for where to put Alice, then $5$ choices for Bob and $4$ for Charlotte.
It's quite common that you can think about a problem involving objects and places either way round; sometimes it is easier to think about how many options there are for each place, and other times about options for each object.