document.write( "Question 1106556: Find the coordinates of point P that divides the segments with the given endpoints in the ratio 2 : 3.
\n" );
document.write( "i A(-3, -1) and B(2, 4) iii A(-2, -3) and B(4, 0)
\n" );
document.write( "ii A(-4, 9) and B(1, -1) iv A(-6, -1) and B(3, 8) \n" );
document.write( "
Algebra.Com's Answer #721581 by stanbon(75887) ![]() You can put this solution on YOUR website! Find the coordinates of point P that divides the segments with the given endpoints in the ratio 2 : 3. \n" ); document.write( "i A(-3, -1) and B(2, 4) \n" ); document.write( "d(A to B) = sqrt[(2--3)^2 + (4--1)^2] = sqrt[25+25] = 25sqrt(2) \n" ); document.write( "P = (-3+(2/3)25sqrt(2),-1+(2/3)25sqrt(2)) \n" ); document.write( "------------------- \n" ); document.write( "ii A(-4, 9) and B(1, -1) \n" ); document.write( "d(A to B) = sqrt[(1--4)^2+(-1-9)^2] = sqrt[25+100] = 5sqrt(5) \n" ); document.write( "P = (-4+(2/3)5*sqrt(5),9+(2/3)5sqrt(5)) \n" ); document.write( "---- \n" ); document.write( "etc. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( "iii A(-2, -3) and B(4, 0) \n" ); document.write( "iv A(-6, -1) and B(3, 8) \n" ); document.write( " |