Explanation
1. Expand the Left-Hand Side (LHS) in terms of base b:
To convert a number from an arbitrary base b to base 10, we expand it using positional weights (powers of b) starting from the rightmost digit (position 0).
(1011)b=1⋅b3+0⋅b2+1⋅b1+1⋅b0
(1011)b=b3+b+1
2. Set up the equation:
We are given that this expression is equal to (131)10:
b3+b+1=131
Subtract 1 from both sides:
b3+b=130
Factor out b on the left side:
b(b2+1)=130
3. Solve for b (Using Substitution/Option Checking):
Since b must be a positive integer base, we can verify the given options to see which one satisfies the polynomial equation b3+b=130.
Correct Answer
The correct option is (c) 5.