Question 930758

List the zeros of y = x(x-5).

If you have more than one solution, separate them with commas.

x=______

if you can, will you plz show some work because i have a few questions like this and i want to do them on my own.
<pre>
y = x(x - 5)
0 = x(x - 5) -------- Setting the factors equal to 0
x = 0        OR        x - 5 = 0 ------- Setting each factor equal to 0
x = 0        OR        x = 5  
{{{highlight_green(system(x = 0_or, x = 5))}}}