There is one easy way to solve this.
Convert to the decimal system by adding each digit from left to right multiplied by 8 in power of {position (counted from the rightmost digit) minus 1}:
divide them in the decimal form (625/25), get 25, which as we saw above is .
There is another way to solve this applying column division, but it is more complex, takes more time and is not easy to understand.
Comments