The 'tricks' for the first one is that you can take a constant outside of an integral and also that you can split up a single integral of many terms into many integrals of single terms:
$$E[ag(X)+bh(X)]= \int_{-\infty}^{\infty} [ag(X)+bh(X)]f_x(x)dx \\\indent= \int_{-\infty}^{\infty}ag(X)f_x(x)dx+\int_{-\infty}^{\infty}bh(X)f_x(x)dx \\\indent =a\int_{-\infty}^{\infty}g(X)f_x(x)dx+b\int_{-\infty}^{\infty}h(X)f_x(x)dx \\\indent = aE[g(X)]+bE[h(x)]$$
Part b is a very similar process to part a:
$$Var(aX) = E[(aX)^2]-(E[aX])^2 \\\indent =\int_{-\infty}^{\infty}a^2X^2f_x(x)dx-(\int_{-\infty}^{\infty}aXf_x(x)dx)^2\\\indent= a^2\int_{-\infty}^{\infty}X^2f_x(x)dx-(a\int_{-\infty}^{\infty}Xf_x(x)dx)^2 \\\indent= a^2E[X^2]-a^2(\int_{-\infty}^{\infty}Xf_x(x)dx)^2 \\\indent= a^2(E[X^2]-(E[X])^2)\\\indent=a^2Var(X)$$
I'm not too sure with part c so hopefully someone else can help with that =)