The3Mathketeers

avatar
UsernameThe3Mathketeers
Score189
Membership
Stats
Questions 1
Answers 115

 #3
avatar+189 
0

First, I will label one point in the diagram to ease the solving process. Let S be the point where \(\overline{\text{AB}}\) intersects the circle with center O. Because \(\overline{\text{AB}}\) intersects at one point, that makes the segment a tangent segment to the circle with center O by definition.

 

Now, consider \(\overline{\text{BR}} \text{ and } \overline{\text{BS}}\). Both of these segments form a tangent segment to the circle with center O. We can use a variety of methods to prove that \(\triangle \text{OBR} \cong \triangle \text{OBS}\) because of Hypotenuse-Leg Congruency Theorem. Because of the presence of congruent triangles, we can conclude that \(m \angle \text{ROB} = m\angle \text{BOS}\). Similarly, we can conclude that \(m \angle \text{SOA} = m\angle \text{OAT}\).

 

By the Angle Addition Postulate, we know that \(m \angle \text{BOS} + m \angle \text{SOA} = 40^{\circ}\)We can use this information to find the measure of the central angle \(m\angle \text{ROT}\).

 

\(m \angle \text{ROT} = m \angle \text{ROB} + m \angle \text{BOS} + m \angle \text{SOA} + m \angle \text{AOT} \\ m \angle \text{ROT} = m \angle \text{BOS} + m \angle \text{BOS} + m\angle \text{SOA} + m \angle \text{SOA} \\ m \angle \text{ROT} = (m \angle \text{BOS} + m \angle \text{SOA}) + (m \angle \text{BOS} + m\angle \text{SOA}) \\ m \angle \text{ROT} = 40^{\circ} + 40^{\circ} \\ m \angle \text{ROT} = 80^{\circ}\)

 

Now, consider the figure ROTP. This forms a quadrilateral. The sum of the interior angles of any quadrilateral is 360 degrees. We actually know three of the angles already. \(m \angle \text{PRO} = m \angle \text{OTP} = 90^{\circ}\) because the corresponding angle between tangent segments and the radius of a circle are always perpendicular. Now, we can find the \(m \angle \text{RPA}\)

 

\(m \angle \text{RPA} + m \angle \text{PRO} + m \angle \text{ROT} + m \angle \text{OTP} = 360^{\circ} \\ m \angle \text{RPA} + 90^\circ + 80^\circ + 90^\circ = 360^\circ \\ m \angle \text{RPA} = 100^{\circ}\)

 

Of course, \(m \angle \text{BPA} = m \angle \text{RPA} = 100^{\circ}\).

Aug 26, 2023
 #1
avatar+189 
+1

This quadratic is in the form of \(y = x^2 - 17x - c\). We can find the solutions of a quadratic equation by utilizing the quadratic formula.

 

\(x_{1, 2} = \frac{-(-17) \pm \sqrt{(-17)^2 - 4 * -c}}{2*1} \\ x_{1, 2} = \frac{17 \pm \sqrt{289 + 4c}}{2}\)

 

All solutions are of this particular form. In order for this family of quadratics to have any chance of having integer roots, the radicand \(289 + 4c\) must be a perfect square. We can combine this with the constraint information \(1 < c < 25\) to narrow the options significantly.

 

\(1 < c < 25 \\ 4 < 4c < 100 \\ 293 < 289 + 4c < 389\)

 

In other words, any candidate perfect square must lie between 293 and 389. 172 = 289 and the lower bound is 293. This means that the radicand must have a perfect square greater than 17. 202 = 400 and the upper bound is 389. This means that the radicand must have a perfect square less than 20. This restricts the options considerably to either 289 + 4c = 182 or 289 + 4c = 192. We can find the corresponding value for c and determine whether or not this yields integer solutions.

 

\(289 + 4c = 18^2 \\ 289 + 4c = 324 \\ 4c = 35 \\ c = \frac{35}{4} \not\in \mathbb{Z}\) \(289 + 4c = 19^2 \\ 289 + 4c = 361 \\ 4c = 72 \\ c = 18 \in \mathbb{Z}\)

 

We have now determined that, when c = 18, the radicand it a perfect square! Now, we should check that it generates integer solutions.

 

\(\text{Let } c = 18: \\ \Delta = 289 + 4c = 19^2 \\ x_{1, 2} = \frac{17 \pm \sqrt{19^2}}{2} \\ x_1 = \frac{17 + 19}{2} \text{ or } x_2 = \frac{17 - 19}{2}\)

 

At this point, it is clear that the solutions are integers because the numerator is even.

 

When 1 < c < 25, c = 18 is the only value that generated integer solutions of the given family of quadratics, so the sum of all possible integer values for c is 18.

Aug 25, 2023