Adding in Base 20: 1HE1C +JDF0 = 2H7GC

  • MHB
  • Thread starter karush
  • Start date
  • Tags
    Base
In summary, the conversation discusses adding in base 20 using a calculator and by hand. The process involves converting the numbers to base 10, adding them together, and then converting them back to base 20. The key is to remember that H represents the number 17 in base 20 and to carry any extra digits when needed. This method makes adding in base 20 easier to remember.
  • #1
karush
Gold Member
MHB
3,269
5
Add in base 20

1HE1C +JDF0= 2H7GC from calculator
By hand I couldn't get the H

Using
1
2
3
4
5
6
7
8
9
A=10
B=11
C=12
D=13
E=14
F=15
G=16
H=17
I=18
J=19
K=20
 
Mathematics news on Phys.org
  • #2
as we are not comfortable with base 20 let us convert to base 10 (digit by digit) and concert it back
1HE1C
JDF 0
--------
2H7GC

C+ 0 = C OK
F + 1 = G OK
$E + D = (14 + 13)_{10} = 27_{10} = 17_{20}$ so 7 and carry 1
$H+J + 1 = (17 + 19 + 1)_{10} = 37_{10} = {1H}_{20}$ so H and carry 1
$1+1= 2$
 
  • #3
learned this method in a CS FORTRAN class a long time ago ...

Let $x=20$

1HE1C = $x^4 + 17x^3 + 14x^2 + x + 12x^0$

JDF0 = $19x^3 + 13x^2 + 15x + 0x^0$

sum ...

$x^4 + (20+16)x^3 + (20+7)x^2 + 16x + 12x^0$

$x^4 + 20x^3 + 16x^3 + 20x^2 + 7x^2 + 16x + 12x^0$

$x^4 + x^4 + 16x^3 + x^3 + 7x^2 + 16x + 12x^0$

$2x^4 + 17x^3 + 7x^2 + 16x + 12x^0$ = 2H7GC
 
  • #4
skeeter said:
learned this method in a CS FORTRAN class a long time ago ...

Let $x=20$

1HE1C = $x^4 + 17x^3 + 14x^2 + x + 12x^0$

JDF0 = $19x^3 + 13x^2 + 15x + 0x^0$

sum ...

$x^4 + (20+16)x^3 + (20+7)x^2 + 16x + 12x^0$

$x^4 + 20x^3 + 16x^3 + 20x^2 + 7x^2 + 16x + 12x^0$

$x^4 + x^4 + 16x^3 + x^3 + 7x^2 + 16x + 12x^0$

$2x^4 + 17x^3 + 7x^2 + 16x + 12x^0$ = 2H7GC

that would be a little bit easier to remember!
 
  • #5
karush said:
Add in base 20

1HE1C +JDF0= 2H7GC from calculator
By hand I couldn't get the H
First, C+ 0= C. That's the right-most "digit".
1+ F= 1+ 15= 16= G. That's the next "digit".
E+ D= 14+ 13= 27= 20+ 7= 17. The next "digit" is 7 and "carry the 1".
That may be what's keeping you from "getting the H".
H+ J= 17+ 19= 36 and "carrying the 1", 27= 20+ 17= 1H. The next "digit" is H and "carry the 1"
With that carry, the last addition is 1+ 1= 2.
That's how we get 2H7GC!

Using
1
2
3
4
5
6
7
8
9
A=10
B=11
C=12
D=13
E=14
F=15
G=16
H=17
I=18
J=19
K=20
 

What is base 20 and how does it work?

Base 20, also known as vigesimal, is a number system that uses 20 digits to represent numbers. It works by using the digits 0-9 and the letters A-J to represent the numbers 0-19. After reaching the number 19, the next number is represented by adding a new place value to the left, similar to how the decimal system works.

How do I add numbers in base 20?

To add numbers in base 20, you can follow the same steps as adding in decimal. Start by lining up the numbers in columns based on their place values. Then, add the digits in each column, carrying over to the next column if the sum is greater than 19. Finally, convert any numbers greater than 19 to the corresponding letter value.

What is the value of 1HE1C in base 20?

1HE1C in base 20 is equal to 8,604 in decimal. This can be calculated by multiplying the digits by their corresponding place values (1x20^4 + 15x20^3 + 14x20^2 + 1x20^1 + 12x20^0) and adding them together.

How do I convert base 20 numbers to decimal?

To convert a number from base 20 to decimal, you can use the expanded form method. Write out the number in expanded form, with each digit multiplied by its corresponding place value. Then, add all the terms together to get the decimal value.

What is the value of 2H7GC in base 20?

2H7GC in base 20 is equal to 36,932 in decimal. This can be calculated by multiplying the digits by their corresponding place values (2x20^4 + 17x20^3 + 7x20^2 + 11x20^1 + 12x20^0) and adding them together.

Similar threads

Replies
68
Views
9K
  • General Math
Replies
24
Views
2K
  • Nuclear Engineering
Replies
7
Views
2K
Replies
2
Views
985
  • General Math
Replies
7
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
1K
Replies
11
Views
666
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
953
Replies
13
Views
1K
Replies
7
Views
845
Back
Top