document.write( "Question 1145307: Given the function
\n" );
document.write( "f(x) = {x^2 - x if x<0
\n" );
document.write( " 1 if 0 < or equal to x < or equal to 3
\n" );
document.write( " -x+1 if 3 < x < or equal to 10\r
\n" );
document.write( "\n" );
document.write( "what should be the value of k so that f(k) = f(0)- f(6)? \n" );
document.write( "
Algebra.Com's Answer #766521 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The statement of the problem is faulty. \n" ); document.write( "The function is undefined at x=0 and at x=3; so f(0)-f(6) is undefined. \n" ); document.write( " |