 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the distance between the points (2, 6) and (0, 9). | 
| Answer» Distance between the points (2, 6) and (0,9) `" "=sqrt((x_(2)-x_(1))^(2)+(y_(2 )-y_(1)) ^(2))=sqrt((0-2)^(2)+(9-6)^(2))` ` " "=sqrt( 4+ 9)=sqrt(13)` units | |