InterviewSolution
Saved Bookmarks
| 1. |
यदि `sqrt(0.03xx0.3a)=0.3xx0.3xxsqrt(b)` है तो `a/b` का मान क्या होगा?A. `0.009`B. `0.03`C. `0.9`D. `0.08` |
|
Answer» Correct Answer - C `sqrt(0.03xx0.3a)=0.3xx0.3sqrt(b)` Squaring both sides `0.03xx0.3a=(0.3)^(2)xx(0.3)^(2)b` `3/100xx3/10a=9/100xx9/100xxb` `9a=81/10bimplies10a=9b` `a/b=9/10=0.9` |
|