document.write( "Question 1147842: Point lines on the directed line segment from A (2,3) to B(8,0) and partitions the segment in the ratio 2 to 1. What are the coordinates of point P? \n" ); document.write( "
Algebra.Com's Answer #769162 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The x-distance between A and B is 6 \n" ); document.write( "The y-distance is 3 \n" ); document.write( "2/3 of 6 is 4, so the x- coordinate is 4 away from A and 2 from B. It will be 6. \n" ); document.write( "2/3 of 3 is 2, so the y-coordinate is 2 away from A and will be 1.\r \n" ); document.write( "\n" ); document.write( "It is (6,1) \n" ); document.write( " |