Find both the number of combinations and the number of permutations for 10 objects taken 4 at a time. Express you answer in simplest form.

Respuesta :

The number of permutation and number of combination of 10 objects taken 4 at a time are

10P₄ = 5040

10C₄ = 210

How to find the permutation and combination

The permutation of 10 objects taken 4 at a time is given by the formula

= 10! / (10 - 4)!

= 10! / 6!

= 10 * 9 * 8 * 7 * 6! / 6!

= 10 * 9 * 8 *7

= 5040

The combination of 10 objects taken 4 at a time is given by the formula

= 10! / (4!(10 - 4)!)

= 10! / (4! * 6!)

= 10 * 9 * 8 * 7 * 6! / (6! * 4!)

= 10 * 9 * 8 *7 / 4!

= 210

Learn more about permutation and combinations here:

https://brainly.com/question/29338074

#SPJ1