Question is as follows. How can I transform 124 to 7?
Firstly it is needed to get numbers 1, 2, 4 using the initial number 124.
To do so, we need
(integer number) and (remainder of the division)
(integer number) and (reminder of the division).
Now that we have the numbers 1, 2 and 4, we should add them up to get 7:
Comments