emath5260 emath5260
  • 14-09-2020
  • Mathematics
contestada

g A restaurant offers 7 entrees and 11 desserts. In how many ways can a person order a two-course meal?

Respuesta :

MrRoyal
MrRoyal MrRoyal
  • 19-09-2020

Answer:

[tex]2-course\ meal = 77\ ways[/tex]

Step-by-step explanation:

Given

[tex]Entrees = 7[/tex]

[tex]Desserts = 11[/tex]

Required

Determine the number of ways to get a two-course meal

This is solved as follows:

The entrees can be ordered in 7 ways

The desserts can be ordered in 11 ways;

[tex]2-course\ meal = Entrees * Desserts[/tex]

Hence:

[tex]2-course\ meal = 7 * 11[/tex]

[tex]2-course\ meal = 77\ ways[/tex]

Answer Link

Otras preguntas

How do u factor this?
Who is Janna Levin: Professionally? Race? Contribution to Science? Provide your Reference
!PLEASE HELP! y + x = 3 Does the line increase or decrease? How do I find this without graphing the line?
54/6 findind fraction of whole number
What will the following code display? int number = 6 int x = 0; x = --number; cout << x << endl; 1. 7 2. 6 3. 5 4. 0
The ____ operation is used to add an element onto the stack. A. push B. pop C. add
19.The color of sky is blue due to​
James is able to sell 15 of Product A and 16 of Product B a week, Sally is able to sell 25 of Product A and 10 of Product B a week, and Andre is able to sell 18
Solve the following initial-value problem, showing all work, including a clear general solution as well as the particular solution requested (Label the Gen. Sol
The statement ____ declares intList to be a vector and the component type to be int A. vector intList; B. int.vector intList; C. int.vector intList;