Posted by Subhotosh Khan on September 12, 2002 at 15:11:27:
In Reply to: base numerals posted by peggy on September 12, 2002 at 11:57:17:
: I need to know how to conert a number from base 10 to base 5. For example how do I take 128 in base 10 and make it base 5? thanks
*****************************************
128 = 1*125 + 0*25 + 0*5 + 3*1
(base 10)125 = (base 5)1003