Distance between the points (p, q) and (p + 4, q + 5) is?

Distance between the points (p, q) and (p + 4, q + 5) is?

Explanation

To find the distance between two points (x1, y1) and (x2, y2), use the distance formula:

√((x2 - x1)² + (y2 - y1)²)

Given points (p, q) and (p + 4, q + 5):


Step 1: Apply the distance formula

Distance = √((p + 4 - p)² + (q + 5 - q)²)

= √((4)² + (5)²)

= √(16 + 25)

= √41