disawar test distance between the line y barabar x and y square y square x minus 2 is
Hello,
Your question doesn't have the value of x and y. As per distance theorm, if you have value of two points like (x1,y1) and (x2,y2) then you can find the distance between them using the formula:- squareroot( [x2-x3] square + [y2-y1] square).
for example:- if x1=1 x2=3 and y2=8 and y1=6 then distance=squareroot((3-1)square +(8-6)square)=squareroot(4+4)= 2.828 unit.
Hope it helps you!