InterviewSolution
Saved Bookmarks
| 1. |
`sqrt(0.25xx225)` का सरलीकृत मान क्या है?A. `0.075`B. `0.705`C. `0.750`D. `7.500` |
|
Answer» Correct Answer - C According to the question `sqrt(0.25xx2.25)=sqrt(0.25)xxsqrt(2.25)` `= 0.5xx1.5=0.75` |
|