InterviewSolution
Saved Bookmarks
| 1. |
यदि `x=3t, y=1/2(t+1)` है तो `t` का मान क्या होगा जिसके लिए `x=2y` है?A. `1`B. `1/2`C. `-1`D. `2/3` |
|
Answer» Correct Answer - B `x=3t` `y=1/2(t+1)` `y=1/2(t+1)` `x=2y` `implies x=2xx1/2(t+1)` `x=t+1` `:. 3t=t+1`…………..iii (from equation i and ii) `2t=1` `t=1/2` |
|