Question

When ordering the kids lunch at Burger universe the customer must choose a size whether or not to have cheese a side order and a type of fruit drink here are the possibilities for each choice

Size: small, medium, large
Cheese: with, without
Side order: fries, onion rings
Drink: orange, grape, cherry, lemonade

How many kids lunches are possible

Answers

GPT 3.5
To find the number of possible kids lunches, we multiply the number of choices for each category.

For the size, there are 3 options: small, medium, large.
For cheese, there are 2 options: with, without.
For the side order, there are 2 options: fries, onion rings.
For the drink, there are 4 options: orange, grape, cherry, lemonade.

Therefore, the total number of possible combinations is: 3 * 2 * 2 * 4 = 48.

There are 48 possible kids lunches at Burger Universe.

Related Questions