document.write( "Question 1210473: If ST = 2, QS = 4, and PT = 5, find PQ. \n" ); document.write( "
Algebra.Com's Answer #852835 by CPhill(2138)\"\" \"About 
You can put this solution on YOUR website!
This problem is a classic application of the **Tangent-Secant Theorem** (a form of the Power of a Point Theorem) in circle geometry. Since no figure is provided, we must assume the geometric setup that allows for a unique solution using the given segment lengths.\r
\n" ); document.write( "\n" ); document.write( "### 1. Assuming the Geometric Setup\r
\n" ); document.write( "\n" ); document.write( "We assume the following configuration:
\n" ); document.write( "* $\overline{PT}$ is a **tangent** to a circle at point $T$.
\n" ); document.write( "* $\overline{PSQ}$ is a **secant** line intersecting the same circle at points $S$ and $Q$.
\n" ); document.write( "* $P$ is the external point from which the tangent and secant originate.
\n" ); document.write( "* The length $ST=2$ is **extraneous information** (a common feature in test questions to check if the student uses the correct theorem).\r
\n" ); document.write( "\n" ); document.write( "### 2. Applying the Tangent-Secant Theorem\r
\n" ); document.write( "\n" ); document.write( "The theorem states that the square of the length of the tangent segment is equal to the product of the length of the external secant segment and the entire secant segment.\r
\n" ); document.write( "\n" ); document.write( "$$\mathbf{PT^2 = PS \cdot PQ}$$\r
\n" ); document.write( "\n" ); document.write( "From the given information:
\n" ); document.write( "* $PT = 5$
\n" ); document.write( "* $QS = 4$
\n" ); document.write( "* $PQ$ is the entire secant segment: $PQ = PS + QS = PS + 4$\r
\n" ); document.write( "\n" ); document.write( "### 3. Calculation\r
\n" ); document.write( "\n" ); document.write( "Let $PS = x$. The equation becomes:
\n" ); document.write( "$$5^2 = x \cdot (x + 4)$$
\n" ); document.write( "$$25 = x^2 + 4x$$\r
\n" ); document.write( "\n" ); document.write( "Rearrange into a quadratic equation:
\n" ); document.write( "$$x^2 + 4x - 25 = 0$$\r
\n" ); document.write( "\n" ); document.write( "Use the quadratic formula, $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, to solve for $x$:
\n" ); document.write( "$$x = \frac{-4 \pm \sqrt{4^2 - 4(1)(-25)}}{2(1)}$$
\n" ); document.write( "$$x = \frac{-4 \pm \sqrt{16 + 100}}{2}$$
\n" ); document.write( "$$x = \frac{-4 \pm \sqrt{116}}{2}$$\r
\n" ); document.write( "\n" ); document.write( "Simplify $\sqrt{116} = \sqrt{4 \cdot 29} = 2\sqrt{29}$:
\n" ); document.write( "$$x = \frac{-4 \pm 2\sqrt{29}}{2}$$
\n" ); document.write( "$$x = -2 \pm \sqrt{29}$$\r
\n" ); document.write( "\n" ); document.write( "Since $x$ represents the length $PS$, it must be positive.
\n" ); document.write( "$$PS = x = -2 + \sqrt{29}$$\r
\n" ); document.write( "\n" ); document.write( "### 4. Finding PQ\r
\n" ); document.write( "\n" ); document.write( "The length $PQ$ is the sum of the external segment $PS$ and the internal segment $QS$:
\n" ); document.write( "$$PQ = PS + QS$$
\n" ); document.write( "$$PQ = (-2 + \sqrt{29}) + 4$$
\n" ); document.write( "$$PQ = \mathbf{2 + \sqrt{29}}$$
\n" ); document.write( "
\n" );