Let a and b be real numbers. The function h(x) = ax + b satisfies h(1) = 5 and h(-1) = 1. What is h(6)?
Reverse engineer the function; a+b=5, and b-a=1. So, a=2 and b=3, so h(6) = 12+3 = 15.