InterviewSolution
Saved Bookmarks
| 1. |
The number of integer values of `m ,`for which the x-coordinate of the point of intersection of the lines, `3x+4y=9`and `y=x m+1`is also an integer is2 (b) 0 (c) 4(d) 1A. `2`B. `0`C. `4`D. `1` |
|
Answer» On solving equtions `3x+4y=9` and `y=mx+1`, we get `x=(5)/(3+4m)` Now, for `x` to be an integer, `3+4m=+-5` or `+-1` The intergral values of `m` satisfying these conditions are `-2` and `-1` |
|