We have to cast out sevens to find if the following operation is correct:
This method let us check if an aithmetic operation is correct by comparing the residues when dividing by 7.
For example, the correct operation:
Will have residues: 45%7 = 3, 34%7 = 6 and 79%2. Then we can write the residues as:
If we get the same residue after the divisions by 7, we can verify the operation.
We have veri large numbers.
We can estimate a big enough multiple of 7 and reduce the residues in steps.
For example, we can divide 730,963,709 by 700,000,000, which we know is a multiple of 7, and get a residue of 30,963,709.
For 28,100,923, we can divide by 28,000,000 and get a residue of 100,923.
For 20,450,755,312,764,971,305,182, we can divide by 14,000,000,000,000,000,000,000, and get a residue of 6,450,755,312,764,971,305,182.
We have to repeat the process until we can divide by 7 and get the minimal residues possible:
As the residues are different, this indicates that the operation is not correct.
The actual result of the multiplication is:
NOTE: the third and fourth digit are in inverse positions ("45" instead of the correct "54").
Answer: As the residues are different, we can conclude that the operation is incorrect.