I encountered this problem and did not know how to solve it:
I graphed it out - making a point for each vertice. I then decided there must be a 3 because when $x=0$ then $y=3$. But, according to that logic, it should be answer c - because when $y=0$ then $x=3$. But, that is not the answer.
Where did I go wrong, and how should I go about solving this problem when I am not given an answer key?

When you look at the picture of the trapezoid in question, to find its area you are actually integrating a line segment from $(0,3)$ to $(3,6)$ in $dx$.
The slope of this is line is $(6-3)/(3-0) = 1$ and plugging in the first point yields the equation $y=x+3$. Thus we will integrate $(x+3)$.
As for the limits, you need to go $(0,3) \to (3,6)$ in $x$, so $x=0$ to $x=3$...