
Rachael A. answered 05/14/20
Passionate Math Teacher Ready to Pass on My Math Enthusiasm!
Ok, so think of this as finding the hypotenuse C of a right triangle, with side A as (x-x1) <---distance/length between the X coordinates; and side B as (y-y1)<---distance/length between the Y coordinates. If you connect the 2 points, it forms the hypotenuse, or slanted side (across from the right angle), of a right triangle. You can draw the other sides by drawing a line straight down from the "top point" and straight across from "bottom point" until they connect to finish the triangle.
The Pythagorean Theorem helps us find a missing side length of a right triangle, given the lengths of the other 2 sides. Reminder, here is the Pythagorean Theorem: a2+b2=c2 (again, C is the hypotenuse, or slanted side that is across from the right angle in the triangle). Through algebra, we can rewrite this formula as: C=square root of (a2+b2); Given a is side length of the X coordinates and b is the side length of the Y coordinates, you can again, rewrite it to fit the situation like so: C=square root of [(x-x1)2 + (y-y1)2)] In this case, here would be the equation using the given information from the original problem:
C= square root of {[(3a + 7)-(b + 7)]2+(b-3a)2}
You will then solve from there. The best way to do this is to simplify it as much as possible first. Let's start with the first brackets:
(3a+7)-(b+7)---->3a+7-b-7---->3a-b so, inside the first set of brackets, we'll have 3a-b
The 2nd set of brackets is as simple as it gets, so let's rewrite the equation with the simplified bracket in place:
C= square root of {(3a-b)2+(b-3a)2} This should be much easier to look at!
Next, let's square the first set of ( ) (representing x-x1, or the A side)
(3a-b)2---->(3a-b)(3a-b)---->9a2-3ab-3ab+b2---->9a2-6ab+b2
Now, let's square the 2nd set of ( ) (representing y-y1, or the B side)
(b-3a)2---->(b-3a)(b-3a)---->b2-3ab-3ab+9a2---->b2-6ab+9a2
Remember, we will need to add these 2 expressions together, based on the underlined equation above, so let's do that next. We will basically be combining "like" terms here:
(9a2-6ab+b2)+(b2-6ab+9a2)---->9a2+9a2-6ab-6ab+b2+b2---->18a2-12ab+2b2---->2(9a2-6ab+b2)
If we put this back into the equation, we have the answer of:
C=square root of [2(9a2-6ab+b2)] <----This is the distance between the 2 points given in the original problem