document.write( "Question 252113: good morning. My problem is this:
\n" );
document.write( "For each of the following functions, find a.f(4), b.f(-3), c.f(2.7, d. f(-4.9)\r
\n" );
document.write( "\n" );
document.write( "f(x) = -2x+4 if x less than or equals 1
\n" );
document.write( " 3 if 1 < x <4
\n" );
document.write( " x+1 if x is more than or equal to 4
\n" );
document.write( "Can you help me with this problem? Than you for all of your help. \n" );
document.write( "
Algebra.Com's Answer #183878 by hokies(65)![]() ![]() You can put this solution on YOUR website! f(4) = 4+1 = 5 \n" ); document.write( "f(-3) = -2*-3 + 4 = 6+4 = 10 \n" ); document.write( "f(2.7) = 3 \n" ); document.write( "f(-4.9) = -2*-4.9 + 4 = 9.8 + 4 = 13.8 \n" ); document.write( " |