Base two (binary) arithmetic uses only two digits (0 and 1) instead of the ten digits in base 10. To convert from base 10 to base 2, repeatedly divide by 2 and record remainders, then read from bottom to top. To convert from base 2 to base 10, label positions from right to left starting at 0, multiply each digit by 2 raised to its position, and sum the results. Basic operations like addition and subtraction follow the same principles as base 10 but require dividing by 2 when sums exceed 1 (for addition) or borrowing 2 (for subtraction) instead of 10.
深度探索
先修知识
- 暂无数据。
后续步骤
- 暂无数据。
深度探索
Base Two Arithmetic本站添加:
Hello everyone. If you can hear me, type in the comments loud and clear.
If you can hear me, type in the comments loud and FL.
All right. Good.
So, tell me where where you are streaming from.
Tell me where you're streaming from.
Your name and your class.
Tell me where you're streaming from, your name, and your class.
your name, where you're streaming from, and your class.
Hola Marvelous JS2 streaming from Oun State Nigeria.
You're welcome.
Tamo streaming from Enugu JS1 Chamso you're welcome Emmanuel streaming from Lagos JS1 you're welcome Mario and Steven from Anra states just three and just one Mario and Steven you're welcome Esther Oun states GS1 Esther you're welcomed Fidelis streaming from Nasar states Yan what class you're welcome Collins GS3 streaming from Lagos Collins you're welcome Sakina vs3 streaming from Kaduna State.
Sakina, you're welcome.
You are welcome.
Oh, Goss Light JS1 streaming from UN State, Nigeria.
light. You're welcome.
Goodness streaming from Ibadon.
JS2.
Goodness, you're welcome. Emmanuela from UN States. Manuela, you're welcome.
What class are you?
Leilani Y streaming from UK.
Leilani, you're welcome.
This is for JS1 to three.
JS1 to three. Okay.
Salem Olani streaming from Kaduna States GS1. Salem, you're welcome.
Emmanuela from Aun State GS3. Emmanuela, you're welcome. All right. You guys are welcome. I hope you had a good time especially yesterday. Yesterday was children's day. Hope you enjoyed your holidays.
All right. And then I would want to know if you're ready for today's class. If you have your pen and your notebook, type in the comments pen and notebook.
Type pen and notebook.
If you don't have yours, go and get it.
We're about to start. Type in the comments pen and notebook.
If you have your pen and notebook, type in the comments pen and notebook.
Right.
I can see some of us typing pen and notebook.
If you have your pen and notebook with you, type in the comments pen and notebook.
Right. All right. Okay. One last thing before we start.
I want you to invite your friends today.
If you've not done that before, you have to do it today. If you've done it before, you have to do it again. So, invite your friends, share the link.
You'll see a share button under the video. Share it to maybe your status or to your class group. Whichever way you know your friends will get to see that that link.
Always do that. It will by doing it regularly your cycle of friends will get to know about this class and you would have done them a great favor. Right? So share it and type in the comments feared.
Type in the comment shared. Okay.
Before we start, type in the comment feared.
Once you share it, type in the comment shared. If you are in the WhatsApp channel, just click on just share that the link I just sent to it to the channel and share it to a group or your status.
Type in the comment shared once you share. Okay.
All right, Chin, thank you for sharing.
Once you share, type in the comment share.
I'm waiting.
Right. Um, Paulina, thank you for sharing once you share. Type in the comments.
Share.
Okay. Can seeaka naka. Thank you for sharing.
Solomon, thank you for sharing.
Very well. Make sure you share the link.
It's a way to show that you want the best for your friends. Okay?
Make sure you always share the link.
All right. Today we are looking at an interesting topic based to arithmetic and this is something that we must have started doing right from primary school but today we want to make it as simple as possible for every one of us. So by the end of today's class, B 2 arithmetic will be or should be a walk over for you. There should be nothing in B2 arithmetic that you should not that you will not be able to do.
For instance, you should be able to know how to convert between base two number and base 10 number. So conversion either you're converting from base 10 to base 2 or from base 2 to base 10. So after today's class, you should know that like the back of your finger.
Then you should know how to do basic operations. What do I mean by basic operations? Things like adding, subtracting, multiplying base two numbers.
Just the way you add, subtract, multiply base 10 numbers. You are aware of base 10 numbers. She started using B 10 numbers right from primary school right from NOS in fact. So today we want to look at base 2 arithmetic. Okay.
Now as I said we started using B 10 numbers right from primary school from even nursery. And for base 10 which is the normal counting number we have 10 digits. We have only 10 digits in base 10 numbers. And what are the digits? 0 1 2 3 4 5 6 7 8 and 9. These are the 10 digits we have in these 10 numbers.
So if you want to go beyond nine then you start combining these digits. If you go beyond nine you have to combine these digits to get the number you want. So for instance to get the next one which is 10 you have to now combine 1 and zero. So you have 10. To get the next one which is 11, you combine one and one which is 11.
To get the next one which is 12, you combine one and two. So you keep combining after you exhaust the first 10 digits.
So you can see that the numbers in base 10 have or the digits we have are 0 1 2 3 4 5 6 7 8 9 that is for base 10 but we have other counting or sorry we have other numbers in other bases.
So for counting normal counting we use base 10. But when you come to computing like when you come to computer language programming what computer understands is the base two or binary system where we just have two digits 0 and one. So in base two we only have just two digits zero and one. So in base two number you can't see two you can't see three you can't see any of these digits after this one after zero and one. So if you get if you go beyond one then you start combining just the way if you go beyond nine for base 10 you start combining these digits to form that number. So if you go beyond one, you have to now start combining zero and one to form whichever number you want to form after one for base two counting.
Do you understand? All right. So for instance, if you want to get the next one after one, you know, you won't write two because the only digits that is in base two number is 0 and one. So what do you do?
You have to combine this and this. That will give you 1 Z. Now how do you get 1 Z? This is the way you get 1 Z. So the next one after one is supposed to be two. But since you can't write two, what you would do is to divide two by the base we are considering which is base two. Right? So 2 / two you'd have one remainder 0. 2 by 2 is one remainder 0. So you write one and then zero.
So that's how we get 1 0. Then the next one you know what the next one will be which is three. But since you can't write three you say 3 / 2 this will give you one remainder one. So it means what you're going to write here instead of three would be one one.
So this is how you form numbers in base two counting. And remember I said in base two where we apply it is in computing computer language programming and all of that. Okay.
So but we can change between base 10 and base 2 and I'm going to show you how to do that and that will be the first thing that we'll do. How to change from base 10 to base 2 and then how to change from base 2 to base 10.
Let's go.
Let's start with changing from base 10 to base 2.
Let me start with this one. So I want to change 32 base 10 or 32 b 10 to base 2.
I want to change three to base 10 to base 2. How do I do it? Now, if you want to change from base 10 to any other base, all you need to do is to keep dividing that number.
Keep dividing whatever number you have there that you want to change. That is the number in base 10. Keep dividing by the required base. So, for instance, this one we have 32 base 10. We want to change it to base 2. So we keep dividing by two. Do you get? So let's divide 2 into 3 that will be one remainder one into 12 that will be six. No remainder.
So you you write remainder zero. There's no remainder. So you write remainder zero. So you keep dividing. 2 into 16 is 8. Is there remainder? No. So you write remainder zero. 2 into 8 is 4. Is there a remainder? No. So you write remainder zero. 2 into 4 is 2. No remainder.
So you keep dividing. You keep dividing.
2 into 2 is 1. There's no remainder. 2 into 1 is zero. Remainder one. So you have to divide until you get to zero. Do you get? You divide until you get to zero.
When you get to zero, you read up the remainder from bottom up like this. So it means 32 base 10 32 base 10 in base 2 will be 1 0 0 0 base 2. So you can write it out as the like this 32 base 10 is equal to 1 0 0 0.
How many zeros? Five base two.
So you can see we can't write 32 in base 2 like this because we don't have the digit three in base 2 and we don't have the digit two in base two. So we have to break it down into zeros and one. It has to be only a digit zero and one that you can write in a base two number.
Do you understand? Good. So you're going to do one for me.
You're going to change.
So we are still changing from base 10 to base 2. You're going to change for me 47.
Change or convert 47 base 10 to base 2.
Change 47 B 10 to base 2. Let me know your answer in the comments.
Let me know your answer in the comments.
So, remember what we said we we you're going to do. You keep dividing by two.
noting the remainders. So when you get to zero, then you now read up the remainder from bottom up. So he's doing that for us.
First person to get it gets a shout out.
47 B 10 to B 2.
47 B 10 2 B 2 I've not done this so I would I will do it with you guys.
47 B 10.
All right. So, Mario says 1 0 1 1.
That is four ones base two. Mario.
Okay.
Mario. Well done. I'll check if you're correct.
Um, David says one one base 2. Same thing with what Mario said. All right.
Well done.
Okay.
One one one Ibraim.
Ibrahim says one one. Am I getting something different from Sabira? Okay.
She has deleted it.
Okay. One11 base 2. Paulina. Paulina says the same thing um Mario, David and Ibraim have said. All right, that would mean maybe that's the correct answer. We going to check it.
All right. Uh Kenny says 1 1 0 011 is two H.
That's different from what others have gotten. All right, we're going to check if you're correct.
All right. Someone say um deep bassi deep basi says 101 one one base two same thing others um have said earlier. Okay that's cor that's good. 1011 one11 base 2i adi.
Okay, cheese. All right, we are all saying almost the same thing. Let's see if you guys are correct.
Let's see. So, we have 47.
Someone says he doesn't understand. So, listen carefully as I explain this.
Okay. So, we keep dividing. If you're changing from base 10 to any other base, keep dividing by that base you want to change to. So, in this case, we want to change to base two, right? So we keep dividing by two. 2 into 4 is 2. No remainder. 2 into 7 is 3 remainder 1.
So we skip dividing by 2. 2 into 2 is 1.
2 into 3 is 1 remainder 1. 2 into 11 that will be 5 remainder 1. 2 into 5 that will be 2 remainder 1. 2 into 2 is 1. There is no remainder. So we write remainder zero. Then 2 into 1 is zero remainder one. So we have to read up from bottom up like so.
So when you get to zero, you stop and read up the remainders from bottom up.
So that 47 B 10 will be equal to would be equal to one. We are reading from bottom 0 1 one one one base 2. Awesome. So most of us got it from from David Mario Ibraim. Most of you got it. Well done.
That's very good. So, we've seen how to change from base 10 to base 2. How about if you want to go back like for instance, you have this and you want to go back from base 2 to base 10. How do you how do you do it?
How do you do it? All right, I'm going to start with a smaller number with a smaller one instead of like this long one to show you how you change from base two back to base 10.
How you change from base two back to base 10. So for instance, if I have 1 1 0 1 base 2, I want to change it to base 10.
There are other ways you can see something like equation like this in the exam.
This one is from um junior y or if you call it in your school b convert 1 01 base 2 to denary.
This is another way to say base 10 denary.
Base two is binary.
Okay, binary. But base 10 is denary.
So you might see something like this denary. So you don't get confused. What they mean is base 10. Okay. So convert 1 1 0 1 base 2 to base 10.
How do we do this? The first thing you need to do is to label the digits. So starting with the one on the rightmost side that is this particular one you start labeling it as 0 1 2 3 0 1 2 3. So if the digits continue you continue as well to label it 4 5 6 7 like that. So once you label it then you can multiply. So we would say this is equal to one. We are actually expanding the digits one that is this one times the base this base raised to power the label raised to power the label like this. So you are done with this one. You move to the next one. 0 you say + 0 * the base raised to power the label we are changing from other base to base 10. So what we are doing for base 2 can be applied to any other base. So if you want to change from base 7 to base 10 is the same process that I'm doing now that you also apply. If you want to change from base 5 to base 10, the same thing. So 0 * 2 raised to power 1 plus we move to the next one which is this one. 1 * the base raised to power the label the label here is two right plus finally 1 * the base which is two raised to power the label. The label is what? Three.
So we have expanded this and whatever we get after doing this expansion will be the number in base 10. It will be the number in base 10. So let's go.
2^0 is what? Anything raised to power 0 is 1. Anything raised to power 0 is 1.
So 1 * 1 that will give us 1. So we are done with this 2^ 1 is 2 * 0 anything * 0 is 0. So we have + 0.
So we are done with this.
Moving on 2^ 2 power 2 is 2 * 2. What is 2 * 2? 4. So 4 * 1 is 4. So we are done with this.
And then finally 2^ 3 is 2 * 2 * 2 which is 8. 2 * 2 * 2 is 8. Now 8 * 1 is still 8. So we are done with this. So we say + 8. So when you add up 1 + 0 is 1 + 4 is 5 + 8 is 13.
So we have 13 b 10. So instead of writing 13 like if you want to write it in base 2 the equivalent of 13 is 1 0 sorry 1 1 0 1 base 2. So these two numbers are the same thing.
13 B 10 or 1 1 0 1 base 2. These are equal numbers. They are the same numbers. So you've learned how to change from base 2 to base 10.
If you have actually learned it, then you're going to do this for me. So you see the procedures. First of all, we label the digits. Starting with the rightmost digit, we label it as zero and keep going like that. 0 1 2 3. Then after labeling, we now expand. Starting with this one, we say 1 * the base raised to power the label. 1 * 2 raised to power 0. we move to the next digit which is 0 and we say 0 * the base which is 2 raised to power the label. So we keep doing that until we exhaust the digits and then we we simplify whatever we have add them up and that will give us the number in base 10. Okay so if you understood that then let's go with this one. you're going to change from me. This is a longer one, but it's is easy actually. Convert 1 0 1 0 1 base 2 to base 10.
So I can call it base 10. I can call it denary. Okay.
convert 1 0 1 0 1 base 2 to base 10.
Another way I can call it is decimal decimal. Decimal benary um base 10 all mean the same thing. So in case you see any of these expressions in maybe your exam or you see it anywhere you know they talking about the same thing which is base 10.
So who is doing that for me quickly?
Who is getting this for me? Who will be the first to get it? The first person to get it gets it. Shout out pass.
Oh, so we are already getting 21. Fumi Lion says 21 B 10.
Okay. Wow. This class is awesome. We're getting it so fast. David says 21 B 10.
Okay. Steven says 21 B 10. Blessing 21.
Okay.
Oh, someone says 23. Okay. Let's see who's correct. 23.
Adi Wally. Adi Wally says 23. Okay. 23 B 10. Vivian says 21 B 10. Okay. Vivian.
Um, someone says he's 13. Is that Mumus?
Mumus says he's 13.
13. Do you mean 13 B 10?
Okay.
Paulina says 29 B 10. 29. We are getting different answers. Cham says 21 B 10.
Okay. Cheese.
Um 21. Christristiana says 21.
Rachel.
Rachel says 21 B 10. Okay. All right.
Many of us says 21 B 10. Some says 29.
Some said 23.
I think I saw one that said 203. All right. Let's see who is correct.
Remember what we said we are going to do. We first label the digit starting with the rightmost one which is this. So we label it with zero 1 2 3 4. Now after labeling the digits what do you do next?
You now expand. Right? So um we start with one. We are expanding this one. we say 1 multiplied by the base which is 2 raised to power the label.
The label is zero plus the next one is zero. Now if I was like the one solving it myself I will not do this. Once I see zero as a digit I will just keep it because at the end of the day anything you multiply by zero will still be zero. Do you understand?
So, but let me just write it because I'm teaching. So, 0 time the base, which is 2 raised to power the label. The label is 1 plus the next one 1 * the base raised to power the label. The label is what? Two. Plus remember I said if you're solving on your like you're solving you don't need to write this zero because it will still give you zero so no need writing it but let's write it because I'm teaching 0 * the base raised to power the label the label is what three then finally this one 1 * the base the base is 2 raised to power the label which is 4.
Good. Now let's add up. Let's simplify.
Starting with this one. 2^0 is what? 1.
Anything raised to power 0 is 1. 1 * 1 is 1. So we are done with this. Let's move to the next one.
2^ 1 2^ 1 is 2. Then time z is zero. So that's why I said for these ones I wouldn't have written it if I was solving on my own. Then I'll move to the next one. 2^ 2 is 4 and 4 * 1 is still 4. Good. Then I'll move to the next one which is this 2^ 3. 2^ 3 is 2 * 2 * 2 which is 8. 8 * 0 is 0.
Okay. Then plus the last one.
The last one 2^ 4 is 2 * 2 * 2 * 2 which is 16.
16 * 1 is still 16.
So when we add what are we going to get?
1 + 4 is 5. 5 + 16 is 21.
So most of us got it. 21 base 10.
So the equivalent of 1 0 1 01 base 2 in base 10 is 21. Do you understand? So you can see how we change between different bases. So if you are writing 21 as a base two number, this is how you are going to write it. This one here. And if you want to write this 1 0 1 0 1 as a base 10 number, this is the way you are going to write it.
What that means is that if you write 21 in computing like you type 21, what the computer understands as 21 is 1 0 1 0 1 because it will convert it back to base two because the computer understands only binary numbers 0 and one. Is that clear? Good. So, we've learned how to convert between bases. Now let's go on to basic operations.
In maths we have different types of operations. The basic ones are addition, subtraction, multiplication, division.
These are the basic operations in mathematics. So we want to know how do you add in other bases like how do you add a base two number is it the same way you add in base 10 how do you subtract a base two number is it the same way you subtract in base 10 that's what we want to know in this section okay so quickly I'm going to be adding let's start with addition I'm going to be adding 1 0 1 one.
This is in base two. I'm adding it to 1 1 0 1.
So this is the addition I want to do.
And of course I will leave my answer in base two. So let's add.
Pay close attention so that you don't miss it. Once you get the the concept behind it, it doesn't matter how big the number is, you will always get the answer because it's just about the concept, the understanding. So don't be distracted. Just pay close attention. 1 + 1 is what? Is two.
But would you write two? No. Why?
because you are only working you are working in base two and it only contains the digits 0 and one. So you can't write two.
What do you do instead?
This is what you do. Remember what I said earlier. You have to now divide by the base. This will give you one remainder zero.
You might not know that this is what you are doing in base 10 addition. You might not know but this is exactly what you are doing in B 10 addition. Because for instance, if you want to add this 30, let's say 39 + um + 14.
This is in base 10. If you say 9 + 4, what do you normally do? You say it's 13, right? But would you write 13 here?
No, you don't write 13. What do you do?
You say write three and carry one, right? But you didn't know that this is what you actually did. What do I mean?
That 13 you got eh? You say 13ide by 10. This is one remainder three.
Okay.
So you are actually writing the remainder which is three and then taking this one to the next place value.
That is what you are doing. But you we you are not taught that this is the step you actually took because it's very easy to divide by 10.
Anytime you divide by 10, of course, it will be the first digit that will be what 10 goes into and then the remainder will be the next digit. That's why we just say write if you get 13, write this and carry the next one to the next to the place value.
But this is actually what you did in base 10. This is what you are doing unknowingly. I'm sure you didn't know that this is what you're actually doing.
But for base two and any other base, you have to consciously do it.
So that's the only um difference between adding in base 10 and adding in other bases.
You do it. It's the same thing you are doing but unconsciously you are just doing it because that is like the way you were trained from maybe primary school. You write if you have 13 you simply write three and carry one. That's what you told. But this is exactly what you did. You divide by 10. This is one remainder three. So that's why you are writing three and carrying one to the next place value. So that's what we are going to be doing here because you can't just for instance you get two. You might not know what to write here.
You might not know what to write. So you have to now do the division like consciously that's the only difference.
The fact that you have to divide by the base consciously is the only difference between adding in base 10 and adding in other bases. So 2 / two we have one remainder zero.
So what we are going to write will be this remainder and then we take the this one to the next place value. Do you understand? So 1 + 1 + 0 is still two. So we have already done the division for 2. 2 / 2 is 1 remainder 0. So we still write the remainder which is zero and take one to the next place value. 1 + 1 is two.
We've already done the division for two.
So we know that what we are supposed to write will be zero. So we take 1 to the next place value. Then 1 + 1 + 1 is 3.
So you've not done division for three.
So we have to divide 3ide by two is one remainder 1. So we have to write this one the remainder and then take this one to the next place value. But since you don't have anything here, you just bring that one down.
You get it? So we have one 1 0 0 0 base 2.
This might look as though it's hard hard, but it is not. It's exactly what you are doing with base 10. The only difference is that you you are unconsciously doing this division because it's very easy to divide with 10. You're unconsciously doing it. But now you have to consciously do it because you are dividing with other bases. You are not you are not used to them. Do you understand?
All right. So let's go over it again.
1 + 1 is two. But we wouldn't write two.
Why? Because two is not a digit in base two number. We only have zero and one.
So because of that we have to divide two by two. This will give us one remainder zero. We write the remainder which is zero and then take one to the next place value. So that's what we kept doing until we got our answer. Now you will do this for me.
One one one is two. You're adding it to one one 0 1 base 2 and you're also adding it to 1 0 1 base 2. Do this addition for me.
Remember 1 + 1 + 1 is 3. But you can't write three, right? You know what to do.
So do it and let me know what you get.
who gets the answer first.
This class is just one to three and yet some people don't know some people are behaving like they in primary primary school.
So you come to a live class like this and all you can do is chat.
It shows you're not a serious student.
I don't have time for those kind of students.
Someone says 212 binary. 212. I don't get that.
What is 212 binary?
What is the answer for for four?
I don't get that as well. What's the answer for four? What What do you mean?
All right. Angela says 1 1 0 0 is two. Okay, Angela, we are going to check if you're correct. I doubt that you are, but let's see.
Okay.
1 1 1 01 1 1 1 01.
Okay, that's awesome. Let's see if you're correct. Uh Vivian says 1 0 01 B 2.
We are getting very different answers.
Uh Mr. theorist says 1 0 01 base 2. All right. You know what? When I solve it, then you'll know if you are correct. But do well to put your answer down. Okay?
Do well to put your answer down.
Um I can see Chin Chin says 1 0 01 is two. Same thing with Vivian.
Okay.
Um or here, sorry. Or here go lights.
Gosh lights.
Okay.
Yeah. If your name is different from what appears as your username, always add your name to your answer. Okay.
All right. I can see 1 0 0 1.
Um Amaz 0 three zeros then one.
All right. We getting so many different answers. Let's do it together.
So let's add 1 + 1 + 1 is 3. But would you write three? This is a base two number. You only have 0 and 1. So you can't write three. What do you do? You have to divide three by two. You say 3 / two. This will give you one remainder one. It is the remainder that you will write. Then then this one you have to take it to where the next place value.
Do you understand? So now 1 + 1 that will be two. So you can't write two as well. So you have to say 2 / two. This is one remainder zero. Again it is the remainder that you would write. Then this one you take to the next place value. So you have this.
Now 1 + 1 + 1 + 1 is four. Would you write four? No. You have to divide four by two. This will give you what?
This will give you two remainder zero. So you have to write the remainder only the remainder you write.
Then you take two to the next place value.
So let's go. 2 + 1 + 1. 2 + 1 + 1 is four. What would you do? You will not write four. You have to write zero.
Right?
and then take two to the next place value. So we got four right? So we say two remainder zero. You write the remainder which is zero and then take two to the next place value. So you are writing two in this place here.
Now why we we will not just write two like we did for the last one here is because two cannot be a digit in base two number. So what do we do?
You divide again by two. We already divided by two before. So two 2 / two is one remainder zero. So we write the remainder zero and take one to the next place value. We don't have anything here. So we just write that one down.
This class is amazing. I think many of us got the answer. 1 0 0 0 1 base 2.
Wow. This class is amazing.
Okay. Collins one 0. Yeah, Collins got it.
got it. Many of us got it. Wow. Cham got it. I think Oh, here go light got it as well.
But not all of us got it anyways.
I think um the I think where we started um getting it wrong is around this place where we got four or something like that. Maybe around here. But you you see how we how I explained it, right? So we got four around here, right? 2 + 1 + 1 is four.
So we say 4 / 2.
This will give us two remainder zero. So we write the remainder which is zero here. Then this two we take to the next place. But we can't just write two. We say 2 / 2.
This will give us one remainder zero. So it's this remainder zero that we write.
Then take this one to the next place value like that. So if you keep dividing and the number you you need you took to the next place value is still bigger than zero and one.
What do you do? You keep taking you keep dividing and writing the remainder. Keep taking it to the next place value like that. Do you understand?
So if for instance we get a very big number like six, you keep dividing like 6ide by two. You say three remainder zero. Okay? You write zero carry three to the next place value. You divide.
So in in reality what you are doing is you are changing this six from base 10 to base 2. Anyways let's move on.
I think this will be the last one because of time.
I will just take subtraction as the last one because of time. So let's move on to subtraction. We are still dealing on basic operation with these two numbers.
1 1 1 0 B 2 - 1 0 1 1 base 2. How do we do this subtraction?
Subtraction. Okay, pay close attention.
You do subtraction just the way you do subtraction in base 10, but you see a bit a little bit different.
So 0 minus one cannot go. What do you do? Normally in base 10, you say you borrow one from the next place value, right? And that one will make this 10.
But that is because you are working in base 10. Anything you are boring is actually 10.
But if you are boring in base two number, what you are boring is not 10 but two.
If you're working in base three number what you are borrowing is not 10 but three. So but now we are working in base two. So that one I borrowed from this one here will be two not 10. That is the difference. So now we have 2 minus one. That one can go. So we have one. All right. But this one that I borrowed one from will now be zero. 0 - one cannot go. So I have to borrow again from this one. So this will be this will now be two. Right? So we have 2 - 1 is 1. Now this one will be what? 0 because I bled one from it. 0 - 0 is 0.
1 - 1 is 0. So we can rewrite this as 1 1 2. You know that any if you have zero before in any number you have like zero maybe I have 0 02 this thing is same thing as two if it is in front of the if it's in front of two then this whole zero doesn't mean much. So you can you can remove this 0 0 but if it is behind it like 0 0 then this is 200. You can't just remove this. You understand? Good.
So our answer is 1 1 base 2.
Now do this for me. This will be our last one. Subtract subtract 1 1 b 2 from 1 one 1 0 b 2. Subtract 1 one one b two from this.
So the first thing you have to do is to know how to arrange what how would you arrange this if you're subtracting then do the subtraction and let me know what you get.
This our last one.
Or here says 1 0 1 1.
Are you answering this one? 1 0 1 1.
Okay. I don't know if you're correct.
I've not done it.
David says one one B2. One one B2.
All right.
Says 111 B2.
One. Okay. EV says 111. Wow. Okay. Most of us are getting 111. Let's see if you guys are correct. This is our last one.
And I hope you guys are correct.
Let me do it. Okay, let's do it together. So, we want to subtract this from this. How would you arrange this?
First of all, you bring So, this is the one you put on top, right? Because you're subtracting this one from it.
So, this base two minus, you know, when you're subtracting, you have to know how to place a digit in in the proper order. You don't start writing this like this. This will be wrong.
You have to start from the unit place. So this will be the right way to write to make this arrangement.
Okay. So once you make the arrangement, you should be able to get the answer 0 minus one. It cannot. So I have to borrow right. I have to borrow from one.
This will become zero. And I'll take that one here. Now, but that one you borrowed is actually a base two number.
So, that number is two, not 10. 2 - 1 is 1.
0 - 1. You can't, right? So, you have to borrow again. So, I'm borrowing from this. This will be zero. Now, this will be two. 2 - 1 is 1. Now, this is already zero. So, you cannot you can't subtract one from zero. So you have to borrow again. This will be zero. And that one you borrowed is actually two. 2 - 1 is 1. And so we are done. 1 one is 2.
Almost all of us got the answer. Wow.
This class is amazing.
All right. That's it for today.
Um I didn't explain that of multiplication, but it's almost the same thing. It's almost the same thing with what you what I've explained for addition and subtraction.
So, let me know how was today's class.
How was today's class?
How was today's class?
All right. Um, Wanda says it was very good. Uh, Chin says it was great.
Fantastic. Amazing.
All right.
I loved it. Chin says she loved it.
I don't mind them. They kept fighting, but it was great. I don't have their time, so I I just neglect them. All right. They are very unserious students.
Okay. It was amazing. It was interesting. Today's class was amazing.
And I loved it. All right.
Fantastic. Fum is just fantastic. Okay.
All right. Someone is asking for assignment. Um. All right. Let me let me do something.
You know, I didn't explain that of multiplication, but like I said, it's almost like the same thing. Okay. So because I I'll give you something a bit difficult.
So in the next class you should ask me for the answer. So let's go calculate 1 1 0 b 2 * 1 0 1 1 b 2 + 1 0 0 1 b 2 - 1 0 1 b 2.
This is it. You ask for assignments.
This is it. So in the next class you let me know what you got so we solve it together. Okay. So I would use that opportunity to explain multiplication.
But like I said multiplication, addition, division, um subtraction, they are almost like the same thing. I'm sure you guys will get this answer. But let's see in the next class. All right. This is where we say bye-bye. If you are not subscribed, click on the subscribe button right away. so you don't get to miss any of our lessons. Okay, click on the subscribe button right away.
Until next time.
相关推荐
A Number Plus 5 Is 12
MathGirlTutor
101 views•2026-06-03
Olympiad Mathematics | Indian | Can You Solve This One?
PhilCoolMath
650 views•2026-06-03
Escaping the Fog
LogicLemurGaming
760 views•2026-06-03
H2 Math June Holiday 2026 Intensive Revision | H2 Math Tuition by Achevas #singaporemath #h2math
AchevasTV
304 views•2026-06-01
A Brutal Radical Expression Made Easy! The Shortcut Changes Everything.
tamoshop
112 views•2026-06-02
V : jee main /advance class 11 mathematics : Binomial Theorem class-1 ( 29 may 2026 )
dcamclassesiitjeemainsadva9953
125 views•2026-05-29
Is This Pentomino Tileable?
3cycle
241 views•2026-05-30
This Sudoku Has Many Lines!!
CrackingTheCryptic
2K views•2026-05-29











