yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Adding and subtracting fractions with negatives | 7th grade | Khan Academy


2m read
·Nov 10, 2024

Let's say we wanted to figure out what (3 \frac{7}{3}) minus (-\frac{7}{3}) minus (\frac{11}{3}) is. Pause this video and see if you can have a go at it before we do it together.

All right, now let's work on this together. You might be tempted to deal with the (-\frac{7}{3}) and the (\frac{11}{3}) first because they already have a common denominator. But you have to realize that with subtraction, you can't use the associative property. It's not this: ((a - b) - c) for example, which is what you would typically do first. It is not the same thing as this right over here. So you have to be very, very, very careful.

But what we could do is rewrite this. Instead of saying "subtracting something minus something else," we could rewrite it in terms of addition. What do I mean by that? Well, if I have (3 \frac{7}{3}), I'll start with that.

Subtracting something is the same thing as adding that something's opposite. So subtracting (-\frac{7}{3}) is the same thing as adding the opposite of (-\frac{7}{3}), which is just (\frac{7}{3}). And subtracting (\frac{11}{3}) is the same thing as adding the opposite of (\frac{11}{3}), which is (-\frac{11}{3}).

Now, with addition, you can use the associative property. You could add these two first or you could add these two first. I like adding these two first because they have the same denominator. So if I have (\frac{7}{3}) plus (-\frac{11}{3}), what is that going to get me?

Well, we have a common denominator. We could rewrite it like this: (3 \frac{7}{3}) plus a common denominator of three. We could write (7 + (-11)) in the numerator. So (7 + (-11)) is the same thing as (7 - 11) because subtracting something is the same thing as adding its opposite.

So, for adding (-11), the same thing as subtracting (11). So (7 + (-11))—you might want to get a number line out—but hopefully, you've gotten some practice. Now, that is going to be (-4). That is (-4).

And so now we have (3 \frac{7}{3}) plus (-\frac{4}{3}). Now we definitely need to find a common denominator. So let me rewrite this. This is equal to (3 \frac{7}{3}) plus (-\frac{4}{3}) or I could write this as even (-\frac{4}{3}). Either way.

But if we want to have a common denominator, it looks like (21) is going to be the least common multiple of (7) and (3). So let's rewrite each of these as something over (21).

From (7) to (21), we multiply by (3). So (3 \times 3 = 9). And then from (3) to (21), we multiply by (7). So if we have (-4) times (7), that is (-28).

And so this is going to be equal to (\frac{9 + (-28)}{21}), which is the same thing as (\frac{9 - 28}{21}) because subtracting a number is the same thing as adding its opposite.

And so this gets us—let's see—if (9 - 9 = 0) and then we're going to have (19) more to go below zero. So this is (-\frac{19}{21}) or we could write that as (-\frac{19}{21}) and we are done.

More Articles

View All
Human Cow BREAST MILK??? -- Mind Blow #18
A vending machine toy capsule wall and Charlie Sheen mask. Vsauce, Kevin here. This is Mind Blow. You know Mario Kart’s Rainbow Road? Well, here’s the rainbow walkway. It’s a 52 metre panorama located on the roof of a building in Denmark, and visitors ca…
The Future of Crypto Under President Trump #shorts
Most of the moves you’re seeing, including in Bitcoin, are around lifting of the regulatory weight that’s been put on in the previous administration. About a trillion dollars has been pulled out of this, and this will be very good for every sector, includ…
It’s Over: The Housing Market Just Collapsed
What’s up, Graham? It’s guys here. So, it’s official: after more than a decade of unstoppable growth, the rental market has begun to fall. A new report just found that rents are at a breaking point. In a sudden reversal for landlords, they’re set to decli…
How a Great White Shark Strikes | Shark Attack Files
In Muscle Bay, South Africa, Allison Towner and Enrico Janari investigate if speed is what makes a great white’s jaws so deadly. Other investigators have seen how a bull shark’s bite works. Now, getting a bite impression might help them solve the mystery …
Introduction to currency exchange and trade | AP Macroeconomics | Khan Academy
What I want to do in this video is think about how exchange rates can affect trade, and actually we can even think a little bit about how they might be able to affect each other, although we’ll go into a lot more depth in that in future videos. So let’s …
Simulating robots with module imports | Intro to CS - Python | Khan Academy
Let’s design a program that imports functionality from another file. When programming teams collaborate on projects, they’re often writing code across multiple files. They package their work into functions and then share them for other team members to use…