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
Subtracting fractions with unlike denominators introduction
[Instructor] Let’s say we wanted to figure out what one half minus one third is equal to. And we can visualize each of these fractions. One half could look like that where if I take a whole and if I divide it into two equal sections, one of those two eq…
This Amazing Dog Helps to Save Endangered Parrots | Short Film Showcase
This is Ajax, and I’ve trained him to help me find kea nests. He’s the only kea dog in the country, and I guess that means the world. People are really shocked when you tell them that there are less kea than there are kiwis. I’ve been training Ajax since …
Basic derivative rules (Part 1) | Derivative rules | AP Calculus AB | Khan Academy
So these are both ways that you will see limit-based definitions of derivatives. Usually, this is if you’re thinking about the derivative at a point. Here, if you’re thinking about the derivative in general, but these are both equivalent. They’re both bas…
College and Khan Academy: District-wide Strategies for SAT Prep
Are as we continue to admit folks. We want to remind everyone that today’s session is being recorded. Feel free to add your questions in the chat. We have a host of Khan Academy folks ready to answer your questions in real time. We are thrilled to have yo…
The Best Advice I Can Give Anybody in Their 40's and 50's
There’s a life cycle: right, your teens, your 20s, your 30s, and so on. Every phase is a little bit different, or quite a bit different. People have asked me, uh, in their 20s, what is good advice for their 20s. I gave that, and now I’ve gotten some quest…
if statements | Intro to CS - Python | Khan Academy
We can use Boolean expressions to ask questions in our programs, but how can we branch control flow based on the answer? To do that, we need conditionals. Conditionals form the basis of selection; they allow the computer to decide which code to run depend…