Answer:
D. That order is taken into account (consider rearrangements of the same items to be different sequences).
Explanation:
is the number of different combinatios of x objects from a set of n elements, given by the following formula.
![C_(n,x) = (n!)/(x!(n-x)!)](https://img.qammunity.org/2020/formulas/advanced-placement-ap/college/y23gmw1evueucieh4ena6fwk0f0nzcz4n8.png)
For example:
Combinations of 2 from a set a,b,c: ab=ba, ac = ca, bc = cb, meaning that the order is not important(ab and ba is the same sequence).
aa, bb, cc are not valid, since there is no replacement.
So the answer for this qustion is:
D. That order is taken into account (consider rearrangements of the same items to be different sequences).