What is the distance between the two straight line represented by the equation
$3x+4y=10$ and $6x+8y=10?$ $$A>1$$ $$B>2$$ $$C>\frac43$$ $$D>\frac12$$ $$E>\frac52$$
I try to solve it , firstly find intercept of both line and then find mid point between of them ,and calculate distance between both line , suggest me where I m wrong
If two lines intersect, then the distance between them is $0$. Otherwise they're parallel and have the same slope, which means the lines can be written as
$ax + by = c$ and
$ax + by = d$
The distance between the lines is then $$\frac{|c-d|}{\sqrt{a^2+b^2}}$$
In your case the two lines are
$3x + 4y = 10$ and
$3x + 4y = 5$
so the distance between them is $\frac{|10-5|}{\sqrt{3^2+4^2}} = 1$.