document.write( "Question 1001754: For the function defined by:\r
\n" );
document.write( "\n" );
document.write( "f(x)= \r
\n" );
document.write( "\n" );
document.write( "{x^2, x≤1}
\n" );
document.write( "{2x+1, x>1}\r
\n" );
document.write( "\n" );
document.write( "a. Evaluate f(0)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618846 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(0)=0^2=0 \n" ); document.write( "You evaluate it at x is less than equal to one, so you do not consider the other part of the piecewise function. \n" ); document.write( " |