Difference between revisions of "2014 AMC 8 Problems/Problem 15"
Mathlebron (talk | contribs) m (→Solution) |
(→Problem) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | The circumference of the circle with center <math>O</math> is divided into <math>12</math> equal arcs, marked the letters <math>A</math> through <math>L</math> as seen | + | The circumference of the circle with center <math>O</math> is divided into <math>12</math> equal arcs, marked the letters <math>A</math> through <math>L</math> as seen |
− | + | <math>K</math>","<math>L</math>"}; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
draw(unitcircle); | draw(unitcircle); | ||
for(int i=0;i<=11;i=i+1) | for(int i=0;i<=11;i=i+1) | ||
Line 16: | Line 10: | ||
} | } | ||
draw(O--circum[4]--circum[0]--circum[6]--circum[8]--cycle); | draw(O--circum[4]--circum[0]--circum[6]--circum[8]--cycle); | ||
− | label(" | + | label("<math>x</math>",circum[0],2.75*(dir(circum[0]--circum[4])+dir(circum[0]--circum[6]))); |
− | label(" | + | label("<math>y</math>",circum[6],1.75*(dir(circum[6]--circum[0])+dir(circum[6]--circum[8]))); |
− | label(" | + | label("<math>O</math>",O,dir(60)); |
</asy> | </asy> | ||
Revision as of 11:39, 19 January 2025
Contents
Problem
The circumference of the circle with center is divided into equal arcs, marked the letters through as seen ",""}; draw(unitcircle); for(int i=0;i<=11;i=i+1) { circum[i]=dir(120-30*i); dot(circum[i],linewidth(2.5)); label(let[i],circum[i],2*dir(circum[i])); } draw(O--circum[4]--circum[0]--circum[6]--circum[8]--cycle); label("",circum[0],2.75*(dir(circum[0]--circum[4])+dir(circum[0]--circum[6]))); label("",circum[6],1.75*(dir(circum[6]--circum[0])+dir(circum[6]--circum[8]))); label("",O,dir(60)); </asy>
Video Solution (CREATIVE THINKING)
~Education, the Study of Everything
Video Solution
https://www.youtube.com/watch?v=qseG63LK4AU ~David
https://youtu.be/aZhjhb3mMfg ~savannahsolver
Video Solution
https://youtu.be/abSgjn4Qs34?t=3242
Solution
For this problem, it is useful to know that the measure of an inscribed angle is half the measure of its corresponding central angle. Since each unit arc is of the circle's circumference, each unit central angle measures . Then, we know that the central angle of x = , so inscribed angle = . Also, central angle of y = , so inscribed angle = . Summing both inscribed angles gives
See Also
2014 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Problem 16 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.