Vinodh N. answered 01/14/15
Tutor
New to Wyzant
Maths,Computers,Electronics,Digital Communications,windows
To find out the any point on given line which divides in a given ratio would be
lets assume given points as A(-33,0) and B(0,44) and ratio 4:7
(x1,y1) and (x2,y2) m:n
coordiantes of point M(x,y) -> x = mx2+nx1/(m+n) ---1 and y = my2+ny1/(m+n) ---2
Substitute the values in above eq 1 & 2 to get the internal division of line segment.