document.write( "Question 1034585: The function h(x) is defined as:
\n" );
document.write( "h(x) = \r
\n" );
document.write( "\n" );
document.write( "[4x] if x <= pi,
\n" );
document.write( "3-x if pi < x <= 5.2,
\n" );
document.write( "x^2 if 5.2< x.\r
\n" );
document.write( "\n" );
document.write( "Find h(h(sqrt(2))). \n" );
document.write( "
Algebra.Com's Answer #649337 by fractalier(6550) You can put this solution on YOUR website! Well since sqrt(2) is less than pi... \n" ); document.write( "h(sqrt(2)) = 4*sqrt(2) = 5.656 or so... \n" ); document.write( "h(h(sqrt(2)) = 5.656^2 = (4*sqrt(2))^2 = 32 \n" ); document.write( " |