I have this simple problem which for some reason I have trouble with I'll be glad to get help.
I have these two numbers in base 10 :
5250, 321.
I change the basis from 10 to 9 then I get :
5250 --> 7173
321 ---> 386
I use the method of r complement with base 9:
First of all I'll find the the complement of 0386 in base 9 which is 6561-386=6175.
Therefore :
7173+6175=14358 (in base 9)
since its a complement to 9, we receive 4358 in base 9
Which is incorrect.
Any ideas why my method is incorrect?
Any help will be appreciated.