This type of question is sometimes called an initial value problem since they've given you a value for y(x), specifically y(-1) = -6. They also supplied us with a differential equation dy/dx = 5x-8/9.
To solve, we'll start by "separating" the differential equation and just multiplying the dx to the other side of the equation: dy = 5x-8/9dx
Now we find the antiderivative of both sides.
∫dy = ∫5x-8/9dx
The left side just gets us y, while the right side(applying the power rule) we should end up with 45x1/9 + C.
If you have questions about using the power rule, you can ask me further later, but I'm operating under the assumption you are familiar.
so y = 45x1/9 + C
Don't forget the C! Because now we need to find the particular C that works with out initial condition. So substitute the information y(-1) = -6 and solve for C.
-6 = 45(-1)1/9 + C
-6 = -45 + C
39 = C
So finally our complete solution should be y = 45x1/9 + 39