Question

Difficulty: MediumNumber Bases and Conversions

If 132k+43k=230k132_k + 43_k = 230_k, where kk represents a positive integer base, what is the value of kk?

  1. A
    4
  2. 5Answer
  3. C
    6
  4. D
    7

Answer

The value of the base kk is 5.
Expanding 132k132_k, 43k43_k, and 230k230_k into base 10 yields (k2+3k+2)+(4k+3)=2k2+3k(k^2 + 3k + 2) + (4k + 3) = 2k^2 + 3k. Simplifying this gives the quadratic equation k24k5=0k^2 - 4k - 5 = 0, which factors as (k5)(k+1)=0(k - 5)(k + 1) = 0. Since a number base must be a positive integer greater than the maximum digit present (which is 4), the correct base is 5.

Step-by-Step Solution

1
Expand each term in the equation 132k+43k=230k132_k + 43_k = 230_k into base 10 using place-value notation.
132k=1k2+3k1+2k0=k2+3k+2132_k = 1 \cdot k^2 + 3 \cdot k^1 + 2 \cdot k^0 = k^2 + 3k + 2
43k=4k1+3k0=4k+343_k = 4 \cdot k^1 + 3 \cdot k^0 = 4k + 3
230k=2k2+3k1+0k0=2k2+3k230_k = 2 \cdot k^2 + 3 \cdot k^1 + 0 \cdot k^0 = 2k^2 + 3k
Converting all terms to base 10 allows standard algebraic operations to be performed.
2
Set up the algebraic equation in base 10 and combine like terms.
(k2+3k+2)+(4k+3)=2k2+3k(k^2 + 3k + 2) + (4k + 3) = 2k^2 + 3k
k2+7k+5=2k2+3kk^2 + 7k + 5 = 2k^2 + 3k
Equate the sum of the expanded left-hand side terms to the expanded right-hand side.
3
Rearrange the terms to form a standard quadratic equation ak2+bk+c=0ak^2 + bk + c = 0.
2k2+3k(k2+7k+5)=02k^2 + 3k - (k^2 + 7k + 5) = 0
k24k5=0k^2 - 4k - 5 = 0
Subtract k2+7k+5k^2 + 7k + 5 from both sides to set the quadratic expression equal to zero.
4
Factor the quadratic equation to find the possible values of kk.
(k5)(k+1)=0    k=5 or k=1(k - 5)(k + 1) = 0 \implies k = 5 \text{ or } k = -1
Solve for kk using factorization.
5
Select the valid base based on the domain of number bases.
k=5k = 5 (since a number base must be a positive integer greater than the largest digit 4 present in the expression).
Base numbers cannot be negative or smaller than any of their constituent digits.

Key Concept

Number Bases and Conversions
Estimated Time:1m 30s
Rate this question