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

Example using estimation for decimal products


2m read
·Nov 10, 2024

We are told that 52 times 762 is equal to 39,624, and then we're told to match each expression to its product. These products, this is the exercise on Khan Academy. You can move them around so the product can be matched to the appropriate expression. So pause this video and see if you can figure that out.

All right, now what you might have realized is all of these expressions deal with the same digits as 52 times 762. They just have the decimal in different places. So what we can do is we can say, "Hey, look, the answer is going to have the digits 39624 in that order." You could see all of these have the digits 3, 9, 6, 2, 4 in that order.

Then we can estimate what these expressions should be equal to, what the product should be equal to, to think about the decimal. So this first expression, 0.52 times 76.2, the way I think about it is 0.52, that's close to 50 hundredths. That's close to a half, and so 76.2, that's close to 76.

And so this first expression, this first product should be roughly half of 76. Half of 76 would be around 38, and so which of these is close to 38? Well, this first one is 39.624, so that's actually the closest to 38. The second one is 396, and then we have 3962.

So I like this first one, the 39.624. That feels right. Now the second expression, 0.52 times 760, well once again, 0.52 is roughly equal to 50 hundredths, roughly equal to 5 tenths, roughly equal to one half. And so, and 762, we could say, "Hey, you know that's if we want to be really rough, really, really approximate it, we could say hey it's roughly 800."

And so this should be about half of 800, so it should be around 400. And so we actually had that choice already there, so this would be 396.24. It definitely wouldn't be the 3962.4, and so I'm already feeling good that this last choice sits down here.

But I can verify it; 5.2, well let's just say that's roughly 5. 762, let's say that's roughly 800. So 5 times 800, that would be around, that would be 4,000. And so we would expect this expression to be close to 4,000, and indeed that's what this choice is.

So it turns out that it was already in the order that we needed it to be, but it's good that we checked on that.

More Articles

View All
Your Whole Goal Is to Not Quit - Courtland Allen of Indie Hackers
But yeah, why did you decide to start doing a podcast after the site was going? People were asking for it. It seemed like a good idea. I mean, the number of people who asked me to do a podcast was so much higher than people who asked for any other featur…
Eric Migicovsky at Startup School SV 2014
Hi guys, um, it’s an honor to be here. I really appreciate you guys taking time out of your day to come listen to me. Um, I know that many of you may have heard about us when we launched on Kickstarter about two years ago. Um, I’m here to tell you a littl…
Touch - Mind Field (Ep 6)
- When it comes to illusions, optical illusions get all the attention. But the whole body you have can be fooled and can fool the brain. One of my favorite physical illusions is the thermal grill illusion. And you can do it right at home. I have some hot…
Exploring Ramadan and Earthlike exoplanets | Podcast | Overheard at National Geographic
Foreign exoplanets are planets outside of the solar system, and we know today, for the first time ever with statistical certainty, that there are more planets in the Milky Way galaxy than there are stars. Each star hosts at least one planet. That’s astron…
Creativity break: Why is creativity important in algebra? | Algebra 1 | Khan Academy
[Music] It’s all about solving problems. It’s not about, like, maybe in previous years you’ve done a multiplication table memorization. It’s not like memorizing how to solve problems; it’s learning the tools of how to solve problems and then using them, u…
Debugging with stack traces | Intro to CS - Python | Khan Academy
Debugging is just a fancy term for fixing errors in programs. It’s the process of removing bugs, so we call it “debug” since it’s something we’ll be doing often. Let’s learn how to work together with our IDE to track down and fix bugs in our programs. He…