Can you subtract two integers using multiplication and division?

170 Views Asked by At

The multiplication operation is traditionally defined as "repeated addition", and division (with remainder) can be defined using repeated subtraction. Can we define subtraction the other way round? i.e., given two integers, can we calculate x-y using only operations of multiplication and division on x and y?