What is the probability that both products are out of stock?

  • Thread starter BrownianMan
  • Start date
  • Tags
    Probability
A2) / P(A1) = 0.1 / 0.3 = 0.33In summary, the probability that both products are out of stock is 0.1, which can be calculated by subtracting the sum of their individual probabilities from the probability that at least one product is out of stock. A1 and A2 are not necessarily independent events and the probability that the second product is in stock, given that the first product is in stock, is 0.33.
  • #1
BrownianMan
134
0
I'm unsure about these Qs, but I attempted it & posted my answers. If any could verify if I'm on the right track, i'd appreciate it!

A company has just placed an order with a supplier for two different products. Let A1 be the event that the first product is out of stock and let A2 be the event that the second product is out of stock. Suppose that P(A1) = 0.3, P(A2) = 0.2, and the probability that at least one product is out of stock is 0.4.

(a) What is the probability that both products are out of stock?
(b) Are A1 and A2 independent events? Explain.
(c) Given that the first product is in stock, what is the probability that
the second is also?


My answers

(a) (0.3)(0.2) = 0.06
(b) Yes, they are independent
(c) P(A2 | A1) = P(A2) = 0.2

A construction firm has bid on two different contracts. Let A1 be the event that the bid on the first contract is successful, and define A2 analogously for the second contract. Suppose that P(A1) = 0.4, P(A2) = 0.3, and that A1 and A2 are independent events.

(a) Calculate the probability that both bids are successful.
(b) Calculate the probability that neither bid is successful.
(c) What is the probability that the firm is successful in at least one of the
two bids?


My answers:

(a) (0.4)(0.3) = 0.12
(b) (1-0.4)(1-0.3) = 0.42
(c) 0.4+0.3-0.12 = 0.58
 
Physics news on Phys.org
  • #2
Second part looks ok. But the first...

BrownianMan said:
(a) (0.3)(0.2) = 0.06
(b) Yes, they are independent
(c) P(A2 | A1) = P(A2) = 0.2

Your answer to (a) assumes independence.
Your answer to (b) gives no reason.
Your answer to (c) also assumes independence.

How do you know they are independent?
 
  • #3
The events are independent because P(A1) is the same, regardless of whether or not A2 occurs, and vice versa.
 
  • #4
BrownianMan said:
The events are independent because P(A1) is the same, regardless of whether or not A2 occurs, and vice versa.

P(A1) is 0.3; that is not the same as P(A1 given A2), or P(A1 given -A2). In fact, they are all different values given the numbers provided.
 
  • #5
So they are dependent?

I don't understand why they would be, given that they are two different products. Could you explain it, please?
 
  • #6
BrownianMan said:
So they are dependent?

I don't understand why they would be, given that they are two different products. Could you explain it, please?

Independence of events means that the probability of one is unaffected by the probability of the other.

In this case, perhaps there is a certain probability that a better company is bidding as well. If they are bidding, both your bids are likely to fail. If they are not, both are likely to succeed. So the probability that the second bid will fail is greater, given that the first bid fails.

Or perhaps there is another smaller company bidding, and they are only going to submit one bid. In this case, the probability that the second bid will fail is smaller, given that the first bid fails.

There are all kinds of ways events can be dependent on each other, in this sense.

What formulae do you know that could be applied here?

Cheers -- sylas
 
  • #7
sylas said:
Independence of events means that the probability of one is unaffected by the probability of the other.

In this case, perhaps there is a certain probability that a better company is bidding as well. If they are bidding, both your bids are likely to fail. If they are not, both are likely to succeed. So the probability that the second bid will fail is greater, given that the first bid fails.

Or perhaps there is another smaller company bidding, and they are only going to submit one bid. In this case, the probability that the second bid will fail is smaller, given that the first bid fails.

There are all kinds of ways events can be dependent on each other, in this sense.

What formulae do you know that could be applied here?

Cheers -- sylas

You said the second question was ok, and that there was only a problem with the first one. There's no bidding in the first question - just a company placing an order with a supplier for two different products.

I guess I should have made it clear that they were two different questions. Sorry.
 
  • #8
BrownianMan said:
You said the second question was ok, and that there was only a problem with the first one. There's no bidding in the first question - just a company placing an order with a supplier for two different products.

I guess I should have made it clear that they were two different questions. Sorry.

No problem. It's my fault -- I knew they were two different problems, and just picked my example poorly.

Suppose the reason that something is out of stock is that a truck breaks down. That means the probability one is out of stock implies a greater probability the other is out of stock. Suppose that the reason one is out of stock is a successful advertising campaign which means one is selling more than the other. That would imply a smaller probability the other is out of stock.

The point is that there's no reason here to assume independence.

Have got any formulae you can use that involve multiple events?

Here's an example.

Pr(x or y) = Pr(x) + Pr(y) - Pr(x and y)

Any more?

Cheers -- sylas
 
  • #9
OK, so for (a), since we know that P(A1 or A2) = P(A1) + P(A2) - P(A1 and A2), and we know that P(A1 or A2) = 0.4 (probability that at least one is out of stock), then

0.4 = (0.3) + (0.2) - P(A1 and A2)
P(A1 and A2) = (0.3) + (0.2) - 0.4
P(A1 and A2) = 0.1

Then for (c), P(A2 | A1) = P(A1 and A2) / P(A1) = 0.1 / 0.3 = 0.33

Is that right?
 
  • #10
BrownianMan said:
OK, so for (a), since we know that P(A1 or A2) = P(A1) + P(A2) - P(A1 and A2), and we know that P(A1 or A2) = 0.4 (probability that at least one is out of stock), then

0.4 = (0.3) + (0.2) - P(A1 and A2)
P(A1 and A2) = (0.3) + (0.2) - 0.4
P(A1 and A2) = 0.1

Then for (c), P(A2 | A1) = P(A1 and A2) / P(A1) = 0.1 / 0.3 = 0.33

Is that right?

Yes. Well done.
 
  • #11
Thank you so much!
 
  • #12
I think you calculated the wrong probability for part (c). The problem asked for the probability the item 2 is in stock given item 1 is also in stock, but you found the probability item 2 is out of stock given item 1 is also out of stock.
 
  • #13
vela said:
I think you calculated the wrong probability for part (c). The problem asked for the probability the item 2 is in stock given item 1 is also in stock, but you found the probability item 2 is out of stock given item 1 is also out of stock.

Quite right. I looked too quickly. Sorry!
 
  • #14
So would it be 0.67 then?
 
  • #15
BrownianMan said:
So would it be 0.67 then?

No. Back the equations, I'm afraid.
 
  • #16
I have a question about this formula: Pr(x or y) = Pr(x) + Pr(y) - Pr(x and y)

Doesn't it only apply to events that are independent? If so, then it shouldn't apply to the first question, right?
 
  • #17
BrownianMan said:
I have a question about this formula: Pr(x or y) = Pr(x) + Pr(y) - Pr(x and y)

Doesn't it only apply to events that are independent? If so, then it shouldn't apply to the first question, right?

That one applies everywhere. How would you prove it?

One method would be to express everything in terms of the following four cases.
Pr(x and y)
Pr x and not y)
Pr(not x and y)
Pr(not x and not y)
 
  • #18
Ok, thanks!

I'm going to try (c) again tomorrow.
 
  • #19
Ok, this is what I have for (c) now:

P(not A1 and not A2) = 1 - P(A1 or A2) = 1 - 0.4 = 0.6

P(not A2 | not A1) = P(not A1 and not A2) / P(not A1) = 0.6/0.7 = 0.86
 
  • #20
BrownianMan said:
Ok, this is what I have for (c) now:

P(not A1 and not A2) = 1 - P(A1 or A2) = 1 - 0.4 = 0.6

P(not A2 | not A1) = P(not A1 and not A2) / P(not A1) = 0.6/0.7 = 0.86

I think that's right. Speaking carefully after I screwed up last time...
 
  • #21
I have question. follow the question. they say "the probability that at least one product
is out of stock is .4". mean the probability that both product are in stock is 1-0.4=0.6.
if A1 and A2 are independent. the probability that both product are in stock should satisfy
0.6=P(complement of A1)*P(complement of A2). but (1-0.3)*(1-0.2) =0.56 !=0.6.

so that my question.

my thought is right?
 
  • #22
Yes. The contradiction indicates that your assumption that A1 and A2 are independent is wrong.
 

What is the probability of both products being out of stock?

The probability of both products being out of stock depends on a variety of factors, such as the popularity of the products, the demand for them, the availability of supply, and any potential issues with production or distribution. It is not possible to accurately determine the exact probability without more information.

How can we calculate the probability of both products being out of stock?

To calculate the probability of both products being out of stock, we would need to know the total number of products in stock, the number of products that have been sold, and the rate at which the products are being restocked. This information can be used in a mathematical formula to estimate the probability, but it may not be completely accurate as external factors can also influence the likelihood of both products being out of stock.

Is there a way to reduce the probability of both products being out of stock?

There are several strategies that can be used to reduce the probability of both products being out of stock. These include increasing production or supply, improving inventory management, and closely monitoring customer demand and purchasing patterns. By implementing these strategies, the likelihood of both products being out of stock can be minimized.

What are some potential consequences if both products are out of stock?

If both products are out of stock, it can have negative consequences for both the company and its customers. The company may lose sales and revenue, while customers may be dissatisfied and may turn to competitors for their needs. Additionally, it can damage the company's reputation and brand image, leading to long-term consequences.

How can we mitigate the impact of both products being out of stock?

To mitigate the impact of both products being out of stock, companies can implement contingency plans and alternative solutions. This may include offering similar products, providing discounts or refunds to affected customers, and improving communication with customers about any delays or issues with product availability. These measures can help minimize the negative impact and maintain customer satisfaction.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
3K
  • Precalculus Mathematics Homework Help
Replies
3
Views
6K
  • Precalculus Mathematics Homework Help
Replies
5
Views
3K
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
12
Views
3K
  • Precalculus Mathematics Homework Help
Replies
7
Views
4K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
577
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
1K
Back
Top