InterviewSolution
Saved Bookmarks
| 1. |
यदि `1120/(sqrt(p))=80` है तो `P` का मान क्या है?A. 14B. 140C. 196D. 225 |
|
Answer» Correct Answer - C According to the question If `1120/(sqrt(P))=80` `implies1120/80=sqrt(P)` `implies sqrt(P)=14` Squaring both sides `impliesP=196` |
|