<h3>
Answer: 5</h3>
=========================================================
One method is to plot the points P(3,6) and Q(7,3) on the same xy grid. Plot a third point R at (3,3). See the diagram below.
A right triangle forms in which we can find the legs PR = 3 and RQ = 4. The hypotenuse is found through the pythagorean theorem.
a^2+b^2=c^2
3^2+4^2 = c^2
9+16 = c^2
c^2 = 25
c = sqrt(25)
c = 5
This is the length of PQ
-----------------------------------
Or you can use the distance formula which is effectively using the pythagorean theorem just in a slightly different format (though it may not be obvious).

Answer: p(-2)=9
Step-by-step explanation:
To calculate a person’s BMI, you divide their weight( in kg) by their height ( in square meters). First convert 169 pounds to kg, which is 76.66. Then convert 65 inches to meters. 65 inches= 1.65 meters. Then divide 76.66/1.65= 46.46 kg/m
9514 1404 393
Answer:
(t, u, w) = (1, -2, -2)
Step-by-step explanation:
A graphing calculator makes short work of this, giving the solution as ...
(t, u, w) = (1, -2, -2)
__
There are many ways to solve this "by hand." Here's one of them.
Add the first and third equations. Their sum is ...
-3t +4w = -11 . . . . . [eq4]
Add this to twice the second equation. That sum is ...
(-3t +4w) +2(-4t -2w) = (-11) +2(0)
-11t = -11
t = 1
Substituting this into the second equation gives ...
-4(1) -2w = 0
w +2 = 0 . . . . divide by -2
w = -2 . . . . add -2
Substituting for t in the third equation lets us find u.
2(1) -2u = 6
-1 +u = -3 . . . . . divide by -2
u = -2 . . . . add 1
The solution is (t, u, w) = (1, -2, -2).