Dividing Line Segments Quiz (5 Questions)
-
Divide the segment connecting (0,0) and (4,8) in ratio 1:1.
-
Divide (2,3) and (6,7) in ratio 3:1.
-
True or False: Dividing segments uses weighted averages of coordinates.
-
Divide (-2,1) and (4,5) in ratio 2:1.
-
Give a real-world example of dividing a line segment.
Answer Key
-
P = ( {0+4}/{2}, {0+8}/{2} ) = (2,4)
-
P = ( {1*2 + 3*6}/{4}, {1*3 + 3*7}/{4} ) = (5,6)
-
True
-
P = ( {1* -2 + 2*4}/{3}, {1*1 + 2*5}/{3} ) = (2, 11/3)
-
Dividing land plots, map coordinates, construction designs, etc.