document.write( "Question 174588: I am very unsure when it comes to functions. Can you please help me to understand what makes something a function? Here is the question.\r
\n" );
document.write( "\n" );
document.write( "Which of the following are functions? Explain why/why not.\r
\n" );
document.write( "\n" );
document.write( "A. f(x)=2 if x>1 otherwise f(x)=-1
\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
\n" );
document.write( "C. f(x)=x/10\r
\n" );
document.write( "\n" );
document.write( "Any help I recieve would be greatly appreciated as I am so utterly confused. \n" );
document.write( "
Algebra.Com's Answer #129610 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A function is a set of ordered pairs with the following \n" ); document.write( "restriction: Each x value must have only one y value \n" ); document.write( "associated with it. \n" ); document.write( "==================================== \n" ); document.write( "Which of the following are functions? Explain why/why not. \n" ); document.write( "A. f(x)=2 if x>1 otherwise f(x)=-1 \n" ); document.write( "This is a function. Choose any value of x and the corresponding \n" ); document.write( "y value will be 2 if x>1, or it will be -1 if x<=1 \n" ); document.write( "But each x value will have only one corresponding y value. \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 \n" ); document.write( "Not a function because you have two points (0,5) and (0,-5) \n" ); document.write( "Notice that x=0 has two associated y values, so not a function. \n" ); document.write( "--------------------------------------------------------------- \n" ); document.write( "C. f(x)=x/10 \n" ); document.write( "This is a function; each x value has one y value associated with it. \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |