document.write( "Question 633336: for each piecewise function, find the specified function values\r
\n" ); document.write( "\n" ); document.write( "f(x)= 3 for x <= -2
\n" ); document.write( " (1/2)x + 6 for x > -2\r
\n" ); document.write( "\n" ); document.write( "f(-5),f(-2),f(0), f(2)\r
\n" ); document.write( "\n" ); document.write( "<= means less than or equal to. i wasnt sure how to do the sign\r
\n" ); document.write( "\n" ); document.write( "for the second equation i (think) that i make for example -5 for x. not sure on first one\r
\n" ); document.write( "\n" ); document.write( "thanks
\n" ); document.write( "

Algebra.Com's Answer #398864 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Good job with the definition of the function. The <= , and the (1/2)x make me pretty sure that I understand what you mean.
\n" ); document.write( "As I understand, the function is defined in pieces:
\n" ); document.write( "\"f%28x%29=3\" for \"x%3C=-2\" and
\n" ); document.write( "\"f%28x%29=%281%2F2%29x%2B6\" for \"x%3E2\"
\n" ); document.write( "and you need to calculate the value of \"f%28x%29\"
\n" ); document.write( "for \"x=-5\", \"x=-2\", \"x=0\" and \"x=2\".
\n" ); document.write( "
\n" ); document.write( "\"x=-5\", and \"x=-2\" are in the first part of the domain,
\n" ); document.write( "the part where \"x%3C=-2\".
\n" ); document.write( "In that part, \"f%28x%29=3\", so
\n" ); document.write( "\"highlight%28f%28-5%29=3%29\" and \"highlight%28f%28-2%29=3%29\"
\n" ); document.write( "
\n" ); document.write( "\"x=0\", and \"x=2\" are in the other part of the domain,
\n" ); document.write( "the part where \"x%3E-2\".
\n" ); document.write( "In that part, \"f%28x%29=%281%2F2%29x%2B6\", so we enter the x value into \"f%28x%29=%281%2F2%29x%2B6\" to calculate the \"f%28x%29\" values:
\n" ); document.write( "For \"x=0\", \"f%280%29=%281%2F2%29%2A0%2B6=0%2B6=6\" so \"highlight%28f%280%29=6%29\"
\n" ); document.write( "For \"x=2\", \"f%282%29=%281%2F2%29%2A2%2B6=1%2B6=7\" so \"highlight%28f%282%29=7%29\"
\n" ); document.write( "
\n" ); document.write( "The problem does not ask for a graph, but I like to draw these pictures.
\n" ); document.write( "The graph of that piecewise function looks like this:
\n" ); document.write( " I drew the function in blue and put green circles around the 4 points (x,f(x)) that we calculated.
\n" ); document.write( "
\n" );