The number of different selections that a customer can make is of 210.
To calculate the number of different selections that the customer can make, we need to verify if the order of the selections matters or not, then:
In the context of this problem, the order does not matter, hence the combination formula is used.
The number of combinations, from a set of n elements, of x elements, is given according to the following rule:
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
In this problem, the number of selections is of 4 samples from a set of 10 samples, hence it is calculated as follows:
[tex]C_{10,4} = \frac{10!}{4!6!} = 210[/tex]
A similar problem, also about the combination formula, is given at https://brainly.com/question/25821700
#SPJ1