A shop stocks tinned cat food of two makes, A and B, and two sizes, large and small. Of the stock, 70%

is of brand A, 30% is of the brand B. Of the tins of brand A, 30% are of the small size, whilst of the tins
of brand B, 40% are of the small size. Determine the probability that
(a) a tin chosen at random from the stock will be of the small size.
(b) a small tin chosen at random from the stock will be brand A.

1 answer

If the events are independent, the probability of both/all events occurring is determined by multiplying the probabilities of the individual events.

A. .3 * .4 = ?

B. .7 * .3 = ?
Similar Questions
    1. answers icon 1 answer
  1. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes.push() = "large"; console.log(sizes.length);
    1. answers icon 1 answer
  2. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes.push() = "large"; console.log(sizes.length);
    1. answers icon 1 answer
  3. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes[4] = "large"; console.log(sizes.length);
    1. answers icon 1 answer
more similar questions