document.write( "Question 132271: find h(x)=x-6 if 0<=x<=1 and 3 if x>1 find h(2.5) \n" ); document.write( "
Algebra.Com's Answer #96642 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
I'm assuming that your problem looks like this right?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"h%28x%29=system%28x-6_if_0%3C=x%3C=1%2C3_if_x%3E1%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Remember, h(2.5) is really saying: \"find the output of h(x) when x=2.5\". So this means that x=2.5. Since 2.5>1, this means that we're going to use the equation h(x)=3. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the answer is simply h(2.5)=3
\n" ); document.write( "
\n" );