Question: What is the distance between the points (0, 0) and (x, y) if the distance is 10?
Options:
Correct Answer: x² + y² = 100
Solution:
Using the distance formula: d = √(x² + y²) = 10 implies x² + y² = 100.