The equivalent of x is (a) the number of ways to choose 5 letters from S without replacement
The set is given as:
S ={A, B, C, D, E, F, G, H}
The above set has 8 elements.
To select 3 elements from S, we use the following parameters:
n = 8
r = 3
And the number of ways is:
[tex]Ways = ^8C_3[/tex]
As a general rule, the above expression is equivalent to
[tex]Ways = ^8C_{8-3}[/tex]
Evaluate
[tex]Ways = ^8C_{5[/tex]
This means that the number of ways to select 3 elements is equivalent to selecting 5 elements
Hence, the equivalent of x is (a)
Read more about combination at:
https://brainly.com/question/11732255
#SPJ1