Question 1195856
<br>
The problem is this:<br>
321 (base n) = 232 (base 7)<br>
Informally....<br>
In any base (where the numbers are defined), 321 is greater than 232; so if 321 (base n) is equal to 232 (base 7), then the base n must be less than 7.<br>
So try n=6....<br>
321 (base 6)
3*6=18; 18+2=20
20*6=120; 120+1=121<br>
232 (base 7)
2*7=14; 14+3=17
17*7=119; 119+2=121<br>
n=6 works!<br>
ANSWER: n=6<br>
Formally....<br>
321 (base n) = 3n^2+2n+1
232 (base 7) = 2(7^2)+3(7)+2 = 98+21+2 = 121<br>
3n^2+2n+1=121
3n^2+2n-120 = 0
(n-6)(3n+20) = 0<br>
n=6 or n=-20/3<br>
Obviously the negative fractional answer makes not sense.  So<br>
ANSWER: n=6<br>