InterviewSolution
Saved Bookmarks
| 1. |
Find the distance of point 4,7 from the ordinate |
| Answer» Points are (4, 7) and (0, 7)Distance {tex}= \\sqrt { ( 0 - 4 ) ^ { 2 } + ( 7 - 7 ) ^ { 2 } }{/tex}=\xa0{tex}\\sqrt { 4 ^ { 2 } + 0 } = \\sqrt { 16 }{/tex}\xa0= 4 units | |