Saved Bookmarks
| 1. |
1. PREDICT THE NUMBER OF COMBINATIONS THAT CAN BE FORMEDUSING 2 SHAPES TO FILL A 4-PLACE MATRIX. |
|
Answer» Answer: Combinations are a way to calculate the total outcomes of an event where ORDER of the outcomes does not matter. To calculate combinations, we will USE the formula NCR = n! / r! * (n - r)!, where n represents the total number of ITEMS, and r represents the number of items being CHOSEN at a time. |
|