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

Example plotting corners of rectangle


2m read
·Nov 11, 2024

The four corners of a rectangle are located at the points (11, 7), (11, 0), (2, 0), and (2, 7). Plot the four corners of the rectangle on the coordinate plane below, and they have these dots, and we can actually move these around for the four corners of our rectangle.

So, let's look at this first point (11, 7). Where will that go? Well, let's just remind ourselves that the first coordinate here, that is our x-coordinate, tells us how far we move in the x-direction or how far do we move to the right.

So our x-coordinate is 11. We can say we can start at the origin and move 11 to the right. Then our y-coordinate is 7, which says, "Hey, we need to move seven up from there." So, 1, 2, 3, 4, 5, 6, 7.

Notice: 11, that's if you were to just drop a line straight down, you would hit the x-axis at 11. And the y-coordinate, if you were to take a horizontal line, if you were to go straight to the left, you get to y = 7. So this is the point (11, 7).

All right, let's do the next one. Then you have (11, 0). So, let me take this point right over here. The x-coordinate was once again 11, but the y-coordinate is zero, which means we don't move up at all in the y-direction.

One way to think about it: start at the origin, you move 11 to the right, and you move zero up. So this is going to sit on the x-axis, right over there: (11, 0).

All right, then we have (2, 0). So x-coordinate is 2, and we don't move up at all. So we're going to sit on the x-axis. We move 2 to the right and zero up, or you could think of it zero up and two to the right.

Then we have (2, 7). So the x-coordinate is 2, but then we want to move 7 up to get right over there. You can see the corners of a rectangle right over here.

Then they ask us, what is the height of the rectangle? Well, let's see. If we're going from y = 0 to y = 7, the height is 7. You can even count it: 1, 2, 3, 4, 5, 6, 7.

So the height of the rectangle is seven. And then, of course, I can check my answer, and I got it right.

More Articles

View All
Searching For Life in Volcanoes and Other Extreme Environments | Nat Geo Live
JEFFREY MARLOW: As a scientist, we often go to some of the most extreme places on our planet to collect microbes, bring ‘em back, understand what they’re doing and how they work. These types of organisms can actually broaden our search for life beyond ear…
The president's bully pulpit | US government and civics | Khan Academy
What we’re going to do in this video is talk about what is often referred to as the bully pulpit of the United States president. It’s making reference to the idea that the president has a platform from which they can convince people, that they can convey …
Natural Custodians: Indigenous Lessons in Reconnecting with Nature | National Geographic
The Arctic is warming up to four times faster than the rest of the world. Ice caps are melting and sea ice is retreating, changing the weather and disrupting marine life. To protect these polar ecosystems, we need to understand them. And no one knows the …
Introduction to frames of reference
I’d like to do in this video is talk about the notion of a frame of reference, and this is an introductory video. In future videos, we’ll go into a lot more depth. But a frame of reference is really the idea; it’s a point of view from which you are measu…
Co-Founder Equity Mistakes to Avoid | Startup School
[Music] Hello, I’m Michael Cybal, and today I’m going to talk about co-founder equity splits and co-founder breakups. To be clear, we want people who are building tech software startups that they expect to be VC funded. You know, this is advice for you. …
if-elif-else | Intro to CS - Python | Khan Academy
We can use an if statement to control that a particular block of code only executes when the condition evaluates to true. But what if we want to do something else only when the condition evaluates to false? Well, we can add another if statement and try an…