document.write( "Question 599055: This is a piecewise-defined function I need help with.
\n" );
document.write( "If f (x)= { x^2 If x < 0
\n" );
document.write( " 2. If x= 0
\n" );
document.write( " 2x+1. If x> 0
\n" );
document.write( "Find (a) f(-2). (b) f (0). (c) f (2)
\n" );
document.write( "I hope you can help me understand the way to work these problems! Thank you! \n" );
document.write( "
Algebra.Com's Answer #378802 by flame8855(424)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "f(-2) \n" ); document.write( "x = -2 < 0 \n" ); document.write( "f(x) = x^2 for x<0 \n" ); document.write( "f(-2) = 4 \n" ); document.write( "b) \n" ); document.write( "if x = 0 , f(x) = 2 \n" ); document.write( "c) \n" ); document.write( "f(2) \n" ); document.write( "x=2 >0 \n" ); document.write( "f(x) = 2x+1 = 2(2)+1 = 5 \n" ); document.write( "f(2) = 5 \n" ); document.write( " \n" ); document.write( " |