$\int (x+1)\sqrt{5x-6} \text{dx}$
My working so far:
$u=5x-6$
$du=5dx$
$\int\dfrac{x+1}{5}\sqrt u \ \text{du}$
Substituting x
$\int \dfrac{(u+6)/5)+(5/5)}{5}\cdot\sqrt u \ \text{du}$
$\int (u+11)\sqrt u \ \text{du}$
I've got the same powers right when I integrate that, but I have my coefficients wrong. The answer is:
$\dfrac{2}{75}(5x-6)^{5/2}+\dfrac{22}{75}(5x-6)^{3/2}+c$
Where am I going wrong?