Question 360651
find the distance between these two points 
P(√5,0);Q(0,2).
----
d = sqrt[(2-0)^2 + (sqrt(5)-0)^2]
----
d = sqrt[4 + 5]
---
d = 3
============
Cheers,
Stan H.