document.write( "Question 36785: Please explain functions, relations and arguments. I need guidance to answer the following questions:\r
\n" );
document.write( "\n" );
document.write( "1. Which of the following are functions? Explain reasoning for a, b, and c.\r
\n" );
document.write( "\n" );
document.write( "a. f(x) = 2 if x>1
\n" );
document.write( " f(x) = -1 otherwise\r
\n" );
document.write( "\n" );
document.write( "b. f(x) = 5 if x>0
\n" );
document.write( " f(x) = -5 if x<0\r
\n" );
document.write( "\n" );
document.write( "c. f(x) = 10/x\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Suppose you have a lemonade stand, and when you charge $2 per cup of lemonad you sell 120 cups. But when you raise your price to $3 you only sell 60 cups. Write an equation for the number of cups you sell as a function of the price you charge. Denote \"C\" for number of cups, and \"P\" for the price you charge. Assume the function is linear.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3. Take a look at the table below and write out an equation for f(x).\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "x -2 -1 0 1 2
\n" );
document.write( "f(x) -5 -2 1 4 7 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4. For each of the relationships below, explain whether you think it is best described by a linear function or a non-linear function. Explain your reasoning thoroughly.\r
\n" );
document.write( "\n" );
document.write( "a. How fast it takes you to get to work as a function of how fast you drive.
\n" );
document.write( "b. Probability of getting into a car accident as a function of how fast your drive.
\n" );
document.write( "c. Your height as a function of age (from age 0 to 100).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #22590 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Which of the following are functions? Explain reasoning for a, b, and c. \n" ); document.write( "a. f(x) = 2 if x>1 \n" ); document.write( "f(x) = -1 otherwise \n" ); document.write( "b. f(x) = 5 if x>0 \n" ); document.write( "f(x) = -5 if x<0 \n" ); document.write( "c. f(x) = 10/x \n" ); document.write( "They are all functions, because \" for each value of \"x\" there is \n" ); document.write( "only one value of \"y\". \n" ); document.write( "Realations allow an x value to have several y value associates. \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "2. Suppose you have a lemonade stand, and when you charge $2 per cup of lemonad you sell 120 cups. But when you raise your price to $3 you only sell 60 cups. Write an equation for the number of cups you sell as a function of the price you charge. Denote \"C\" for number of cups, and \"P\" for the price you charge. Assume the function is linear.\r \n" ); document.write( "\n" ); document.write( "You have two points to work with : (Price, # of cups) \n" ); document.write( "(2,120) and (3,60) \n" ); document.write( "The linear form is cups = (slope)(price)+ b \n" ); document.write( "slope = (120-60)/(2-3)=-60 \n" ); document.write( "Then 120=-60(2)+b \n" ); document.write( "b=240 \n" ); document.write( "Your equation is C=-60p+240 \r \n" ); document.write( "\n" ); document.write( "3. Take a look at the table below and write out an equation for f(x). \r \n" ); document.write( "\n" ); document.write( "x -2 -1 0 1 2 \n" ); document.write( "f(x) -5 -2 1 4 7 \r \n" ); document.write( "\n" ); document.write( "Since there is a common difference of +3 in the y-values \n" ); document.write( "the relation is linear, i.e. y=mx+b \n" ); document.write( "Use two of the points to get the equation, as follows: \n" ); document.write( "Points: (0,1) (2,7) \n" ); document.write( "slope = (7-1)/2= 3 \n" ); document.write( "1=3(0)+b \n" ); document.write( "b=1 \n" ); document.write( "y=3x+1\r \n" ); document.write( "\n" ); document.write( "4. For each of the relationships below, explain whether you think it is best described by a linear function or a non-linear function. Explain your reasoning thoroughly. \n" ); document.write( "a. How fast it takes you to get to work as a function of how fast you drive.\r \n" ); document.write( "\n" ); document.write( "Linear: as average speed increases, time decreases \n" ); document.write( "b. Probability of getting into a car accident as a function of how fast your drive. \n" ); document.write( "Linear: as speed increases, probability of having an accident increases. \n" ); document.write( "c. Your height as a function of age (from age 0 to 100).\r \n" ); document.write( "\n" ); document.write( "non-linear: age increases in a constant way; height does not. \n" ); document.write( " \n" ); document.write( " |