InterviewSolution
Saved Bookmarks
| 1. |
Find the coordinates of the point where the graph of the equation 5x+2y=10 intersect both axes |
|
Answer» When it intersect at y then ,X equal to zero,2y=10,y=5, (0, 5) are the coordinates when it intersect at x then ,y equal to zero,5x=10,x=2,(2,0) co-ordinate, Answer |
|