What are the coordinates of a point that lie on the x-axis and those of a point that lies on the y-axis? Also find the perpendicular distance of the point P (4,3) from Y-axis
Answers
Answered by
1
points that lie on X axis are of format x,0 and of those on Y axis are 0,y
P(4,3) and Y axis means the straight point on Y axis is 0,3
distance is sqrt( (4-0)² + (3-3)² ) = 4 units
Similar questions