document.write( "Question 176789: Find the point that is one-fourth of the distance from the point P(-1,3) to the point Q(7,5) along the segment PQ \n" ); document.write( "
Algebra.Com's Answer #131882 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the point that is one-fourth of the distance from the point P(-1,3) to the point Q(7,5) along the segment PQ \n" ); document.write( "------------------- \n" ); document.write( "Calculate x and y separately. \n" ); document.write( "diff in x = (7 - (-1)) = 8 \n" ); document.write( "diff in y = (5-3) = 2 \n" ); document.write( "1/4 of x = 2 \n" ); document.write( "1/4 of y = 1/2 \n" ); document.write( "Call the point R \n" ); document.write( "Rx = Px + 2 = +1 \n" ); document.write( "Ry = Py + 0.5 = 3.5 \n" ); document.write( "So R is: \n" ); document.write( "(1,3.5) \n" ); document.write( " \n" ); document.write( " |