Answer:
Using the Pythagorean Theorem, the distance between point P (3, 2) and point Q (9, 10) can be found by first finding the length of the legs of the right triangle formed by the horizontal and vertical differences between the two points.
The horizontal difference is (9-3) = 6 units, and the vertical difference is (10-2) = 8 units. Therefore, the length of the legs of the right triangle are 6 units and 8 units.
Using the Pythagorean Theorem (c^2 = a^2 + b^2), where c is the hypotenuse (the distance between P and Q) and a and b are the legs, we can find the distance:
c^2 = 6^2 + 8^2
c^2 = 36 + 64
c^2 = 100
Taking the square root of both sides gives:
c = sqrt(100) = 10
Therefore, the distance between point P and point Q is 10 units.
Explanation: