

InterviewSolution
Saved Bookmarks
1. |
You know that 21 = 2, 41 = 4, 81 = 8 and 101 = 10. What do you notice about the values of log2 2, log4 4, log8 8 and log10 10? What can you generalise from this? |
Answer» From the graph log2 2 = log4 4 = log8 8 = log10 10 = 1 We conclude that loga a = 1 where a is a natural number. |
|