I am using a laser range finder to calculate the height of a second story wall. I have a fixed point and three separate lengths hitting the top, the bottom, and an indeterminate point on the wall. With the exact lengths of all three line segments, how do I find the length of the wall? Note: I am unable to create a right triangle due to the height and the uneven wall underneath.


Let $a = AX, b = XB$, where $A, B$ are the lower end and upper ends of the segment whose length is what you are solving for. Using the bisector property of triangle, and the cosine formula you have: $\dfrac{96}{109} = \dfrac{a}{b}, \dfrac{103^2+96^2-a^2}{2\cdot 103\cdot 96}=\dfrac{103^2+109^2-b^2}{2\cdot 103\cdot 109}$. Can you solve this system and your answer is $a+b$.