InterviewSolution
Saved Bookmarks
| 1. |
The intensity level of two sounds are 100 dB and 50 dB. What is the ratio of their intensities?A. `10^1`B. `10^3`C. `10^5`D. `10^10` |
|
Answer» Correct Answer - C `100=10log_(10)((I_1)/(I_0))` `50=10log_(10)((I_2)/(I_0))` or `(I_1)/(I_0)=10^10` and `(I_2)/(I_0)=10^5` Dividing, `(I_1)/(I_2)=10^5` |
|