Question: What is the distance between the points (1, 1) and (4, 5)?
Options:
Correct Answer: 5
Solution:
Using the distance formula, d = √[(x2 - x1)² + (y2 - y1)²] = √[(4 - 1)² + (5 - 1)²] = √[3² + 4²] = √[9 + 16] = √25 = 5.