document.write( "Question 876082: How do I find the y intercept, x intercept, range, and domain of the following function:\r
\n" );
document.write( "\n" );
document.write( "f(x)=log(2)(3-x)+2 (the (2) is a base) \n" );
document.write( "
Algebra.Com's Answer #529121 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do I find the y intercept, x intercept, range, and domain of the following function: \n" ); document.write( "f(x)=log(2)(3-x)+2 (the (2) is a base) \n" ); document.write( "*** \n" ); document.write( "f(x)= \n" ); document.write( "y-intercept \n" ); document.write( "set x=0 \n" ); document.write( " \n" ); document.write( "... \n" ); document.write( "x-intercept \n" ); document.write( "set y=0 \n" ); document.write( "0= \n" ); document.write( " \n" ); document.write( "-2log(2)=log(3-x) \n" ); document.write( "log(2^-2)=log(3-x) \n" ); document.write( "log(1/2^2)=log(3-x) \n" ); document.write( "log(1/4)=log(3-x) \n" ); document.write( "1/4=3-x \n" ); document.write( "x=11/4 \n" ); document.write( "range:(-∞,∞) \n" ); document.write( "domain(-∞,3) \n" ); document.write( " |