document.write( "Question 695006: Perform the indicated operation
\n" ); document.write( "h(n)=2n-3
\n" ); document.write( "g(n)=3n-4
\n" ); document.write( "Find (h o g)(8)
\n" ); document.write( "

Algebra.Com's Answer #428288 by Ave(106)\"\" \"About 
You can put this solution on YOUR website!
=h(g(8))
\n" ); document.write( "=h(2(8)-4) plug in 8 for n in the g(n) equation
\n" ); document.write( "=h(16-4) combine like terms
\n" ); document.write( "=h(12) now plug in 12 for in in the h(n) equation
\n" ); document.write( "=2(12)-3
\n" ); document.write( "=24-3
\n" ); document.write( "=21
\n" ); document.write( "
\n" );