Answer: 1050
Step-by-step explanation:
Number of combinations of selecting r things out of n = 
such that 
Given: A restaurant menu has 5 kinds of soups, 7kinds of main courses, 6 kinds of desserts, and 5 kinds of drinks.
If a customer randomly selects one item from each of these four categories, then by fundamental counting principle , the number of different outcomes are possible = 
hence, total number of outcomes = 1050
Answer:
Step-by-step explanation:
I have the same question and I'm looking for the answer
Answer:
advantage: it uses memory very efficiently than linear data structures
disadvantages: Non - linear data structures are quite hard to understand and implement than linear data structures
B) If A x B = {(-1, 1), (-1, 2), (2, 1), (2, 2), (3, 1), (3, 2)}. Find A x A and B x B.
Oduvanchick [21]
hope this helps!
Step-by-step explanation:
A = {-1, 2, 3}
B = {1,2}
AxA = {(-1,-1) (-1,2) (-1,3) (2,-1) (2,2) (2,3) (3,-1) (3,2) (3,3)}
BxB = {(1,1) (1,2) (2,1) (2,2)}