Difference between revisions of "1957 AHSME Problems/Problem 34"
m (typo fix) |
(diagram) |
||
Line 9: | Line 9: | ||
== Solution == | == Solution == | ||
+ | |||
+ | <asy> | ||
+ | |||
+ | import geometry; | ||
+ | |||
+ | // Axes | ||
+ | draw((0,-8)--(0,8),arrow=Arrows); | ||
+ | label("$y$",(0,9)); | ||
+ | draw((-8,0)--(8,0),arrow=Arrows); | ||
+ | label("$x$",(9,0)); | ||
+ | |||
+ | // Circle and Line | ||
+ | draw(circle((0,0),5),red+dashed); | ||
+ | draw(line((0,1),(1,0)),blue); | ||
+ | |||
+ | </asy> | ||
+ | |||
<math>\fbox{\textbf{(C)} a straight line segment not including the end-points}</math>. | <math>\fbox{\textbf{(C)} a straight line segment not including the end-points}</math>. | ||
Revision as of 07:13, 26 July 2024
Problem
The points that satisfy the system , constitute the following set:
Solution
.
See Also
1957 AHSC (Problems • Answer Key • Resources) | ||
Preceded by Problem 33 |
Followed by Problem 35 | |
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 • 26 • 27 • 28 • 29 • 30 • 31 • 32 • 33 • 34 • 35 • 36 • 37 • 38 • 39 • 40 • 41 • 42 • 43 • 44 • 45 • 46 • 47 • 48 • 49 • 50 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.