QUESTION IMAGE
Question
09/03 - segment bisector practice l (updated)
finding the distance between two points.
distance formula
$d = \sqrt{(x_2 - x_1)^2+(y_2 - y_1)^2}$
distance = (round to nearest hundredth)
finding the midpoint between 2 points.
$m=(\frac{x_1 + x_2}{2},\frac{y_1 + y_2}{2})$
midpoint = ()
- Identify the coordinates of the two - points:
- Assume the left - hand point is \((x_1,y_1)\) and the right - hand point is \((x_2,y_2)\). From the graph, if we assume the left - hand point is \((-4,1)\) and the right - hand point is \((4,0)\).
- Calculate the distance between the two points:
- Use the distance formula \(d=\sqrt{(x_2 - x_1)^2+(y_2 - y_1)^2}\).
- Substitute \(x_1=-4,y_1 = 1,x_2 = 4,y_2=0\) into the formula:
- First, calculate \((x_2 - x_1)\) and \((y_2 - y_1)\): \(x_2 - x_1=4-(-4)=8\) and \(y_2 - y_1=0 - 1=-1\).
- Then, \((x_2 - x_1)^2+(y_2 - y_1)^2=8^2+( - 1)^2=64 + 1=65\).
- So, \(d=\sqrt{65}\approx8.06\).
- Calculate the mid - point between the two points:
- Use the mid - point formula \(M=(\frac{x_1 + x_2}{2},\frac{y_1 + y_2}{2})\).
- Substitute \(x_1=-4,y_1 = 1,x_2 = 4,y_2=0\) into the formula:
- \(\frac{x_1 + x_2}{2}=\frac{-4 + 4}{2}=0\).
- \(\frac{y_1 + y_2}{2}=\frac{1+0}{2}=0.5\).
- So the mid - point \(M=(0,0.5)\).
Step1: Identify coordinates
Let \((x_1,y_1)=(-4,1)\) and \((x_2,y_2)=(4,0)\)
Step2: Calculate distance
Substitute into \(d=\sqrt{(x_2 - x_1)^2+(y_2 - y_1)^2}\), get \(d=\sqrt{65}\approx8.06\)
Step3: Calculate mid - point
Substitute into \(M = (\frac{x_1 + x_2}{2},\frac{y_1 + y_2}{2})\), get \(M=(0,0.5)\)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
Distance = 8.06
Midpoint=(0,0.5)