- #1
A.Magnus
- 138
- 0
Here is a problem I am working on: Using the Rule of Sarrus:
$$\begin{vmatrix}
x & y & z \\
z & x & y \\
y & z & x \\
\end{vmatrix}
=x^3+y^3+z^3-3xyz,$$
find $x, y, z$ such that $x^3+y^3+z^3-3xyz = 315.$
And here is what I have gotten so far: By row and column operations and by factoring out $(x+y+z)$ from th determinant, I was able to reduce the determinant to this:
$$(x+y+z)
\begin{vmatrix}
1 & 0 & 0 \\
z & x-z & y-z \\
y & z-y & x-y \\
\end{vmatrix}
= (x+y+z) \bigg ((x-z)(x-y) - (y-z)(z-y) \bigg) = 315 = 3 \cdot 3 \cdot 5 \cdot 7.$$
I would love to make an equation out of $(x+y+z)$ with a combination of the factors of $3^2, 5$, or $7$ so that I can come up with the $x, y, z$ by trial and error. But the possibilities are simply way too many to be efficient. How should I go forward instead? As always, thank you for your time and gracious help. ~MA
$$\begin{vmatrix}
x & y & z \\
z & x & y \\
y & z & x \\
\end{vmatrix}
=x^3+y^3+z^3-3xyz,$$
find $x, y, z$ such that $x^3+y^3+z^3-3xyz = 315.$
And here is what I have gotten so far: By row and column operations and by factoring out $(x+y+z)$ from th determinant, I was able to reduce the determinant to this:
$$(x+y+z)
\begin{vmatrix}
1 & 0 & 0 \\
z & x-z & y-z \\
y & z-y & x-y \\
\end{vmatrix}
= (x+y+z) \bigg ((x-z)(x-y) - (y-z)(z-y) \bigg) = 315 = 3 \cdot 3 \cdot 5 \cdot 7.$$
I would love to make an equation out of $(x+y+z)$ with a combination of the factors of $3^2, 5$, or $7$ so that I can come up with the $x, y, z$ by trial and error. But the possibilities are simply way too many to be efficient. How should I go forward instead? As always, thank you for your time and gracious help. ~MA