Question

Difficulty: HardNumber Bases and Conversions

If 214x=3125214_x = 312_5, where xx represents a positive integer base, find the value of xx.

Answer: 6

Answer

The value of the base xx is 6.
Expanding 3125312_5 to base 10 gives 3(25)+1(5)+2(1)=823(25) + 1(5) + 2(1) = 82. Expanding 214x214_x gives 2x2+x+42x^2 + x + 4. Equating both expressions yields 2x2+x78=02x^2 + x - 78 = 0. Factoring as (2x+13)(x6)=0(2x + 13)(x - 6) = 0 gives the positive integer root x=6x = 6.

Step-by-Step Solution

1
Convert the right side of the equation from base 5 to base 10
3125=3×52+1×51+2×50=75+5+2=8210312_5 = 3 \times 5^2 + 1 \times 5^1 + 2 \times 5^0 = 75 + 5 + 2 = 82_{10}
Converting known non-decimal bases to base 10 provides a standard baseline for algebraic manipulation.
2
Expand the left side expression in terms of powers of xx
214x=2x2+x+4214_x = 2x^2 + x + 4
Positional values in base xx correspond to powers of xx (x2,x1,x0x^2, x^1, x^0).
3
Formulate and rearrange the resulting quadratic equation in standard form
2x2+x+4=82    2x2+x78=02x^2 + x + 4 = 82 \implies 2x^2 + x - 78 = 0
Setting the base 10 expansions equal forms a quadratic equation.
4
Solve the quadratic equation for positive integer values of xx
x=6x = 6
Factoring (2x+13)(x6)=0(2x + 13)(x - 6) = 0 gives x=6x = 6 or x=6.5x = -6.5. A base must be a positive integer larger than all individual digits appearing in the number (digits are 2, 1, 4, so x>4x > 4).

Key Concept

Converting non-decimal numbers to base 10 using positional expansion to solve polynomial equations involving unknown bases.
Rate this question