To determine when the given system of equations has infinitely many solutions, we need to check the conditions under which the system of equations is consistent and dependent. The given system of linear equations is: \(2x + y - z = 7\), \(x - 3y + 2z = 1\), \(x + 4y + \delta z = k\).
For the system to have infinitely many solutions, the three equations must be linearly dependent, which means one equation should be a linear combination of the others. Let's write the system in matrix form:
The augmented matrix is:
| Coefficient Matrix | Constants | ||
|---|---|---|---|
| 2 | 1 | -1 | 7 |
| 1 | -3 | 2 | 1 |
| 1 | 4 | \(\delta\) | k |
For the third equation \(x + 4y + \delta z = k\) to be a linear combination of the first two equations, we compare coefficients to find constants such that:
- \(a(2x + y - z) + b(x - 3y + 2z) = x + 4y + \delta z\)
On solving, we have:
Solving the first two equations:
Thus, the values are: \(\delta = -3\) and \(k = 6\).
Hence, \(\delta + k = -3 + 6 = 3\), which is the answer.