The formula C(n, r) calculates the total number of ways of picking r objects out of n.
The formula works as follows:

where n! is 1*2*3*...*(n-1)*n
So, we calculate C(150, 4), which will give us the total number of ways we can make the selection of the computers.


many ways.
Answer: 20,260,275