I will determine the log base 2 of x for the x-values in the set {1, 2, 4, 8, 16}.
I will use these properties:
log base m of m^n = n,
Which written with the math editor is:
[tex]log_{m}m^n=n[/tex]
1) x = 1
1 = 2^0 =>
[tex]log_{2}1=log_{2}2^0=0[/tex]
2) x = 2
2 = 2^1 =>
[tex]log_{2}2 = log_{2}2^1=1[/tex]
3) x = 4
4 = 2^2 =>
[tex]log_{2}4=log_22^2=2[/tex]
4) x = 8
8 = 2^3 =>
[tex]log_28=log_22^3=3[/tex]
5) x = 12
16 = 2^4 =>
[tex]log_216=log_22^4=4[/tex]
6) Now you can plot the points on the graph. The points that you have to plot are:
(1,0)
(2,1)
(4,2)
(8,3)
(16,4)