MHB More Permutation and Combination questions

AI Thread Summary
The discussion focuses on solving various permutation and combination problems for a final exam review. For arranging 11 football players in a circular huddle, the correct calculation is (11-1)! = 10! = 3,628,800. In selecting 5 laptops from 12, with exactly 1 defective, the correct number of ways is 420, leading to a probability of 35/66 for including one defective laptop. Staffing a new department involves selecting 1 manager, 3 clerks, and 2 secretaries, resulting in 7,056 possible combinations. Lastly, the total options for purchasing a sports car with different models, colors, and accessories is 36.
nickar1172
Messages
20
Reaction score
0
Reviewing for my final exam can anyone please help access these problems?

a) How many ways can 11 football players stand in a circular huddle?

I put 11P11

b) 12 identical laptops are in the inventory of a dealer, and 2 have hidden defects. If 5 computers to be shipped are selected at random, find the number of ways that exactly 1 defective computer is included in the shipment.

I know I got this completely wrong and don't even want to put up what I had the answer that I got was 144

c)In part b) above, find the probability that exactly 1 defective computer is included in the shipment

once again since I got b wrong...

d) In setting up a new department, a corporation executive must select a manager from among 4 applicant, 3 clerks from among 9 applicants, and 2 secretaries from among 7 applicants. In how many ways can these positions be staffed

I got 1C4 x 9C3 x 7C2 = 7056

e) A customer can purchase a sports car in either the convertible or hardtop model, in any of 6 colors, and with any of three accessory packages. How many options are open to the purchaser?

I got 2! x 3! x 6! = 8640
 
Last edited:
Mathematics news on Phys.org
Hello, nickar1172!

I am assuming the reason no one responded is because there are so many questions posted. We do ask that you post no more than two questions per thread, and it your questions contain multiple related parts, it is best to post only one such problem per thread.

I know is is a bit late for my help to benefit you in time for your exam, but I thought I would answer the questions for future readers of this topic, who may find my response helpful.

a) How many ways can 11 football players stand in a circular huddle?

Your response of:

$$N=\frac{11!}{(11-11)!}=11!=39916800$$

is not quite correct. Generally in circular arrangements, two such arrangements are said to be the same as long as any object in the arrangement has the same left-right neighbors. There are in fact $11!$ linear arrangements of 11 objects, but for illustrative purposes, consider the following three objects and a linear arrangement:

$$A,B,C$$

Now, suppose C moves to the "head" of the line:

$$C,A,B$$

This is a different linear arrangement, but it is the same circular arrangement. Likewise, if $B$ now moves to the head of the line we have:

$$B,C,A$$

So, we may conclude that for every circular arrangement of $n$ objects, there are $n$ distinct linear arrangements, once for each member being at the head of the line. Hence, we conclude that the number $N$ of circular arrangements of $n$ objects is given by the number of linear arrangements $n!$ divided by $n$:

$$N(n)=\frac{n!}{n}=(n-1)!$$

And so for the 11 football players, we find:

$$N(11)=(11-1)!=10!=3628800$$

b) 12 identical laptops are in the inventory of a dealer, and 2 have hidden defects. If 5 computers to be shipped are selected at random, find the number of ways that exactly 1 defective computer is included in the shipment.

Okay, here we need to find the number of ways $N$ to choose 4 of the 10 good computers AND 1 of the 2 defective computers. Hence:

$$N={10 \choose 4}{2 \choose 1}= \frac{10!}{4!6!}\cdot\frac{2!}{1!1!}=\frac{10\cdot9\cdot8\cdot7}{4\cdot3\cdot2}\cdot\frac{2}{1}= 10\cdot3\cdot7\cdot2= 21\cdot20=420$$

c)In part b) above, find the probability that exactly 1 defective computer is included in the shipment

In part b) we found the number of favorable outcomes, and we now simply need to divide this by the total number of outcomes, which is the number of ways to choose 5 computers from 12:

$$P(X)=\frac{420}{{12 \choose 5}}=\frac{420}{792}=\frac{35}{66}$$

d) In setting up a new department, a corporation executive must select a manager from among 4 applicant, 3 clerks from among 9 applicants, and 2 secretaries from among 7 applicants. In how many ways can these positions be staffed?

Here we must compute the number of ways $N$ to select 1 manager from 4 choices AND 3 clerks from 9 choices and 2 secretaries from 7 choices. Hence, we find:

$$N={4 \choose 1}\cdot{9 \choose 3}\cdot{7 \choose 2}=4\cdot84\cdot21=7056$$

This is what you did. :D

e) A customer can purchase a sports car in either the convertible or hardtop model, in any of 6 colors, and with any of three accessory packages. How many options are open to the purchaser?

Here, we want to apply the fundamental counting principle. We simply find the product of the number of choices for each aspect of the car to compute the number of choices $N$ available to the purchaser:

$$N=2\cdot6\cdot3=36$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top