Given:
A company wants to select 1 project from a set of 4 possible projects.
Consider the options are:
a. [tex]X_1+X_2+X_3+X_4=1[/tex]
b. [tex]X_1+X_2+X_3+X_4\leq 1[/tex]
c. [tex]X_1+X_2+X_3+X_4\geq 1[/tex]
d. [tex]X_1+X_2+X_3+X_4\geq 0[/tex]
To find:
The constraints that ensures only 1 will be selected.
Solution:
It is given that the company wants to select 1 project from a set of 4 possible projects. It means the sum of selected projects must be equal to 1.
[tex]X_1+X_2+X_3+X_4=1[/tex]
Therefore, the correct option is (a).