document.write( "Question 255603: Find the coordinates of point P that is 1/3 of the way from A(4,-3) to B(1,3). Write your answer as an ordered pair (x, y). \n" ); document.write( "
Algebra.Com's Answer #187939 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the coordinates of point P that is 1/3 of the way from A(4,-3) to B(1,3). Write your answer as an ordered pair (x, y). \n" ); document.write( "----------------- \n" ); document.write( "Get the x and y distances separately and add 1/3 to point A: \n" ); document.write( "diffx = -3 \n" ); document.write( "1/3 = -1 \n" ); document.write( "Px = 4 + (-1) = 3 \n" ); document.write( "------------------- \n" ); document.write( "diffy = +6 \n" ); document.write( "1/3 = +2 \n" ); document.write( "Py = -3 + 2 = -1 \n" ); document.write( "----------------- \n" ); document.write( "P is (3,-1) \n" ); document.write( " \n" ); document.write( " |