Ok, I got another question: when trying to find the distance between the two points

(4,3) and (9,15) & using the formula wouldn't the answer be 13?

dist = √[(9-4)^2 + (15-3)^2]

= √[25+144]
= √169
= 13

You are so right!