English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-05-09 22:22:43 · 2 answers · asked by komputr_nerd 2 in Computers & Internet Programming & Design

2 answers

jsard56, that's 5 2's =P

Here you go. The correct answer:

22 in the 15'th numeral system (Pentadecimal) gives 32 in decimal.
So 22(base 15) = 32(base 10)

So if you write 22, say it's written in pentadecimal. Vuola! Task solved.

The pentadecimal (base-15) positional notation system is based on the number fifteen. Comparatively, the decimal system is based on the number ten, the hexadecimal system is based on the number sixteen, and so on. Another name used for the base-15 system is quindecimal (although this term can be confused with quinary which is a base-5 notation system).

Pentadecimal requires fifteen symbols. Since there are only ten common decimal digits, the notation can be extended by using letters A, B, C, D and E to represent values 10, 11, 12, 13 and 14, respectively. For example, decimal values 0 to 20 in pentadecimal would be: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, 10, 11, 12, 13, 14, 15. The pentadecimal number 373 would be 783 in decimal.

This numeric base is infrequently used. It finds applications in mathematics as well as fields such as telephony routing over IP and other specialized uses.

2007-05-09 23:01:17 · answer #1 · answered by big_bezet 2 · 4 0

2x2x2x2x2

2007-05-09 22:31:27 · answer #2 · answered by jsardi56 7 · 1 0

fedest.com, questions and answers