Sample Space Statistics Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
A restaurant offers 3 starters (soup, salad, bread), 4 mains (chicken, fish, beef, pasta), and 2 desserts (cake, fruit). How many different 3-course meals are possible? Do you need to list them all?

Solution

  1. 1
    Step 1: Use the multiplication principle: total meals = starters ร—\times mains ร—\times desserts = 3ร—4ร—2=243 \times 4 \times 2 = 24.
  2. 2
    Step 2: You do not need to list all 24 โ€” the multiplication principle gives the count directly.
  3. 3
    Step 3: If needed, a tree diagram could systematically show all 24 combinations: 3 branches (starters) โ†’ each splits into 4 (mains) โ†’ each splits into 2 (desserts).

Answer

There are 3ร—4ร—2=243 \times 4 \times 2 = 24 different 3-course meals possible.
The multiplication principle (or counting principle) states that if there are mm ways to do one thing and nn ways to do another, there are mร—nm \times n ways to do both. This extends to any number of independent choices and is fundamental to counting sample spaces.

About Sample Space

The sample space is the complete set of all possible outcomes for a probability experiment, listed without repetition. It forms the foundation for every probability calculation because the probability of any event is a fraction of the sample space.

Learn more about Sample Space โ†’

More Sample Space Examples