document.write( "Question 235802: Which of the following are functions? \r
\n" );
document.write( "\n" );
document.write( "a. f(x) = x + 4\r
\n" );
document.write( "\n" );
document.write( "b. f(x) = 3 if x>2 otherwise f(x) = -2\r
\n" );
document.write( "\n" );
document.write( "c. f(x) = 7 if x>0 or f(x) = -7 if x<0 or f(x) = 7 or -7 if x = 0\r
\n" );
document.write( "\n" );
document.write( "I believe A is a function but that B and C are not, but I am not sure. How do I tell? \n" );
document.write( "
Algebra.Com's Answer #173708 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A and B are both functions since they pass the vertical line test (plot them out to verify). However, C is not a function since if x=0, then f(x)=7 or -7. Remember, a relation is a function only if each input has exactly one output. Since the input of x=0 produces two outputs, this means C is not a function. \n" ); document.write( " |