The operations performed on c are
.. add b
.. divide by d
To solve for c, you undo these in reverse order.
.. undo "divide by d" by multiplying by d
.. .. ad = b +c
.. undo "add b" by adding the opposite of b
.. .. ad -b = c
The 1st selection is appropriate.