document.write( "Question 183343: I have to determine g(6).
\n" );
document.write( "i have piecewise functions: g(x) = 7+x for x<5
\n" );
document.write( " = 7-x for x>=5\r
\n" );
document.write( "\n" );
document.write( "all I have to do is replace 6 for x?\r
\n" );
document.write( "\n" );
document.write( "So i would have g(6) - 7+6 = 13 and g(6) = 7-6=1
\n" );
document.write( "How do I continue? \n" );
document.write( "
Algebra.Com's Answer #137656 by vleith(2983) ![]() You can put this solution on YOUR website! On piecewise functions, the first thing you have to decide is \"which 'piece'\" is the one you need.\r \n" ); document.write( "\n" ); document.write( "In this case, you are asked to find the value g(6). So you need to find the function that is defined as when x=6. Using the info provided, the function that is defined at x=6 is the one that applies to all points x>=5\r \n" ); document.write( "\n" ); document.write( "That function is given as 7-x\r \n" ); document.write( "\n" ); document.write( "So the g(6) = 7 - 6 = 1 \n" ); document.write( " |