InterviewSolution
Saved Bookmarks
| 1. |
Express the following in logarithimic form: a) `81 = 3^(4)` b) `0.001 = 10^(-3)` c) `2=128^(1//7)` |
|
Answer» a) `log_(3)81=4` b) `log_(10(0.001)=-3` c) `log_(128)2 = 1//7` |
|