If 10 people apply for 3 jobs in how many ways can people be chosen for the jobs. 1. If the jobs are all the same. 2. If the jobs are all different. (please, please show work! Thank you!)

Answers

Answer 1
Answer:

Answer:

1. 120 ways

2. 720 ways

Step-by-step explanation:

When the order is important, we have a permutation.

When the order is not important, we have a combination.

Permutations formula:

The number of possible permutations of x elements from a set of n elements is given by the following formula:

P_((n,x)) = (n!)/((n-x)!)

Combinations formula:

C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.

C_(n,x) = (n!)/(x!(n-x)!)

1. If the jobs are all the same.

Same jobs means that the order is not important. So

3 from a set of 10.

C_(10,3) = (10!)/(3!(10-3)!) = 120

120 ways

2. If the jobs are all different.

DIfferent jobs means that the order matters.

P_((10,3)) = (10!)/((10-3)!) = 720

720 ways


Related Questions

if the quanity demanded of soda decreases by 5 percent when the price of soda rises by 100 percent what is the price elasticity of demand for soda
Solve the matrix equation for a, b, c, and d. [1 2] [a b] [6 5][3 4] [c d]= [19 8]
Costco sells chicken for $2.25 per pound. What would be the cost of 2 4 5 lb of chicken?
FACTOR COMPLETELY: y^3 - 5y^2 - 17y + 21HINT: one of the factors is (y-1)
The board of a large company is made up of 7 women and 9 men. 6 of them will go as a delegation to a national conference. a) How many delegations are possible? b) How many of these delegations have all men? c) How many of these delegations have at least one woman?

Please answer these questions! Need help!

Answers

Answer:

Question 2  is $500 and Question 3 is 5

Step-by-step explanation:

Which expression shows the prime factorization of 40? 2 × 2 × 5 2 × 2 × 2 × 5 2 × 5 × 5 2 × 5 × 5 × 5

Answers

Answer:

2 × 2 × 2 × 5

Step-by-step explanation:

2 × 2 =4×2 =8×5=40

Answer:

2·2·2·5

Step-by-step explanation:

2·2=4·2=8·4=40

Please helppp it’s urgent , I’ll give a crown !!

Answers

Answer:

Slide to the left then rotate 90° to the right then slide down then rotate 180° to the left/ right.

Based on a Comcast​ survey, there is a 0.8 probability that a randomly selected adult will watch​ prime-time TV​ live, instead of​ online, on​ DVR, etc. Assume that seven adults are randomly selected. Find the probability that fewer than three of the selected adults watch​ prime-time live.

Answers

Answer: Our required probability is 0.004672.

Step-by-step explanation:

Since we have given that

Number of adults = 7

Probability of getting adult will watch prime time TV live = 0.8

We need to find the probability that fewer than 3 of the selected adults watch prime time live.

We will use "Binomial Distribution":

here, n = 7

p = 0.8

So, P(X<3)=P(X=0)+P(X=1)+P(X=2)

So, it becomes,

P(X=0)=(1-0.8)^7=0.2^7=0.0000128

P(X=1)=^7C_1(0.8)(0.2)^6=0.0003584\n\nP(X=2)=^7C_2(0.8)^2(0.2)^5=0.0043

So, probability that fewer than 3 of the selected adult watch prime time live is given by

0.0000128+0.0003584+0.0043=0.004672

Hence, our required probability is 0.004672.

Final answer:

This problem relates to the binomial distribution and requires us to find the sum of binomial probabilities for 0, 1, and 2 successes (adults watching live TV) out of seven trials (the seven randomly selected adults).

Explanation:

This question is utilizing the concept of binomial distribution. The probability of a randomly selected adult watching prime-time TV live is 0.8. We want to find the probability that fewer than 3 out of 7 randomly selected adults watch prime-time live.

We find this by adding up the probabilities for 0, 1, and 2 adults watching live TV using the binomial distribution formula: P(X=k) = C(n, k) * (p^k) * ((1-p)^(n-k)), where C(n, k) denotes the number of combinations of n items taken k at a time, p is the probability of success, and n is the number of trials.

We get:

  • P(X=0) = C(7, 0) * (0.8^0) * ((1-0.8)^(7-0))
  • P(X=1) = C(7, 1) * (0.8^1) * ((1-0.8)^(7-1))
  • P(X=2) = C(7, 2) * (0.8^2) * ((1-0.8)^(7-2))

Adding these up will give the total probability that fewer than three adults out of seven watch prime-time live.

Learn more about Binomial Distribution here:

brainly.com/question/33656163

#SPJ12

A large tank is filled to capacity with 600 gallons of pure water. Brine containing 5 pounds of salt per gallon is pumped into the tank at a rate of 6 gal/min. The well-mixed solution is pumped out at a rate of 12 gallons/min. Find the number A(t) of pounds of salt in the tank at time t. A(t)

Answers

Salt flows into the tank at a rate of

(5 lb/gal) * (6 gal/min) = 30 lb/min

The volume of solution in the tank after t min is

600 gal + (6 gal/min - 12 gal/min)*(t min) = 600 - 6t gal

which means salt flows out at a rate of

(A(t)/(600 - 6t) lb/gal) * (12 gal/min) = 2 A(t)/(100 - t) lb/min

Then the net rate of change of the salt content is modeled by the linear differential equation,

A'(t)=30-(2A(t))/(100-t)

Solve for A:

A'+(2A)/(100-t)=30

Multiply both sides by the integrating factor, \frac1{(100-t)^2}:

(A')/((100-t)^2)+(2A)/((100-t)^3)=(30)/((100-t)^2)

\left(\frac A{(100-t)^2}\right)'=(30)/((100-t)^2)

Integrate both sides:

\frac A{(100-t)^2}=(30)/(100-t)+C

\implies A(t)=30(100-t)+C(100-t)^2

The tank starts with no salt, so A(0) = 0 lb. This means

0=30(100)+C(100)^2\implies C=-\frac3{10}

and the particular solution to the ODE is

A(t)=30(100-t)-\frac3{10}(100-t)^2=\frac3{10}t(100-t)

A movie theater charges $8 for adults and $4 for children. How much does it cost a party made up of six adults and ten children to attend?

Answers

Answer:

88

Step-by-step explanation:

$8 for adults 6adults is 8x6=48

$4fir children 19 children is 4x10=40

48+40=88

Hope this helps :)

320 dollars
Multiply 8 by 10 and 4 by 10