Step 1: Determining the condition for a non-trivial solution.
For a homogeneous system of linear equations to have a non-trivial solution, the determinant of the coefficient matrix must be zero. The coefficient matrix is:
\[
\begin{pmatrix}
1 & k & 3
3 & k & 2
2 & 3 & 4
\end{pmatrix}
\]
The determinant of this matrix is:
\[
\text{det} = 1 \cdot \left( k \cdot 4 - 2 \cdot 3 \right) - k \cdot \left( 3 \cdot 4 - 2 \cdot 2 \right) + 3 \cdot \left( 3 \cdot 2 - 3 \cdot k \right)
\]
\[
= 1 \cdot (4k - 6) - k \cdot (12 - 4) + 3 \cdot (6 - 3k)
\]
\[
= 4k - 6 - 8k + 3(6 - 3k)
\]
\[
= 4k - 6 - 8k + 18 - 9k
\]
\[
= -13k + 12
\]
For a non-trivial solution, the determinant must be zero:
\[
-13k + 12 = 0
\]
\[
k = \frac{3}{2}
\]
Step 2: Conclusion.
Therefore, the value of \( k \) for which the system has a non-trivial solution is (1) \( \frac{3}{2} \).