Answer: 3
=========================================================
Step-by-step explanation:
This is the given piecewise function
We can rewrite things like this
I personally prefer this format better because it mentions the inputs first, and that leads to which function definition we go for.
The input a = 2 fits the description of
since
is a true statement. Therefore we go for the third line and can see that
becomes
-----------
As another example, if we had the input a = 7, then we'd go for the first line (since 7 > 3) and get
h(a) = 3a+2
h(7) = 3(7)+2
h(7) = 23