document.write( "Question 145254: Given the function h described by h(x)=x+5 find each of the following
\n" );
document.write( "h(0)
\n" );
document.write( "h(-8)
\n" );
document.write( "h(-3)
\n" );
document.write( "h(7)
\n" );
document.write( "h(c+14) \n" );
document.write( "
Algebra.Com's Answer #105928 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Substitute the values for x. \n" ); document.write( "h(x) = x+5 \n" ); document.write( "h(0) = 0+5 = 5 \n" ); document.write( "h(-8) = -8+5 = -3 \n" ); document.write( "h(-3) = -3+5 = 2 \n" ); document.write( "h(7) = 7+5 = 12 \n" ); document.write( "h(c+14) = c+14+5 = c+19 \n" ); document.write( " |