| 
 
 
| Question 1084863:  Find the distance between points P (-3, 4) and Q (1, 6)
 Answer by Alan3354(69443)
      (Show Source): 
You can put this solution on YOUR website! Find the distance between points P (-3, 4) and Q (1, 6) ---------
 It's a right triangle.
 diff in y is one side.
 diff in x is one side.
 ------
 Find the hypotenuse.
 =========================
 PS  No space after the comma.
 P (-3, 4) and Q (1, 6) ---> P (-3,4) and Q (1,6)
 | 
  
 | 
 |