BeigeBox, a computer manufacturer, can construct computer systems with any one of 4 processors, 2 memory configurations, 3 hard drives, 2 monitors, 2 keyboards, and 2 CD drives. How many unique configurations of computer systems can BeigeBox construct?
Click on the arrows to vote for the correct answer
A. B. C. D.A
The multiplication rule of counting states that the number of combinations available when there are n_1 options in one aspect, n_2 in another, and so on, up to n_k, is n_1
* n_2 * ... * n_k. In this case, the number of combinations is 4*2*3*2*2*2 = 192.