Difference between revisions of "1971 AHSME Problems/Problem 5"

(Created page with "Solution 1: Let the measure of P equal (BD-AC)/2. BD = 80. Let the measure of Q equal 1/2 the measure of AC. Add the measures of P and Q to get (80-AC)/2 + AC/2 Therefore,...")
 
m
Line 1: Line 1:
Solution 1:
+
== Problem 5 ==
  
Let the measure of P equal (BD-AC)/2. BD = 80.
+
Points <math>A,B,Q,D</math>, and <math>C</math> lie on the circle shown and the measures of arcs <math>\widehat{BQ}</math> and <math>\widehat{QD}</math>
Let the measure of Q equal 1/2 the measure of AC.
+
are <math>42^\circ</math> and <math>38^\circ</math> respectively. The sum of the measures of angles <math>P</math> and <math>Q</math> is
Add the measures of P and Q to get (80-AC)/2 + AC/2
+
 
Therefore, the sum of P and Q is 40 as AC cancels out.
+
<math>\textbf{(A) }80^\circ\qquad
 +
\textbf{(B) }62^\circ\qquad
 +
\textbf{(C) }40^\circ\qquad
 +
\textbf{(D) }46^\circ\qquad
 +
\textbf{(E) }\text{None of these} </math>
 +
 
 +
<asy>
 +
size(3inch);
 +
draw(Circle((1,0),1));
 +
pair A, B, C, D, P, Q;
 +
P = (-2,0);
 +
B=(sqrt(2)/2+1,sqrt(2)/2);
 +
D=(sqrt(2)/2+1,-sqrt(2)/2);
 +
Q = (2,0);
 +
A = intersectionpoints(Circle((1,0),1),B--P)[1];
 +
C = intersectionpoints(Circle((1,0),1),D--P)[0];
 +
draw(B--P--D);
 +
draw(A--Q--C);
 +
label("$A$",A,NW);
 +
label("$B$",B,NE);
 +
label("$C$",C,SW);
 +
label("$D$",D,SE);
 +
label("$P$",P,W);
 +
label("$Q$",Q,E);
 +
//Credit to chezbgone2 for the diagram</asy>
 +
 
 +
 
 +
== Solution 1 ==
 +
 
 +
We see that the measure of <math>P</math> equals <math>(\widehat{BD}-\widehat{AC})/2, and that the measure of </math>Q<math> equals </math>\widehat{AC}<math>.
 +
Since </math>\widehat{BD} = \widehat{BQ} + \widehat{QD} = 42^{\circ} + 38^{\circ} = 80^{\circ}, the sum of the measures of <math>P</math> and <math>Q</math> is $\widehat{BD} \div 2 = 80^{\circ} \div 2 = 40^{\circ} \Longrightarrow \textbf{(C) }.

Revision as of 22:54, 23 July 2020

Problem 5

Points $A,B,Q,D$, and $C$ lie on the circle shown and the measures of arcs $\widehat{BQ}$ and $\widehat{QD}$ are $42^\circ$ and $38^\circ$ respectively. The sum of the measures of angles $P$ and $Q$ is

$\textbf{(A) }80^\circ\qquad \textbf{(B) }62^\circ\qquad \textbf{(C) }40^\circ\qquad \textbf{(D) }46^\circ\qquad  \textbf{(E) }\text{None of these}$

[asy] size(3inch); draw(Circle((1,0),1)); pair A, B, C, D, P, Q; P = (-2,0); B=(sqrt(2)/2+1,sqrt(2)/2); D=(sqrt(2)/2+1,-sqrt(2)/2); Q = (2,0); A = intersectionpoints(Circle((1,0),1),B--P)[1]; C = intersectionpoints(Circle((1,0),1),D--P)[0]; draw(B--P--D); draw(A--Q--C); label("$A$",A,NW); label("$B$",B,NE); label("$C$",C,SW); label("$D$",D,SE); label("$P$",P,W); label("$Q$",Q,E); //Credit to chezbgone2 for the diagram[/asy]


Solution 1

We see that the measure of $P$ equals $(\widehat{BD}-\widehat{AC})/2, and that the measure of$Q$equals$\widehat{AC}$. Since$\widehat{BD} = \widehat{BQ} + \widehat{QD} = 42^{\circ} + 38^{\circ} = 80^{\circ}, the sum of the measures of $P$ and $Q$ is $\widehat{BD} \div 2 = 80^{\circ} \div 2 = 40^{\circ} \Longrightarrow \textbf{(C) }.