document.write( "Question 50540: Find the coodinates of the points one-third and two-thirds of the wa from the point (1,2) to the point (7,11) in the coodinate plane. \n" ); document.write( "
Algebra.Com's Answer #33748 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the coodinates of the points one-third and two-thirds of the wa from the point (1,2) to the point (7,11) in the coodinate plane. \n" ); document.write( "formula is \n" ); document.write( "x=(mx2+nx1)/(m+n)..............y=(my2+ny1)/(m+n)...where \n" ); document.write( "P(x,y) divides AB....A(x1,y1)....and ...b(x2,y2)...inthe ration m:n \n" ); document.write( "we m/n=1/2 \n" ); document.write( "x=(1*7+2*1)/(1+2)=3 \n" ); document.write( "y=(1*11+2*2)/(1+2)=5 \n" ); document.write( "P is (3,5) \n" ); document.write( " |