InterviewSolution
Saved Bookmarks
| 1. |
If `2^(2n-3)=2048` , then `(4n+3n^2)=` _____.A. 175B. 25C. 125D. 75 |
|
Answer» Correct Answer - A Given, `2^(2n-)=2048` `rArr (2^2n)/(8)=2^11` `rArr 2^2n=2^11 xx2^3=2^14` `rArr n=7` `therefore (4n+3n^2)` `=(4xx7+3xx7^2)=175`. Hence , the correct option is (a). |
|