InterviewSolution
Saved Bookmarks
| 1. |
What should be multiplied to `2^6` so that the products is 1 ?A. 16B. 32C. 64D. 128 |
|
Answer» Correct Answer - C Let the required number be `x`. `therefore x xx 2 ^(-6)=1` `rArr x((1)/(2^6))=1` `rArr x=1xx2^6=2^6=64` Hence the correct option is (c). |
|