Questions on algebra

58 Views Asked by At

I have been solving some questions on algebra until I came across this question:

If $x, y$, and $z$ are real number such that $$(x - 3)^2 + (y - 4)^2 + (z - 5)^2 = 0$$

find the value of $$x + y + z$$.

So first, I expanded the equation. Then, I factorised it again leaving x, y and z out which left me with this equation:

$$x(x - 6) + y(y - 8) + z(z - 10) = -50$$

I thought this was the correct way to approach this question. However, I cannot take any further steps. Can someone please give me hints on how to approach this question?

Thanks in advance.

3

There are 3 best solutions below

2
On BEST ANSWER

Each term on the left side of your equation is a square, so it's positive or zero. The only way for non-negative terms to sum to zero is if they're all zero. So $x=3,$ $y=4$, and $z=5.$

1
On

Hint: $(x-3)^2>0$ for all $x\neq 3$ and $(x-3)^2=0$ specifically only in the case of $x=3$.

1
On

$$(x-3)^2+(y-4)^2+(z-5)^2=0$$

means

$$\left\|\begin{bmatrix} x-3 \\ y-4 \\ z-5\end{bmatrix} \right\|^2=0$$

can you conclude what vector is $\begin{bmatrix} x-3 \\ y-4 \\ z-5\end{bmatrix}$ and solve for $x,y,z$?