Respuesta :

Neuron
If you would like to solve the equation a/b = c for b, you can do this using the following steps:

a/b = c       /*b
a = c * b    /c
b = a/c

The correct result would be b = a/c.