InterviewSolution
| 1. |
The Straight Line 2x + 3y = 12 Passes Through: |
|
Answer» The usual WAY to solve these type of questions is to put x = 0 once and find y coordinate. This would represent the point where the line cuts the Y axis. Similarly put y = 0 once and find x coordinate. This would represent the point where the line cuts the X axis. Then join these points and you will GET the GRAPH of the line. So when we put x = 0 we get y = 4. When we put y = 0 we get x = 6. So when we join these points we see that we get a line in 1ST quadrant, which when extended both sides would go to 4th and 2nd quadrants. The usual way to solve these type of questions is to put x = 0 once and find y coordinate. This would represent the point where the line cuts the Y axis. Similarly put y = 0 once and find x coordinate. This would represent the point where the line cuts the X axis. Then join these points and you will get the graph of the line. So when we put x = 0 we get y = 4. When we put y = 0 we get x = 6. So when we join these points we see that we get a line in 1st quadrant, which when extended both sides would go to 4th and 2nd quadrants. |
|