Saved Bookmarks
| 1. |
Find the distance between the points e(-7,-3)f(1,3) |
|
Answer» Answer: d = root (x2-x1)^2 + ( y2-y1)^2 d = root [ -7 -(-3)]^2 + ( 1-3)^2 d= root [ -4]^2 + [ -2 ]^2 d = root [-16] +[-4] d = root -20 d = -2root5 mark me as the brainiest please Step-by-step EXPLANATION: |
|