For this homogeneous system to have a non-trivial solution, the three equations cannot all be independent — the coefficient rows must be linearly dependent, which we can probe using the sub-relationship between the second and third equations.
Step 1: Isolate the y, z relationship between the second and third equations.
The second equation is \( 3x + ky + 2z = 0 \) and the third is \( 2x + 3y + 4z = 0 \). Looking at just the \( y \) and \( z \) coefficients across these two rows, \( k, 2 \) and \( 3, 4 \), dependency between them requires: \[ k \cdot 4 - 2 \cdot 3 = 0 \]
Step 2: Solve for \( k \).
\[ 4k - 6 = 0 \implies 4k = 6 \implies k = \frac{6}{4} = \frac{3}{2} \]
Step 3: Conclusion.
This value makes the corresponding rows of the coefficient matrix dependent, the condition needed for solutions beyond the trivial \( x=y=z=0 \).
Therefore, the correct answer is \( \frac{3}{2} \).