Question:

In a number system, the product of 44 and 11 is 3414. The number 3111 of this system, when converted to the decimal number system, becomes:

Show Hint

Convert each digit position using powers of the base to find the decimal equivalent.
Updated On: Aug 4, 2025
  • 406
  • 1086
  • 213
  • 691
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Let base = $b$. $44_b = 4b + 4$, $11_b = b + 1$. Their product = $(4b+4)(b+1) = 4b^2 + 8b + 4$. In base $b$, $3414_b = 3b^3 + 4b^2 + b + 4$.
Equating: $4b^2 + 8b + 4 = 3b^3 + 4b^2 + b + 4 \Rightarrow 3b^3 - 7b = 0 \Rightarrow b(b- \sqrt[?]{})$, solving gives $b=6$. Then $3111_6 = 3(216) + 1(36) + 1(6) + 1 = 648 + 36 + 6 + 1 = 691$. Correction: Correct Answer = (4) 691.
Was this answer helpful?
0
0