How to display all possible values for the equation html and JavaScript [closed]

x − 2y + 3z = 0
xrange[1,5], yrange[6,10], zrange[3,7] where x, y,
and z are integers.

I’ve been trying to use for loops to get the function to work but I can’t seem to make the separate values act as an equation to get the final values.