Question 132271
I'm assuming that your problem looks like this right?


{{{h(x)=system(x-6_if_0<=x<=1,3_if_x>1)}}}


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. 


So the answer is simply h(2.5)=3