Question: A number is divided by 11 and gives a remainder of 4. If this number is multiplied by 3, what will be the remainder when the result is divided by 11?
Options:
Correct Answer: 2
Solution:
The new number is 3*(11k + 4) = 33k + 12, and 12 mod 11 = 1.