Question

Difficulty: MediumDistance and Midpoint Formulas

In the standard (x,y)(x, y) coordinate plane, the midpoint of the line segment with endpoints A(1,3)A(1, 3) and B(7,x2)B\left(7, \frac{x}{2}\right) is MM. If the distance from the origin (0,0)(0, 0) to MM is 894\sqrt{\frac{89}{4}} units, and xx is a positive number, what is the value of xx?

  1. A
    2
  2. 4Answer
  3. C
    8
  4. D
    14
  5. E
    16

Answer

The correct value of xx is 44.
The midpoint MM of A(1,3)A(1, 3) and B(7,x2)B\left(7, \frac{x}{2}\right) has coordinates (1+72,3+x22)=(4,x+64)\left(\frac{1+7}{2}, \frac{3 + \frac{x}{2}}{2}\right) = \left(4, \frac{x+6}{4}\right). The distance from (0,0)(0, 0) to MM is 42+(x+64)2=894\sqrt{4^2 + \left(\frac{x+6}{4}\right)^2} = \sqrt{\frac{89}{4}}. Squaring both sides yields 16+(x+6)216=89416 + \frac{(x+6)^2}{16} = \frac{89}{4}. Multiplying through by 16 gives 256+(x+6)2=356256 + (x+6)^2 = 356, which simplifies to (x+6)2=100(x+6)^2 = 100. Taking the square root of both sides gives x+6=10x+6 = 10 (since xx is positive), which simplifies to x=4x = 4.

Step-by-Step Solution

1
Find the coordinates of the midpoint M(xM,yM)M(x_M, y_M) of the segment ABAB.
M=(4,x+64)M = \left(4, \frac{x+6}{4}\right)
By the midpoint formula, xM=1+72=4x_M = \frac{1 + 7}{2} = 4 and yM=3+x22=6+x22=x+64y_M = \frac{3 + \frac{x}{2}}{2} = \frac{\frac{6+x}{2}}{2} = \frac{x+6}{4}.
2
Set up the distance equation from the origin (0,0)(0, 0) to M(4,x+64)M\left(4, \frac{x+6}{4}\right) using the distance formula.
42+(x+64)2=894\sqrt{4^2 + \left(\frac{x+6}{4}\right)^2} = \sqrt{\frac{89}{4}}
The distance between the origin (0,0)(0, 0) and any point (x,y)(x, y) is given by d=x2+y2d = \sqrt{x^2 + y^2}.
3
Solve the distance equation for the positive variable xx.
x=4x = 4
Squaring both sides gives 16+(x+6)216=89416 + \frac{(x+6)^2}{16} = \frac{89}{4}. Multiplying by 16 yields 256+(x+6)2=356256 + (x+6)^2 = 356, which simplifies to (x+6)2=100(x+6)^2 = 100. Since xx is positive, x+6=10    x=4x+6 = 10 \implies x = 4.

Key Concept

Solving coordinate geometry problems by combining the midpoint formula and the distance formula.
Rate this question