Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

UGC-NET | UGC NET CS 2015 Dec – III | Question 32

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

The end points of a given line are (0, 0) and (6, 18). Compute each value of y as x steps from 0 to 3, by using equation of straight line:
(A) For x = 0, y = 0; x = 1, y = 3; x = 2, y = 6; x = 3, y = 9
(B) For x = 0, y = 1; x = 1, y = 3; x = 2, y = 4; x = 3, y = 9
(C) For x = 0, y = 2; x = 1, y = 3; x = 2, y = 6; x = 3, y = 9
(D) For x = 0, y = 0; x = 1, y = 3; x = 2, y = 4; x = 3, y = 6


Answer: (A)

Explanation:

Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Last Updated : 09 May, 2018
Like Article
Save Article
Similar Reads