Question 1051923
.
Please help me solve this equation: If you divide a number by 6, then subtract 5, then add 3, you get 5 
~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
Make all these operations in the reverse order:

Distract 3 from 5:     (5-3 = 2)

then add 5:            (2+5 = 7)

then multiply by 6:    (6*7 = 42)

<U>Answer</U>.  42.
</pre>