Find the number of lines that are parallel to and have an intercept of 10 units between the coordinate axes.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
y = mx + c................1
2x + 6y - 7 = 0
m = -1/3 so the eq of line which is parallel to above line is
y = -x/3 + c ................2
y intercept = (0,c)
x intercept = (3c,0)
y using distance formula , distance bw these two points will be
d = (9c^2 + c^2)1/2 = (+ or - )(root10)c (distance bw coordinate axis)
d = 10 (given) so
c = + or - (root10)
there are two possible values for c so total number of lines can be 2 ...