Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A sequence where order distinguishes one sequence of thingsfrom another order of the same things is called a permutation. Suppose we have things a, b,

A sequence where order distinguishes one sequence of thingsfrom another order of the same things is called a permutation. Suppose we have things a, b, and c. Drawing without replacement 3 times producesthe permutations {abc, acb, bac, bca, cab, and cba}. We see 3 things have 6 permutations or orders.

Let's generalize. For a sequence of n things drawn from N things without replacement, there are N ways the 1st draw occurs.For each of the N outcomes of 1st draw, there are N-1 ways the 2nd drawcan occur. So, for 2 draws, there are N x (N - 1) possible permutations. Continuing, there are N x (N-1) x (N-2) permutations for 3 draws.

In general, it's N x (N - 1) x (N - 2) x . . . x (N - n +1) =N! / (N - n)! , or using Excel functions, =PERMUT( N, n)

! is read factorial

Example: 6! = 6 x 5 x 4 x 3 x 2 x 1

How many permutations can be formed by sampling5 things from8 different things without replacement?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Business Mathematics In Canada

Authors: F. Ernest Jerome, Jackie Shemko

3rd Edition

1259370151, 978-1259370151

More Books

Students also viewed these Mathematics questions