InterviewSolution
Saved Bookmarks
| 1. |
Find the value of `3^4[(2/3)^2+(2/3)-(2/(3))^3]`A. 86B. 66C. 68D. 88 |
|
Answer» Correct Answer - B `3^4[(2/3)^2+(2/3)-(2/(3))^3]` `=3^4,(2^2)/(3^2)+3^4.(2)/(3)-3^4.(2^3)/(3^3)` `=36+54-24=66` Hence the correct optin is (b). |
|