Answer:
h(1) = 1, h(2) = 3, h(3) = 4
Explanation:
Given function h(x)
Need to find :
h(1) falls under the second condition as -2 ≤1<2:
- h(1) = - (x-1)² + 1 = -( 1 - 1)² + 1 = 1
h(2) and h(4) fall under the third condition as x=2,4 ≥ 2:
- h(2) = 1/2x + 2 = 1/2*2 + 2 = 1 + 2 = 3
- h(4) = 1/2x + 2 = 1/2 * 4 + 2 = 2 + 2 = 4