mathcounts toolbox facts, formulas and tricks. lesson 5: different bases base 10 to base 2

25
MATHCOUNTS TOOLBOX Facts, Formulas and Tricks

Upload: piper-goodspeed

Post on 01-Apr-2015

217 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

MATHCOUNTS TOOLBOX

Facts, Formulas and Tricks

Page 2: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

Lesson 5: Different Bases

base 10 to base 2

Page 3: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

Base 10: decimal – only has digits 0 - 9

Page 4: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

Changing from Base 10 to Base 2:binary – only has digits 0, 1

Page 5: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

What is the base 2 representation of 125 base 10

or 12510 = ?2

Page 6: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

We know 125 = 1(102) + 2(101) + 5(100) = 100 + 20 + 5, but what is

it equal to in base 2?

Page 7: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

12510 = ?(2n) + ?(2n-1) + … + ?(20)

Page 8: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

The largest power of 2 in 125 is 64 = 26, so we now know our base 2

number will be:

Page 9: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

?(26) + ?(25) + ?(24) + ?(23) + ?(22)

+ ?(21)+ ?(20) and it will have 7 digits

Page 10: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

Since there is one 64, we have: 1(26) + ?(25) + ?(24) + ?(23) + ?(22)

+ ?(21)+ ?(20)

Page 11: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

We now have 125 – 64 = 61 left over, which is one 32 = 25 and 29

left over,

Page 12: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

so we have: 1(26) + 1(25) + ?(24) + ?(23) + ?(22) + ?(21)+ ?(20)

Page 13: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

In the left-over 29, there is one 16 = 24, with 13 left over,

Page 14: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

so we have: 1(26) + 1(25) + 1 (24) + ?(23) + ?(22) + ?(21)+ ?(20)

Page 15: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

In the left-over 13, there is one 8 = 23, with 5 left over,

Page 16: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

so we have: 1(26) + 1(25) + 1(24) + 1(23) + ?(22) + ?(21)+ ?(20)

Page 17: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

In the left-over 5, there is one 4 = 22, with 1 left over,

Page 18: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

so we have: 1(26) + 1(25) + 1(24) + 1(23) + 1(22) + ?(21)+ ?(20)

Page 19: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

In the left-over 1, there is no 2 = 21, so we still have 1 left over,

Page 20: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

and our expression is: 1(26) + 1(25) + 1(24) + 1(23) + 1(22) + 0(21)+ ?(20)

Page 21: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

The left-over 1 is one 20, so we finally have:

Page 22: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

1(26) + 1(25) + 1(24) + 1(23) + 1(22) + 0(21)+ 1(20) =

Page 23: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

1(26) + 1(25) + 1(24) + 1(23) + 1(22) + 0(21)+ 1(20) = 11111012

Page 24: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

12510 = 11111012

Page 25: MATHCOUNTS TOOLBOX Facts, Formulas and Tricks. Lesson 5: Different Bases base 10 to base 2

Fini!