Question 992596
<pre>
f(x)=log(3-x)

Logarithms must have a base either understood or written.

Do you mean logarithm with base 10?

log<sub>10</sub>(3-x)

Or logarithm with base 2, 3, 4, etc.?

log<sub>2</sub>(3-x), log<sub>3</sub>(3-x), log<sub>4</sub>(3-x)?

Or do you mean logarithm with base 

e = 2.718281828459045235360287471352662497757247...?

log<sub>e</sub>(3-x) which we usually write with ln(3-x)

The graph of log<sub>10</sub>(3-x) is as follows:

{{{drawing(400,200,-10,5,-5,2.5,graph(400,200,-10,5,-5,2.5,ln(3-x)),
green(line(3,6,3,-10)) )}}}

Edwin</pre>