Question 268024
Evaluate the logarithmic equation for three values of x that are greater than 1, three values of x that are between 0 and 1, and at x=1. Show your work. Use the resulting ordered pairs to plot the graph 
y=-log5x 
The five is small. 

--> so that means want to plot -1 * log base 5 of x OR -log5 (x)
x	-1 * LOG(x,5)
5	-1
4	-0.861353116
2	-0.430676558
1	0
0.5	0.430676558
0.25	0.861353116
0.2	1
0	#NUM!
{{{ graph( 400, 200, 0, 5, -1, 1, -1 * log(5,x)) }}}