0

I got this problem i need to solve: At what base b, where b>2 , (120)b equals x2, where x is in decimal number system? I need to find all bases b, and i need to see the process of finding answer, so i can do it myself.

1 Answers1

1

$(120)_b = b^2+2b$

$b^2+2b$ can never be a perfect square as $b^2+2b+1$ is (except for $b=0$).

Ian Miller
  • 11,844