- knight247
- Legendary Member
- Posts: 504
- Joined: Tue Apr 19, 2011 1:40 pm
- Thanked: 114 times
- Followed by:11 members
Which quadrants, if any, contain points on the line y = x/1000+ 1,000,000?
This is a Manhattan problem. The answer is 1,2,3
The normal way of going about this is put x=0 and u get y=10^6 then put y=0 and get x=-10^9
When u draw the points (0,10^6) and (-10^9,0),u see that the line joining them passes thru quadrant 1,2 and 3. So great.
But here is where i have a problem. I've come across two thumb rules (1) if slope is -ve then the line passes thru quadrants 1,2 and 4 and (2) if slope is positive then the line passes thru quadrants 1,3 and 4
If I rearrange the terms of y = x/1000+ 1,000,000 then I get -x+1000y=10^9. Comparing this eqn with ax+by+c, I get, a=-1 and b=1000. Slope=-a/b=-(-1)/1000=1/1000 which is positive. So as per rule (2) shouldn't this line pass thru quadrants 1,3 and 4? Opinions?
This is a Manhattan problem. The answer is 1,2,3
The normal way of going about this is put x=0 and u get y=10^6 then put y=0 and get x=-10^9
When u draw the points (0,10^6) and (-10^9,0),u see that the line joining them passes thru quadrant 1,2 and 3. So great.
But here is where i have a problem. I've come across two thumb rules (1) if slope is -ve then the line passes thru quadrants 1,2 and 4 and (2) if slope is positive then the line passes thru quadrants 1,3 and 4
If I rearrange the terms of y = x/1000+ 1,000,000 then I get -x+1000y=10^9. Comparing this eqn with ax+by+c, I get, a=-1 and b=1000. Slope=-a/b=-(-1)/1000=1/1000 which is positive. So as per rule (2) shouldn't this line pass thru quadrants 1,3 and 4? Opinions?

















