To answer this question, first let's note what the question tells us:
- The line passes through the origin, (0,0).
- The line has a slope of 1/7, meaning that for every increase of 1 in the y direction, x has to increase by 7 (using the rise over run method, 1 rise of y for every 7 run of x).
Thinking about point 2, x is increasing much more quickly than y since x has to go up by 7 for y to go up by just 1. Therefore, since we're starting at the origin where x and y are both 0, the points on this line are going to have much larger x values than y values. Let's take a look at the choices given:
(x, y)
A) (0, 7)
B) (1, 7)
C) (7, 7)
D) (14,2)
Taking a look at the options A through C, notice how all of those options have x values that are either smaller than or equal to their y values. As we saw above, that wouldn't make sense for a point on the line given. Therefore, D is the correct answer.
That might be the quickest way to solve this question without plugging in numbers, which is fine for tests like the SAT but not for an exam that isn't multiple choice. Let's do it the typical way then with the form y = mx + b:
y = mx + b, where m = slope and b = y-intercept
y = 1/7 * x + 0 (notice that b is 0 because the y-intercept, aka the y value when x is 0, is at the origin where x and y are both 0)
y = 1/7 * x
Now you can plug each of the answer choices in for x and y. For example:
A) (0, 7)
y = 1/7 * x
7 = 1/7 * 0
7 = 0
FALSE
But if we look at choice D:
D) (14, 2)
y = 1/7 * x
2 = 1/7 * 14
2 = 2
TRUE
Answer: D