Consider the equation (146) b+ (313) b-2 = (246) 8. Which of the following is the value of b?
7
The question asks us to find the value of the base 'b' in the given equation involving numbers represented in different bases. The equation is: $(146)_b + (313)_{b-2} = (246)_8$.
To solve this, we need to convert each number from its respective base into the standard base 10 (decimal) system. Once all terms are in base 10, we can solve the resulting algebraic equation for 'b'.
An important constraint for any number base system is that the base must be greater than the largest digit used in that number. In base $b$, the digits are 1, 4, and 6, so $b$ must be greater than 6 ($b > 6$). In base $b-2$, the digits are 3, 1, and 3, so $b-2$ must be greater than 3 ($b-2 > 3$, which means $b > 5$). Also, a base must be at least 2, so $b-2 \ge 2$, implying $b \ge 4$. In base 8, the digits are 2, 4, and 6, and 8 is greater than 6, which is valid. Combining these constraints, the base $b$ must be an integer such that $b > 6$.
To convert a number from base $r$ to base 10, we use the formula: $(d_n d_{n-1} \ldots d_1 d_0)_r = d_n \times r^n + d_{n-1} \times r^{n-1} + \ldots + d_1 \times r^1 + d_0 \times r^0$.
$(146)_b = 1 \times b^2 + 4 \times b^1 + 6 \times b^0$
$(146)_b = b^2 + 4b + 6$ in base 10.
$(313)_{b-2} = 3 \times (b-2)^2 + 1 \times (b-2)^1 + 3 \times (b-2)^0$
$(313)_{b-2} = 3 \times (b^2 - 4b + 4) + 1 \times (b-2) + 3 \times 1$
$(313)_{b-2} = 3b^2 - 12b + 12 + b - 2 + 3$
$(313)_{b-2} = 3b^2 - 11b + 13$ in base 10.
$(246)_8 = 2 \times 8^2 + 4 \times 8^1 + 6 \times 8^0$
$(246)_8 = 2 \times 64 + 4 \times 8 + 6 \times 1$
$(246)_8 = 128 + 32 + 6$
$(246)_8 = 166$ in base 10.
Now substitute the base 10 equivalents back into the original equation:
$(b^2 + 4b + 6) + (3b^2 - 11b + 13) = 166$
Combine like terms:
$b^2 + 3b^2 + 4b - 11b + 6 + 13 = 166$
$4b^2 - 7b + 19 = 166$
Subtract 166 from both sides to set the quadratic equation to zero:
$4b^2 - 7b + 19 - 166 = 0$
$4b^2 - 7b - 147 = 0$
We have a quadratic equation in the form $ab^2 + cb + d = 0$, where $a=4$, $c=-7$, and $d=-147$. We can solve for $b$ using the quadratic formula:
$b = \frac{-c \pm \sqrt{c^2 - 4ad}}{2a}$
$b = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(4)(-147)}}{2(4)}$
$b = \frac{7 \pm \sqrt{49 + 16 \times 147}}{8}$
$b = \frac{7 \pm \sqrt{49 + 2352}}{8}$
$b = \frac{7 \pm \sqrt{2401}}{8}$
Let's find the square root of 2401. We know that $40^2 = 1600$ and $50^2 = 2500$. The number 2401 ends in 1, so its square root must end in 1 or 9. Let's try 49:
$49 \times 49 = 2401$
So, $\sqrt{2401} = 49$.
Substitute this back into the formula for $b$:
$b = \frac{7 \pm 49}{8}$
This gives us two possible values for $b$:
We established earlier that the base $b$ must be an integer greater than 6 ($b > 6$). Let's check our potential solutions:
The only valid value for $b$ is 7.
By converting the numbers from their respective bases to base 10 and solving the resulting quadratic equation, we found the possible values for $b$ to be 7 and $-\frac{21}{4}$. Applying the constraints required for number bases (must be an integer greater than the largest digit used in the numbers), we determine that only $b=7$ is a valid solution.
| Expression | Base | Base 10 Conversion |
|---|---|---|
| $(146)_b$ | $b$ | $b^2 + 4b + 6$ |
| $(313)_{b-2}$ | $b-2$ | $3(b-2)^2 + 1(b-2) + 3 = 3b^2 - 11b + 13$ |
| $(246)_8$ | 8 | $2(8^2) + 4(8) + 6 = 166$ |
| Step | Description | Calculation/Result |
|---|---|---|
| 1 | Identify the equation and bases | $(146)_b + (313)_{b-2} = (246)_8$ |
| 2 | Convert $(146)_b$ to base 10 | $b^2 + 4b + 6$ |
| 3 | Convert $(313)_{b-2}$ to base 10 | $3b^2 - 11b + 13$ |
| 4 | Convert $(246)_8$ to base 10 | 166 |
| 5 | Form base 10 equation | $(b^2 + 4b + 6) + (3b^2 - 11b + 13) = 166$ |
| 6 | Simplify the equation | $4b^2 - 7b + 19 = 166 \implies 4b^2 - 7b - 147 = 0$ |
| 7 | Solve the quadratic equation for $b$ | Using quadratic formula: $b = 7$ or $b = -\frac{21}{4}$ |
| 8 | Check validity of solutions based on number base rules ($b > 6$, integer) | $b=7$ is valid; $b=-\frac{21}{4}$ is invalid. |
| 9 | Final Answer | $b=7$ |
Which of the following pairs of octal and binary numbers are NOT equal?
The greatest negative number which can be stored in a 8-bit register using 2's complement arithmetic is
Which of the following codes is also known as reflected binary code?
What is the octal equivalent of (F3B1)16?
The 1's complement of binary number 10010 is