1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Brilliant_brown [7]
3 years ago
8

A candy store has ten giant pieces of candy! Find the probability of each event. There are 4 gumdrops, 3 lolipops, 2 jellybeans,

and 1 peppermint. 1. What is the probability that a child will pick a peppermint or a jellybean, then a lollipop? 2. What is the probability that a child will pick a lollipop or peppermint, then a gumdrop? 3. What is the probability that a child will pick a jellybean, then a peppermint or a gumdrop? 4. What is the probability that a child will pick a peppermint, then a gumdrop?
Mathematics
1 answer:
AveGali [126]3 years ago
5 0

Answer:

1. P = 9/90 = 1/10

2. P = 16/90 = 8/45

3. P = 10/90 = 1/9

4. P = 4/90 = 2/45

Step-by-step explanation:

Total no. of candy = 10

No. of Gumdrops = 4

No. of Lollipops = 3

No. of Jellybeans = 2

No. of Peppermint = 1

1. To find the probability that the child will pick a peppermint or jellybean, we will add the probabilities of both the candies.

P(Peppermint) = No. of Peppermint/Total no. of candy

                        = 1/10

P(Jellybean) = No. of Jellybean/Total no. of candy

                    = 2/10

P(Peppermint or Jellybean) = 1/10 + 2/10

P(Peppermint or Jellybean) = 3/10

Then, the child picks a lollipop. Note that after picking a peppermint or a jellybean, the number of candies left are 9. So,

P(Lollipop) = No. of Lollipops/Total no. of candy

P(Lollipop) = 3/9

To compute the probability that the child will pick a peppermint or a jellybean and then a lollipop,

P = P(Peppermint or Jellybean) x P(Lollipop)

  = 3/10 x 3/9

P = 9/90 = 1/10

2. Probability that a child will pick a lollipop or peppermint:

P(Lollipop or Peppermint) = P(lollipop) + P(peppermint)

                                          = 3/10 + 1/10

P(Lollipop or Peppermint) = 4/10

Then the child picks a gumdrop. Note that the number of candies remaining are 9. So,

P(Gumdrop) = 4/9

The probability that the child picks a lollipop or peppermint and then a gumdrop:

P = P(Lollipop or Peppermint) x P(Gumdrop)

  = 4/10 x 4/9

P = 16/90 = 8/45

3. Probability that a child will pick a jellybean:

P(Jellybean) = No. of Jellybeans/Total no. of candy

P(Jellybean) = 2/10

Then the child picks a peppermint or a gumdrop. Note that one candy has been picked out so there are 9 candies left in total.

P(Peppermint or Gumdrop) = P(peppermint) + P(Gumdrop)

                                              = 1/9 + 4/9

P(Peppermint or Gumdrop) = 5/9

The probability that a child picks a jellybean then a peppermint or a gumdrop is:

P = P(Jellybean) x P(Peppermint or Gumdrop)

  = 2/10 x 5/9

P = 10/90 = 1/9

4. P(peppermint) = 1/10

Then the child picks a gumdrop. (remaining candies are 9)

P(Gumdrop) = 4/9

Probability that a child will pick a peppermint then a gumdrop:

P = P(peppermint) x P(gumdrop)

  = 1/10 x 4/9

P = 4/90 = 2/45

You might be interested in
The price of a sandwich decreases from $6 to $4. What is the percent decrease in the price of the sandwich?
Anettt [7]

Answer:

33.33%

Step-by-step explanation:

Decrease in price= Original price -- New price

= $6 - $4

= $2

Percentage decrease= $2÷$6 × 100

= 33.33%

7 0
3 years ago
Find the probability.
kvv77 [185]

Answer:

7/36

Step-by-step explanation:

1 die has 6 faces

When two dice are rolled, the total number of outcomes

= 6 × 6 = 36

The Probability of having(5) =

(1 & 4), (2 & 3) , ( 3 & 2), (4 & 1)

= 4

The probability of having (10) =

(5 & 5), (4 & 6) , ( 6 & 4)

= 3

The probability that the score on the dice is either 5 or 10.

P(5) + P(10)

= 4/36 + 3/36

= 7/36

8 0
3 years ago
After all your hard work studying for Algorithms you, Alice and Bob end up stuck in a room full of deadly zombies! Luckily you h
shutvik [7]

Answer:

The most important quantity to consider in order to answer this question is the arrival time of the zombies from their initial position, which is the quotient between their distance to the visitors, divided the zombie's speed.

See explanation below.

Step-by-step explanation:

Part 1)

What is crucial to know is what is the time at which each zombie would reach Alice and Bob, and that is given by the quotient between the distance away each zombie is, divided by the zombie's speed:

speed=\frac{distance}{time} \\time=\frac{distance}{seed} \\t_i=\frac{d_i}{s_i}

Then, it is this quotient for each zombie, that one has to estimate given the input values distance and speed, and it is the output "time" (t_i) for each zombie, what we need to analyze so as to prioritize an order regarding which zombie to kill first.

Part 2)

Shooting the closest zombie first is not a good idea, since the speed of that closest zombie may be much slower than another zombie further away, but with much larger speed. Again, the important value to analyze is the time that it would take each zombie to reach Alice and Bob.

Part 3)

Shooting the fastest zombie first is not a good idea either, because that fastest zombie could be located very far away from the visitors, and other zombies closer by may reach them first.

Part 4)

The order that should be used to kill the zombies is given by the value of the time to reach Bob and Alice based on the quotient distance (di) over speed (si) explained in Part 1). The zombie that shows smallest time should be shot first, and then the others in increasing order of time value.

Part 5)

Notice that the individual zombie information is not presented in the question, but the student should be able to calculate the quotients for each zombie, and considering that there could be at most one shot every second, estimate the number of seconds that the time for each zombie in increasing order would allow until the addition of shooting time per second in the appropriate order cannot match the arrival time of the zombies that are left.

One should count number of seconds from the first shot (to the zombie with shortest arrival time), and then increase in one unit (one shot per second), to the following zombie with slightly larger arrival time), and so on, until the addition of seconds (one second per shot and per increasing arrival time of zombie) exceeds the next zombie arrival time.

7 0
3 years ago
Which of the following is the graph of f(x−1)?
Pachacha [2.7K]

Answer:

b I think!!!!!!!!!!!##$

4 0
2 years ago
How many 3/4 cup servings can you serve with 3 1/2 cups of pasta
Salsk061 [2.6K]

Answer:

9 servings

Step-by-step explanation:

4 0
3 years ago
Other questions:
  • Evaluate the expression.<br> 621+5) - 3
    5·1 answer
  • Express 2028 as a product of prime factors
    8·1 answer
  • Can anybody help me out with this problem pleaseee :D
    14·1 answer
  • Isosceles trapezoid ABCD has legs AB and CD and base BC. If AB=6y-6, BC=4y-7, and CD=7y-12, find the value of y.
    15·1 answer
  • At a certain factory, 10 percent of the staplers produced on monday were defective and 2 percent of the nondefective staplers we
    5·1 answer
  • PLS SOLVE QUICKLY:<br><br> u/p +u/q = m, if, p is not equal to -q
    11·1 answer
  • Use circle C<br><br> classify arc MNO in circle C
    11·1 answer
  • What is this! I will mark u as branilyst
    13·1 answer
  • If 8.51÷2.3=3.7, find the value of 85.1÷ 2.3​
    5·1 answer
  • 2. Which pair of triangles are similar?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!