Okay here is my approach:
Most of the time with coordinate questions, when you see two points given, you most likely will need to calculate the slope.
Slope of line = (Y1-Y2)/(X1-X2)
Point 1: (0,0) therefore X1= 0, Y1 = 0
Point 2: (3,2) therefore X2=3, Y2=3
Plug into slope formula: (2-0)/3-0) = 2/3
Now that we know the slope, the next step is to incorporate the slope into a y =mx + c format.
So we get: y=(2/3)x + c
If we take any of the points i.e. point 1 or 3 and plug it into y=(2/3) + c you get that the c = 0. So the equation of the line is y=(2/3)x
Now looking at the answer options, plug in each answer options into y=(2/3)(x). The goal is to see if both side of equations equal each other. That would be the answer.
When substituting answer options, I've read and learned that you should start with option C, which is what I did. Substituting the answer choices into y=2/3x is relatively quick. You will fine that the answer is E i.e. :
y=(2/3)x
Point given: (-6, -4). Substitute this into the equation:
-4 = (2/3) (-6)
-4 = -4
Answer: E
Tips to remember:
Always find slope when two points are given
When substituting answer choice, start with C and work your way up or down from there. It is said that if you do that, there's a higher chance that you can find the answer quickly and save time (but this is of course, not always the case). Also, I read somewhere that if the answer ask "which is the following ...." in the question, then the answer is most likely D or E. I don't know how true this is (and I don't think it is always right) but we need all the strategy we can get right ? Give it a shot if you are running out of time!