document.write( "Question 1002643: Let G(t)=5t-t^2\r
\n" );
document.write( "\n" );
document.write( "Find G(8) and G(-1+h) \n" );
document.write( "
Algebra.Com's Answer #619536 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! G(8) = 5(8)-8^2 = 40 - 64 = -24 \n" ); document.write( "G(h-1) = 5(h-1) - (h-1)^2 = 5h - 5 - h^2 + 2h - 1 = -h^2 + 7h - 6 \n" ); document.write( " |