Respuesta :

Neuron
If you would like to solve the equation q * x + r * x = s for x, you can do this using the following steps:

q * x + r * x = s
x * (q + r) = s      /(q + r)
x = s / (q + r)

The correct result would be x = s / (q + r).