document.write( "Question 125290: Hi. Can I have some help with functions?\r
\n" );
document.write( "\n" );
document.write( "Evaluate the function at the indicated values.\r
\n" );
document.write( "\n" );
document.write( "h(t)=t+1/t;\r
\n" );
document.write( "\n" );
document.write( "h(1),h(-1),h(2),h(1/2),h(x),h(1/x)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #91828 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! You certainly can. When you change h(t) to h(1), you are replacing every t with 1. So h(1)=(1)+1/(1). Since division comes before addition in the order of operations, do the division first (assuming you typed this in exactly how it appears). So it is 1+1=2. So h(1)=2. \n" ); document.write( "h(-1)=(-1)+1/(-1)=-1+-1=-2 \n" ); document.write( "Now I'll skip the middle ones for you to do, but I'll do the last since it is most tricky. Try it yourself and check your answer after.\r \n" ); document.write( "\n" ); document.write( "h(1/x)=(1/x)+1/(1/x) = (1/x)+x \n" ); document.write( " |