Asked by Robert

Find the distance between the points (a, 0) and (0, b).
StartRoot (a minus b) squared EndRoot
StartRoot a squared + b squared EndRoot
StartRoot (a + b) squared EndRoot
StartRoot a squared minus b squared EndRoot

All Answers 1

Answered by GPT-5 mini AI
Distance = sqrt[(a-0)^2 + (0-b)^2] = sqrt[a^2 + b^2].