Introduction to number systems and binary | Pre-Algebra | Khan Academy

Khan Academy
18 Jul 201409:59

Summary

TLDRThis educational video script delves into the evolution of human counting systems, highlighting the transition from basic tallying to complex number systems. It emphasizes the significance of the base 10 (decimal) system, attributed to our 10 fingers, and its efficiency through place value and powers of 10. The script also introduces the binary system, foundational to modern computing, with its simple two-symbol set of 0 and 1, and how it operates on powers of 2. The video promises to explore other systems like hexadecimal in future episodes, aiming to deepen viewers' appreciation for the beauty and utility of numerical representations.

Takeaways

  • 🌟 Humans have always counted and sought ways to represent quantities, which led to the development of number systems.
  • 🗣️ Early humans might have used simple counting methods, like tallying days since the last rain, before naming numbers.
  • 🔢 Every language has unique names for numbers, reflecting the universal need for a system to keep track of quantities.
  • 📚 The script introduces the concept of place value, which is crucial for understanding how numbers are represented and calculated.
  • 🖐 The base 10 (decimal) system is likely chosen because humans have 10 fingers, making it natural to group and count in tens.
  • 🔐 The decimal system uses 10 digits (0-9) to represent numbers, with each position indicating a power of 10, from ones to hundreds, thousands, and so on.
  • 💡 The script explains how place value works in the decimal system, using the number 231 as an example to show how each digit contributes to the total value.
  • 💻 The base 2 (binary) system is introduced as the foundation of modern computing, with a focus on the on/off states of computer hardware.
  • 🔄 The binary system uses only two symbols, 0 and 1, which correspond to the on/off states of computer components like transistors and logic gates.
  • 🔢 The script demonstrates how to represent numbers in binary, with a focus on powers of 2, and provides an example of how the decimal number 231 is represented in binary as 11100111.
  • 🚀 The video promises to explore other number systems like hexadecimal in future episodes, hinting at the diversity and complexity of numerical representations across different systems.

Q & A

  • Why did early humans need to count and represent numbers?

    -Early humans needed to count and represent numbers to keep track of various things, such as the days since it last rained, which was essential for survival and planning.

  • How did the naming of numbers evolve over time?

    -Initially, humans used physical objects or gestures to represent numbers. Eventually, they realized the need for standardized names for numbers, leading to the development of numerical words in different languages.

  • What is the significance of the base 10 number system?

    -The base 10 number system, also known as the decimal system, is significant because it is based on the number of fingers humans typically have, which is 10. This made it natural to think in terms of bundles of 10.

  • Why is the base 10 system efficient for humans?

    -The base 10 system is efficient because it uses place value, allowing us to represent large numbers compactly and perform calculations more easily than if we had to count individual units.

  • What is the role of the number 231 in illustrating the base 10 system?

    -The number 231 is used to demonstrate how place value works in the base 10 system, where each digit represents a different power of 10, and the number is the sum of these values.

  • How does the base 2 number system, or binary, differ from the base 10 system?

    -The base 2 system, or binary, differs from the base 10 system by using only two symbols, 0 and 1, and having place values that are powers of 2 instead of 10.

  • Why is the binary system fundamental to modern computing?

    -The binary system is fundamental to modern computing because it aligns with the on/off states of transistors and logic gates, which are the building blocks of computer hardware.

  • What is the process of converting a decimal number to binary?

    -The process of converting a decimal number to binary involves breaking down the number into sums of powers of 2, where each digit in the binary representation indicates the presence or absence of that power of 2.

  • How is the number 231 represented in binary?

    -The number 231 is represented in binary as 11100111, which corresponds to one 128, one 64, one 32, zero 16s, zero 8s, one 4, one 2, and one 1.

  • What other number systems will be explored in future videos according to the script?

    -In future videos, other number systems such as hexadecimal, which uses 16 digits, will be explored, along with methods for converting between different bases.

Outlines

00:00

📚 The Evolution of Number Systems

This paragraph delves into the historical development of number systems, explaining how early humans began counting and representing quantities. It highlights the cumbersome nature of representing numbers with words and the subsequent invention of numerical symbols. The paragraph emphasizes the significance of the base 10, or decimal, system, which is attributed to the number of human fingers. It illustrates how numbers are constructed in this system through place value, using the example of the number 231. The concept of place value is explored, showing how each position in a number represents a power of 10, leading to the understanding of how numbers are built upon powers of 10.

05:00

💡 Binary System and Modern Computing

The second paragraph focuses on the binary system, which is fundamental to modern computing. It contrasts the decimal system with binary, which uses only two symbols: 0 and 1. The reason for binary's utility in computation is tied to the hardware of computers, which operates in states of on or off, mirroring binary's structure. The explanation extends to how binary places are constructed, with each position representing a power of two rather than ten. The paragraph provides a step-by-step guide to building binary places and culminates in representing the decimal number 231 in binary as 11100111, breaking down its composition to show the equivalence between the two systems. It concludes by hinting at future explorations of other number systems, such as hexadecimal.

Mindmap

Keywords

💡Counting

Counting is the process of determining the number of elements in a set. In the video, counting is depicted as a fundamental human activity, essential for keeping track of time and events. The script uses the example of counting days since the last rain to illustrate the origin of numerical systems. Counting is foundational to the video's theme as it leads to the development of number systems for more efficient representation and manipulation of numbers.

💡Number Systems

A number system is a collection of symbols and rules that represent numbers. The video emphasizes the invention of number systems as a significant advancement, allowing humans to efficiently represent and calculate with numbers. The script explains that number systems evolved to address the limitations of counting, with different cultures developing various systems, each with unique symbols and bases.

💡Base 10 (Decimal System)

The base 10 system, also known as the decimal system, is a positional numeral system that uses ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. The video explains that this system is likely chosen because humans typically have ten fingers, making it natural to group items in tens. The script uses the number 231 as an example to demonstrate how place value works in the decimal system, where each position represents a power of ten.

💡Place Value

Place value is the significance of a digit based on its position within a number. The video script explains how place value works in the decimal system, where each position to the left increases the value by a power of ten. For instance, the number 231 is broken down into 2 hundreds, 3 tens, and 1 one, illustrating the concept of place value.

💡Binary System

The binary system is a base 2 numeral system that uses only two symbols: 0 and 1. The video highlights the binary system as the foundation of modern computing, as it aligns with the on/off states of computer hardware like transistors and logic gates. The script explains how binary numbers are constructed using powers of two, differentiating it from the decimal system's powers of ten.

💡Transistors

Transistors are semiconductor devices used to amplify or switch electronic signals and electrical power. In the context of the video, transistors are mentioned as part of the hardware that enables the binary system to function within computers. They operate in an on/off state, which corresponds to the binary digits of 1 and 0.

💡Logic Gates

Logic gates are fundamental building blocks of a digital circuit, performing basic logical operations on one or more binary inputs. The video script mentions logic gates as components that work with transistors to enable the binary system's computation. They are crucial for the operations that computers perform, which are based on binary.

💡Exponents

Exponents are used to denote the power to which a number is raised. In the video, exponents are explained in relation to place value, where each position in a number represents a different power of the base. For example, the tens place is 10^1, the hundreds place is 10^2, and so on. This concept is used to explain how moving to the left in a number multiplies the value by the base, whether in decimal or binary.

💡Hexadecimal System

The hexadecimal system is a base 16 numeral system that extends beyond the decimal system by including six additional symbols: A, B, C, D, E, and F, representing the values ten to fifteen. The video script teases the exploration of the hexadecimal system in future videos, indicating its relevance in computing and its use for representing larger numbers more compactly than binary.

💡Conversion

Conversion in the context of the video refers to the process of changing a number from one base to another. The script discusses the idea of representing the same number in different bases, such as binary or decimal, and implies that future videos will delve into the methods for converting between these systems. Conversion is essential for understanding and using different number systems effectively.

Highlights

Humans have been counting and representing numbers since ancient times.

Early humans used physical objects to keep track of quantities.

The development of number names was a significant step in representing numbers.

Every language has different names for numbers, reflecting cultural diversity.

The physical representation of numbers was bulky and inefficient.

The invention of number systems revolutionized how humans represent and calculate numbers.

The base 10, or decimal, system is the most familiar to us, likely due to the number of human fingers.

The base 10 system uses ten digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

Place value in the base 10 system allows for efficient representation of numbers.

The number 231 is used to illustrate the concept of place value in the base 10 system.

The base 10 system is based on powers of 10, which is intuitive for humans.

Binary, or base 2, system is fundamental to modern computing.

Binary system uses only two symbols, 0 and 1, which correspond to on and off states in computer hardware.

Binary system's place values are powers of two, unlike the base 10 system.

The number 231 can be represented in binary as 11100111, demonstrating the conversion between number systems.

The video encourages viewers to appreciate the beauty and utility of number systems.

Future videos will explore other number systems like hexadecimal, which uses 16 digits.

Transcripts

play00:00

- [Voiceover] For as long as human

play00:01

beings have been around we've

play00:03

been counting things, and we've been

play00:06

looking for ways to keep track and

play00:08

represent those things that we counted.

play00:10

So, for example if you were

play00:12

an early human and you were

play00:14

trying to keep track of the days

play00:16

since it last rained you might say

play00:17

okay let's see it didn't rain today so

play00:20

one day has gone by, and we now use

play00:24

the word one, but they might have

play00:26

not used it back then.

play00:27

Now another day goes by.

play00:29

Then another day goes by.

play00:31

Then another day goes by.

play00:33

Another day goes by.

play00:34

Another day goes by.

play00:36

Another day goes by, then it rained.

play00:38

And so when his friend comes

play00:40

he says, "Well, how long has it been

play00:41

since we last rained."

play00:43

Well you would say, "Well, this is how

play00:45

many days it's been."

play00:46

And your friend would say, "Okay,

play00:47

I think I have a general sense of that."

play00:49

And at some point they probably

play00:50

realized that it's useful to have names

play00:52

for these.

play00:52

So they would call this one, two, three,

play00:55

four, five, six, seven.

play00:57

Obviously every language in the world

play00:59

has different names for these.

play01:00

I'm sure there are lost languages

play01:01

that had other names for them.

play01:03

But very quickly you start to

play01:05

realize that this is a pretty bulky

play01:07

way of representing numbers.

play01:10

One it takes a long time to write down.

play01:13

It takes up a lot of space,

play01:14

and then later if someone wants to

play01:16

read the number they have to sit here

play01:17

and count.

play01:18

It's hard enough with seven,

play01:20

but you could imagine if there were

play01:21

what we call 27 of it, or 1000 of it.

play01:24

Then it would take up, possibly, a whole

play01:26

page and even when you counted

play01:28

you might make a mistake.

play01:30

And to solve this human beings

play01:33

have invented number systems.

play01:35

And it's something that we take for granted.

play01:37

You might say, "Oh, isn't that just the

play01:39

way you've always counted?

play01:40

But hopefully over the course

play01:41

of this video you'll start to appreciate

play01:42

the beauty of a number system

play01:44

and to realize our number system isn't

play01:47

the only number system that is around.

play01:49

The number system that most

play01:51

of us are familiar with is the base 10

play01:54

number system.

play01:55

Often called the decimal, the decimal

play01:57

number system.

play01:59

And why 10?

play02:01

Well probably because we have 10 fingers.

play02:04

Or most of us have 10 fingers.

play02:05

So, it was very natural to think

play02:07

in terms of bundles of 10 or to have 10

play02:11

symbols.

play02:12

So however many bundles you have

play02:13

you can use your fingers and eventually

play02:16

your symbols to think about how many there are.

play02:19

And since we needed 10 symbols

play02:20

we came up with zero, one, two, three, four,

play02:25

five, six, seven, eight, nine.

play02:29

These 10 digits, these are our 10 symbols

play02:31

that we use in the base 10 system.

play02:34

To just give us a little bit of a reminder

play02:36

how we use them imagine the number 231.

play02:43

So, 231. 231.

play02:51

What does this represent?

play02:53

Well, what's neat about number systems

play02:54

is we have place value.

play02:57

This place all the way to the right,

play02:59

this is the ones place.

play03:00

This is the ones place.

play03:02

This literally means one, one.

play03:04

One bundle of one.

play03:05

So, this is one, one right over here.

play03:08

This right over here, this is in the 10s place.

play03:11

This is in the 10s place.

play03:13

This three here, literally means three 10s.

play03:18

So this literally means three 10s.

play03:20

And this two here, this two here is in

play03:24

the 100s place.

play03:25

It's in the 100s place.

play03:30

So, this represent two 100s.

play03:34

You add them together and once again

play03:36

I'm still thinking in base 10, you'd

play03:38

get 231.

play03:39

This is two 100s plus three 10s plus one.

play03:47

In our base 10 system notice every

play03:49

time we move to the left we're thinking

play03:52

in bundles of 10 of the space

play03:54

to the right.

play03:55

So, this is the ones place.

play03:58

You multiply by 10, you go to the 10s place.

play04:01

You want to go to the next place

play04:04

you multiply by 10 again.

play04:05

You get the 100s place.

play04:08

If you're familiar with exponents,

play04:10

one is the same thing as 10 to the zero power.

play04:13

10 is the same thing as 10 to the first power.

play04:20

So this is the 10s place. Three tens.

play04:22

And 100 is the same thing as 10

play04:24

to the second power.

play04:27

Obviously we could keep going on and on

play04:28

and on and on and on.

play04:29

That is the power of the base 10 system.

play04:32

So, you might be curious now.

play04:34

"Well, what if this wasn't 10 here?

play04:36

What if we did, let's just go as simple

play04:38

as we can. You can almost view this

play04:39

as a base one system.

play04:40

You only have one symbol right over here.

play04:43

But what if we went to something slightly

play04:46

more complex, a base two system.

play04:49

You'd be happy to know that not only

play04:52

can we do this, but the base two system

play04:55

often called the binary system.

play04:57

This is called the decimal system.

play04:58

The base two system often called

play05:00

the binary system is the basis of all

play05:02

modern computing.

play05:03

It's the underlying mathematics

play05:06

and operations that computers perform

play05:07

are based on binary.

play05:10

And in binary you have two symbols.

play05:12

You have zero and you have one.

play05:15

The reason why this is useful for computation

play05:16

is because all the hardware that we use

play05:18

to make our modern computers, all

play05:21

of the transistors and the logic gates

play05:22

they either result in an on or an off state.

play05:26

On or an off state.

play05:28

And so what we do is when you use

play05:29

your calculator or whatever you might

play05:31

be operating in base 10, but underlying

play05:33

everything it is doing the operations

play05:35

in binary.

play05:38

But you might say well how do we

play05:39

actually think in terms of binary?

play05:41

Well, we can construct similar places here,

play05:45

but instead of them being powers of 10

play05:47

they're going to be powers of two.

play05:50

So, let's set up some places here.

play05:52

So, all the way on the right

play05:55

two to the zero power is still one.

play05:57

So we can still call that the ones place.

play06:00

Then we can move to the left of that.

play06:02

We can move to the left of that.

play06:04

That would be two to the first power.

play06:05

So we could call that the twos place,

play06:08

and I can even write it out if I want.

play06:09

Twos place instead of the 10s place.

play06:13

Then I could keep going.

play06:14

Instead of this space being the 10 to

play06:16

the second or the 100s place, it will be

play06:18

the two to the second, or the fours place.

play06:23

And I can keep going.

play06:26

I encourage you actually to pause

play06:27

the video and try to build this out

play06:29

for yourself.

play06:30

What would this be?

play06:31

Well this would be two to the third,

play06:33

or the eights place.

play06:34

Notice every time we're doing this

play06:36

we're multiplying by two.

play06:37

Everytime we go to the left,

play06:41

just like we multiplied by 10 here.

play06:43

So notice everywhere you see this 10s

play06:45

we're now dealing with twos.

play06:47

Let's keep going.

play06:48

Let's keep going and then we can actually

play06:49

represent this number using binary.

play06:53

So, let's do that.

play06:54

So, this right over here I've already

play06:56

used that color.

play06:58

This right over here, this is two

play07:01

to the fourth.

play07:01

We could call that the 16s place.

play07:04

Then we could have --

play07:07

I'll reuse some of these colors.

play07:08

This is two to the fifth.

play07:10

We could call this the 32s place.

play07:14

Then we can go two to the sixth.

play07:21

We can call that, multiply by two again,

play07:24

or two to the six is 64.

play07:26

So this is the 64s place.

play07:27

Tells us how many 64s we have. Zero or one 64s.

play07:31

We'll see that in a second.

play07:33

Then we can go over here.

play07:35

This would be two to the seventh.

play07:38

That would be the 128s place.

play07:46

And we can obviously keep going on

play07:47

and on and on, but this should be enough for

play07:49

me to represent this number.

play07:51

In future videos I will show you how

play07:52

to do that, but let's actually represent

play07:54

the number.

play07:55

It turns out that this number

play07:56

in decimal can be represented

play07:58

as 11100111 in binary.

play08:22

What does this mean?

play08:23

This means you have one 128 plus one 64,

play08:26

plus one 32, plus no 16s, plus no eights,

play08:31

plus one four, plus one two, plus one one.

play08:38

So you can see that these are going

play08:39

to be the same thing.

play08:40

Notice, this is one 128.

play08:43

So it's 128, plus 64, plus 32.

play08:51

We have zero 16s, zero eights.

play08:54

So we're not going to add those.

play08:55

Plus four, one four.

play08:59

Plus one two.

play09:04

Plus one one.

play09:06

And add these together,

play09:07

and once again when we're doing this,

play09:08

when I'm writing it this way I'm

play09:09

kind of using the number system

play09:11

that we're most familiar with.

play09:12

We're most used to doing the operations in,

play09:14

but when you do it you will see that

play09:16

this is the exact same number as 231.

play09:19

This is just another representation.

play09:21

One isn't better than the other.

play09:23

The only reason why I converted this

play09:24

is this is what I'm used to thinking in.

play09:27

It's what I'm used to doing operations in.

play09:29

So, hopefully you find that pretty interesting.

play09:31

To me, this kind of opened my mind

play09:33

to the power of even our decimal system.

play09:36

In future videos we'll explore other

play09:38

number systems.

play09:39

The most used ones, base 10 is

play09:40

used very heavily, binary and there's

play09:43

also hexadecimal where you don't have

play09:45

two digits or not 10 digits, but you have 16 digits.

play09:51

And we'll explore those in future videos

play09:53

and how to convert between or rewrite the

play09:56

the different representations and different bases.

Rate This

5.0 / 5 (0 votes)

Ähnliche Tags
Number SystemsDecimal SystemBinary SystemComputingMathematicsHistoryEducationalTechnologyCulturalNumerals
Benötigen Sie eine Zusammenfassung auf Englisch?