InterviewSolution
Saved Bookmarks
| 1. |
If 0 < a < 1, the value of log1o a is negativeThis is justified by(a) Negative power of 10 is less than 1(b) Negative power of 10 is between 0 a(c) Negative power of 10 is positive(d) Negative power of 10 is negativend |
|
Answer» option A suppose a = 1/10 let b = log10[a] => log10[1/10] = b=> 1/10 = 10^b so, the value of b must be -1 hence the value of log10[b] is -ve |
|