题目
Norman is 12 years older than Michael. In 6 years, he will be twice as old as Michael. How old is Michael now?
解析
设 N = 诺曼现在的年龄;(N + 6) = 诺曼 6 年后的年龄。
设 M= 迈克尔现在的年龄;(M + 6) = 迈克尔 6 年后的年龄。
将前两句话转化为方程。注意第二个方程描述的是诺曼和迈克尔 6 年后的年龄:
N = M + 12(N + 6) = 2(M + 6)
题目要求解 M,所以将 N = M + 12 代入第二个方程:
(M + 12) + 6 = 2(M + 6)M + 18 = 2M + 12M + 6 = 2M6 = M
因此,选项 B 正确!