document.write( "Question 401115: I am trying to do the following problems:\r
\n" );
document.write( "\n" );
document.write( "1. Let t(x) = { 1-3x for x <= -1
\n" );
document.write( " { 1+x^2 for x > -1
\n" );
document.write( "Determine t(−3), t(−1), t(0), and t(5).\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Graph f(x) = { |x| for x < 2
\n" );
document.write( " { 1 for 2 <= x < 4
\n" );
document.write( " { 1 − x for x >= 4\r
\n" );
document.write( "\n" );
document.write( "3. Draw the graph of y = −2|x + 1| − 4. Do not do this by plotting points. Instead construct a sequence of five graphs and get from one graph to the next by applying an appropriate
\n" );
document.write( "transformation.\r
\n" );
document.write( "\n" );
document.write( "4. Same as problem 3 for the function y = −4 sqrt x + 2 + 1.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #283834 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Let t(x) = { 1-3x for x <= -1 \n" ); document.write( "..............{ 1+x^2 for x > -1 \n" ); document.write( "Determine \n" ); document.write( "t(−3) = 1-3(-3) = 10 \n" ); document.write( "t(−1) = 1-3(-1) = 4 \n" ); document.write( "t(0) = 1+0^2 = 1 \n" ); document.write( "t(5) = 1+5^2 = 26 \n" ); document.write( "================================ \r \n" ); document.write( "\n" ); document.write( "2. Graph f(x) = { |x| for x < 2 \n" ); document.write( "................{ 1 for 2 <= x < 4 \n" ); document.write( "................{ 1 − x for x >= 4\r \n" ); document.write( "\n" ); document.write( "Note: Can't show this segmented graph on this site. \n" ); document.write( "================================ \n" ); document.write( " \n" ); document.write( "3. Draw the graph of y = −2|x + 1| − 4. Do not do this by plotting points. Instead construct a sequence of five graphs and get from one graph to the next by applying an appropriate transformation. \n" ); document.write( "1st: Graph y = |x| \n" ); document.write( "2nd: Shift 1 to the right to get |x+1| \n" ); document.write( "3rd: Reflect in the x-axis \n" ); document.write( "4th: Multiply all the y-values by 2 \n" ); document.write( "5th: Shift all the points down 4 units. \n" ); document.write( "===============\r \n" ); document.write( "\n" ); document.write( "4. Same as problem 3 for the function y = −4 sqrt (x + 2) + 1. \n" ); document.write( "1st: Graph y = sqrt(x) \n" ); document.write( "2nd: Shift 2 to the left \n" ); document.write( "3rd: Reflect in the x-axis \n" ); document.write( "4th: Multiply all the y-values by 4 \n" ); document.write( "5th: Shift all the points up 1 unit. \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " \n" ); document.write( " |