Determine if the statement is TRUE or FALSE. Justify your answer. All numbers under discussion are
integers.
10. Given a positive integer N ≥ 10, form the number N' by removing the ones digit from N
and subtracting this digit from the remaining truncated integer. (For example, if N = 1309,
N' = 130 0 9 = 121.) If N' is divisible by 11, then N is divisible by 11.
We can express a positive integer as , where is the ones digit.
(For example, , and )
Then and is divisible by .
Both and are divisible by Therefore, is divisible by .
Comments