Problem:
A line x=k intersects the graph of y=log5βx and the graph of y=log5β(x+4). The distance between the points of intersection is 0.5. Given that k=a+bβ, where a and b are integers, what is a+b?
Answer Choices:
A. 6
B. 7
C. 8
D. 9
E. 10
Solution:
The line x=k intersects y=log5β(x+4) and y=log5βx at (k,log5β(k+4)) and (k,log5βk), respectively. Since the length of the vertical segment is 0.5
0.5=log5β(k+4)βlog5βk=log5βkk+4β
so kk+4β=5β. Solving for k yields k=5ββ14β=1+5β, so a+b=6.