Respuesta :

Well, the answer will depend on whether the order will count or not (based on Permutations and Combinations). If the order counts, then we would use the formula for Permutations, which is:
[tex] \frac{n!}{(n-r)!} [/tex]
Where n is the number of items you have, and r is the number of times you choose from the items.
[tex] \frac{15!}{(15-3)!} [/tex]
Which simplifies to
[tex] \frac{15!}{(12)!} [/tex]
Which simplifies to 15*14*13 (because all the numbers 1-12 in the factorial canceled out), which gets us the answer 2730.

Now, if you wanted to find the number of ways to order the toys without replacement (order doesn't count), you would use the formula:
[tex] \frac{n!}{r!(n-r)!} [/tex]
The  variables are still the same, but you are now multiplying by r!.
[tex] \frac{15!}{3!(15-3)!} [/tex]
Simplifies to
[tex] \frac{15!}{3!(12)!} [/tex]
Which simplifies to (using the same cancellation method above)
[tex] \frac{2730}{3!} [/tex]
Dividing 2730 by 3! will get us an answer of 455.

Really, it depends on whether they are ordered or not. In this case (since you didn't specify whether the order mattered), the answer would be 455 or 2730.

:)