Rather than track your steps, I will show you how I would approach this problem.
Areas can be computed as integrals over either x or y. For the problem at hand, it is easier to think of x as function of y and to carry out the integral over y. Notice that the equations do not change if y is replaced by -y. This means that the area bounded by the curves has the x axis as an axis of symmetry. If we plot x on the vertical axis and y on the horizontal axis, the vertical axis divides the area into a left half and a right half that are mirror images of each other with equal areas. Taking advantage of this, I will compute the area of the right half and then double the answer as a final step. For the right half side y is always positive, so the boundary equations can be written as
(upper boundary) x = 2 - 5y
(lower boundary) x = 3 y^2
The boundaries cross at y = 1/3 , x = 1/3 and the vertical axis (x axis) forms another boundary for the right half side. Thus the area of the right half is
∫ [ 2-5 y - 3 y^2] dy with limits 0 and 1/3
The integral is elementary yielding
[ 2 y - (5/2) y^2 - (3/3) y^3 ] evaluated at 1/3 and 0. The result is:
area of right half = 19/54. So the whole area is twice this result
Total area = 19/27