document.write( "Question 1001253: The function f is defined as follows.
\n" );
document.write( "f(x)={x+6 if -5<=x<1}
\n" );
document.write( " {9 if x=1}
\n" );
document.write( " {-x+4 if x>1}\r
\n" );
document.write( "\n" );
document.write( "A.) Find the domain of the function
\n" );
document.write( "B.)Locate any intercepts
\n" );
document.write( "C.)Graph the function\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618550 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The smallest x allowed is x = -5 (from the first piece of the piecewise function) \n" ); document.write( "There is no limit on the upper bound of x \n" ); document.write( "So the domain in interval notation is [-5, infinity)\r \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B)\r \n" ); document.write( "\n" ); document.write( "Set each piece equal to 0 and solve for x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Piece 1: \n" ); document.write( "x+6 = 0 \n" ); document.write( "x = -6 \n" ); document.write( "But x = -6 is outside of the domain. So this is not a proper intercept\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Piece 2: \n" ); document.write( "9 = 0 ... which is always false\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Piece 3: \n" ); document.write( "-x+4 = 0 \n" ); document.write( "-x = -4 \n" ); document.write( "x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the only x intercept is the ordered pair/point (4,0)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C)\r \n" ); document.write( "\n" ); document.write( "To graph this piecewise function, you simply graph y = x+6, y = 9 and y = -x+4 but you apply the proper restrictions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The graph of the piecewise function is shown below\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how the red piece is the piece x+6 and it is only graphed from x = -5 to x = 1. There is a closed circle at x = -5 and an open circle at x = 1. The closed circle means \"include this point\" while the open circle means \"exclude this point\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There is a single solitary point at (1,9). This represents the middle piece \"f(x) = 9 if x = 1\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finally, the last piece is -x+4 and is it the piece in green. It has an open circle at the endpoint and stretches on forever the more x increases. \n" ); document.write( " |