document.write( "Question 650201: Evaluate the piecewise function at the given value of the independent variable:
\n" );
document.write( "f(x) = { x-1 if x>5
\n" );
document.write( "{-(x-1) if x<(or equal)5 ; f(5)
\n" );
document.write( "I'm not sure how I go about this..
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #407234 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = x-1 if x > 5\r \n" ); document.write( "\n" ); document.write( "OR\r \n" ); document.write( "\n" ); document.write( "f(x) = -(x-1) if x<(or equal)5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we use the second definition since x = 5 satisfies \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = -(x-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(5) = -(5-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(5) = -(4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(5) = -4 \n" ); document.write( " |