document.write( "Question 473859: Given the function k described by k(x)=x + 12, find each of the following,
\n" );
document.write( "k(0)
\n" );
document.write( "k(-4)
\n" );
document.write( "k(c+14)
\n" );
document.write( "Please show me the steps on solving. \n" );
document.write( "
Algebra.Com's Answer #325039 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Simply replace x with each value:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k(0) = 0 + 12 = 12 \n" ); document.write( "k(-4) = (-4) + 12 = 8 \n" ); document.write( "k(c+14) = (c+14) + 12 = c + 26 \n" ); document.write( " |