1. When working on the coordinate plane, if you know the coordinates of the segment's endpoints, describe what you need to do in order to calculate its length. [br]1a. Give an example to illustrate your answer. Use an oblique segment.
Steps:[br]1. get the difference of the x-coordinates, ∆x; drop the sign if neg. (i.e. take the absolute value of the difference, [size=150]l[/size]∆x[size=150]l, [size=100]then square your result.[/size][/size][br]2. do the same with the y-coordinates. Get the [size=150]I[/size]∆y[size=150]I [size=100]and square your answer.[/size][br][/size]3. Add the two squares[br]4. place the sum under the square root sign,[math]\sqrt{ }[/math] [br]5. simplify if possible.[br][br]Ex: (5, – 9)[br] – (12, 1)[br] ___________ (square them)[br] ∆x = –7 ∆y = –10 ---> I∆xI = 7 I∆yI = 10 --- - - - - -> 49 + 100 = 149 ---> [math]\sqrt{149}[/math][br] [br]