document.write( "Question 151370: Which of the following are functions? Why?\r
\n" );
document.write( "\n" );
document.write( "a. f(x)=2 if x>1 otherwise f(x)=-1\r
\n" );
document.write( "\n" );
document.write( "b. f(x)=5 if x>0 or f(x)=-5 if x<0 or f(x)=5 or -5 if x= 0\r
\n" );
document.write( "\n" );
document.write( "c. f(x)= x/10 \n" );
document.write( "
Algebra.Com's Answer #111259 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! a) and c) are functions \n" ); document.write( "but b) is not a function because is not well defined at 0 \n" ); document.write( " |