This is my take on the given prob's
1). is a combination prob as the order taken is not important and we need to select five to invite them from 10 plp
so the answer according to my approach would be 10c5[c(10,5)]
2). here we use permutation, as the order is important. In an arrangement the order is always taken into consideration.
ans: 10p5
3). This on is definitely a combination problem
C(49,6)*6!*8 is my answer..........why 6!- is coz each set of the lottery has 6 no's associated with it and a total of 8 such sets exist.
4). this again is a permutation problem , since the order of arrangement matters
In short any problem that involves arrangement and order always comes under permutations.
Any problem that asks for selection is invariably a combination prob. here the arrangement does not matter
m not sure if the answers are correct though. It's just an attempt by me.