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

Adding tenths to hundredths


2m read
·Nov 11, 2024

So what we're going to try to do in this video is add 7 tenths to 13 hundredths. Pause this video and see if you can figure what that is.

All right, so this might be a little bit intimidating at first because we're adding tenths here, seven tenths, and we're adding hundredths here, thirteen hundredths. How do I add a certain number of tenths to a certain number of hundredths? The key idea is to re-express seven tenths as a certain number of hundredths.

So how do we do that? Well, let's just first visualize each of these fractions. So seven tenths, if we imagine this square is a whole and that we've divided it into ten equal sections. I tried to hand draw it as best as I can. Notice I have filled in seven of those ten equal sections that we have split the whole into. So this represents seven tenths.

Thirteen hundredths, you could split the whole into a hundred equal sections, and I tried to hand draw it. So assume that these are a hundred equal sections. Notice this is a ten by ten square, and so you're going to have a hundred of these squares. Notice we have ten plus three; that's thirteen filled in.

So we want to add seven tenths to these thirteen hundredths. Now, how do we express seven tenths in terms of hundreds? Well, visually you could take each of your tenths and split them into ten equal sections. Now you have your whole split into hundredths, and each of your tenths is now a hundredth.

So you have 10 times as many things in the denominator, and you also have 10 times as many things in the numerator. Before you had seven of the tenths filled in; now you have 70 of the hundredths filled in.

Or another way to think about it: we multiplied the numerator by 10 and we multiplied the denominator by 10. If you do the same thing to the numerator and the denominator, if you multiply or divide it by the same number, you're not changing the value. Think about it; 10 over 10 is the same thing as 1.

So we're just taking 1 and multiplying it by 7 tenths isn't going to change the value. But this is, as we've already talked about, equivalent to 70 over 100. So this is equal to 70 hundredths, which is this right over here, plus 13 hundredths.

Plus 13 hundredths. Well, now we're adding hundredths in both cases. If I have 70 of something and I add to that 13 of the same somethings—in this case, the something is hundredths—I'm going to have 83 of that thing.

So this is going to be 70. Let me do that in the same color. This is going to be equal to 70 plus 13 plus 13 hundredths; 70 plus 13 hundredths.

And what's 70 plus 13? Well, that of course is going to be 83 hundredths. And we are done.

More Articles

View All
15 Reasons Why You Need To Have Haters
Are haters good or bad? Now you might have asked yourself this at least once, but until you reach a certain level in life, you’ll encounter very few haters—not because you’re a good person, but because you don’t make a difference yet. But the moment you b…
Example constructing a t interval for a mean | Confidence intervals | AP Statistics | Khan Academy
A nutritionist wants to estimate the average caloric content of the burritos at a popular restaurant. They obtain a random sample of 14 burritos and measure their caloric content. Their sample data are roughly symmetric, with a mean of 700 calories and a …
15 One time Purchases That Have the Best ROI
Did you know that 90% of luxury purchases depreciate the moment you walk out of that store? But what if we told you there are some exceptions where spending big today could actually mean earning big tomorrow? When it comes to living the high life, every s…
Free energy and equilibrium | Applications of thermodynamics | AP Chemistry | Khan Academy
Let’s say we have a generic reaction where reactants turn into products, and our goal is to think about the relationship between free energy and this reaction when it comes to equilibrium. First, we need to consider the equation that allows us to calculat…
Laplacian computation example
In the last video, I started introducing the intuition for the Laplacian operator in the context of the function with this graph and with the gradient field pictured below it, and here I’d like to go through the computation involved in that. So, the func…
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…