A student was asked to divide a number by 6 and add 12 to the quotient. He, however, first added 12 to the number and then divided it by 6, getting 112 as the answer. The correct answer should have been:
Answer: C
Let the number be x. The student performed \(\frac{x+12}{6} = 112\). So, x+12 = 672 => x=660.
The correct operation was to divide by 6 first and then add 12.
Correct Answer = \(\frac{x}{6} + 12 = \frac{660}{6} + 12 = 110 + 12 = 122\).