There are 13 South American countries, Ann has won a ticket to fly from Denver to one South American country and then directly to another South American Country before returning home to Denver again. Assuming there are four airports in each country, how many flights paths can Ann choose from?
A. 13.12.11.10.4.4.
B. 13.12.11.10.4
C. 13.12.4.4.
D. 13.12.4
E. 13.13.13.13
Doubt-
I was able to solve this question, however after looking at the solution, I got confused.
The question is solved using Permutation formula.
As per my concepts, I use Combination in case I need to do selection and use Permutation in case I need to do arrangement. I know, this is just the basic definition of pnc, however I am able to solve 90% of the question using this definition.
I wanted to understand that why permutation formula is used in the solution. Is it right to say that -
Use Combination in case we need to draw k things out of n identical things
and
use permutation in case we need to selection of one item depends on the previous items. i.e you need to draw one item at a time.
Please clarify