Difference between revisions of "2012 AMC 12B Problems/Problem 11"
(Created page with "==Problem== In the equation, 132 (base A) + 43 (base B) = 69 (base A+B), A and B are consecutive integers. What is A+B? ==Solution== Since they are 2 consecutive integers, w...") |
(→Solution) |
||
Line 7: | Line 7: | ||
==Solution== | ==Solution== | ||
− | + | Change the equation to base 10: <cmath>A^2 + 3A +2 + 4B +3= 6A + 6B + 9</cmath> <cmath> A^2 - 3A - 2B - 4=0</cmath> | |
− | ( | + | |
+ | Either <math>B = A + 1</math> or <math>B = A - 1</math>, so either <math>A^2 - 5A - 6, B = A + 1</math> or <math>A^2 - 5A - 2, B = A - 1</math>. The second case has no integer roots, and the first can be re-expressed as <math>(A-6)(A+1) = 0, B = A + 1</math>. Since A must be positive, <math>A = 6, B = 7</math> and <math>A+B = 13</math>; C. |
Revision as of 21:23, 27 February 2012
Problem
In the equation, 132 (base A) + 43 (base B) = 69 (base A+B), A and B are consecutive integers. What is A+B?
Solution
Change the equation to base 10:
Either or , so either or . The second case has no integer roots, and the first can be re-expressed as . Since A must be positive, and ; C.