I need to convert a decimal number into base $3$ number.
$47_{10} ~~\mbox{is}~~ 1202_{3}$.
But how do you represent a negative number in base $3$ notation like $-297$?
please include a example
I need to convert a decimal number into base $3$ number.
$47_{10} ~~\mbox{is}~~ 1202_{3}$.
But how do you represent a negative number in base $3$ notation like $-297$?
please include a example
Just put a minus sign in front of it. By definition, in base 10 $47 + (-47) = 0$; therefore, $1202_3 + (-1202_3) = 0$ and so $-47_{10}$ is $-1202_3$.