1973 AHSME Problems

Revision as of 12:12, 5 July 2018 by Rockmanex3 (talk | contribs) (Fixed Problem 20)

Problem 1

A chord which is the perpendicular bisector of a radius of length 12 in a circle, has length

$\textbf{(A)}\ 3\sqrt3\qquad\textbf{(B)}\ 27\qquad\textbf{(C)}\ 6\sqrt3\qquad\textbf{(D)}\ 12\sqrt3\qquad\textbf{(E)}\ \text{ none of these}$

Solution

Problem 2

One thousand unit cubes are fastened together to form a large cube with edge length 10 units; this is painted and then separated into the original cubes. The number of these unit cubes which have at least one face painted is

$\textbf{(A)}\ 600\qquad\textbf{(B)}\ 520\qquad\textbf{(C)}\ 488\qquad\textbf{(D)}\ 480\qquad\textbf{(E)}\ 400$

Solution

Problem 3

The stronger Goldbach conjecture states that any even integer greater than 7 can be written as the sum of two different prime numbers. For such representations of the even number 126, the largest possible difference between the two primes is

$\textbf{(A)}\ 112\qquad\textbf{(B)}\ 100\qquad\textbf{(C)}\ 92\qquad\textbf{(D)}\ 88\qquad\textbf{(E)}\ 80$

Solution

Problem 4

Two congruent 30-60-90 are placed so that they overlap partly and their hypotenuses coincide. If the hypotenuse of each triangle is 12, the area common to both triangles is

$\textbf{(A)}\ 6\sqrt3\qquad\textbf{(B)}\ 8\sqrt3\qquad\textbf{(C)}\ 9\sqrt3\qquad\textbf{(D)}\ 12\sqrt3\qquad\textbf{(E)}\ 24$

Solution

Problem 5

Of the following five statements, I to V, about the binary operation of averaging (arithmetic mean),

$\text{I. Averaging is associative }$

$\text{II. Averaging is commutative }$

$\text{III. Averaging distributes over addition }$

$\text{IV. Addition distributes over averaging }$

$\text{V. Averaging has an identity element }$

those which are always true are

$\textbf{(A)}\ \text{All}\qquad\textbf{(B)}\ \text{I and II only}\qquad\textbf{(C)}\ \text{II and III only}$ $\textbf{(D)}\ \text{II and IV only}\qquad\textbf{(E)}\ \text{II and V only}$

Solution

Problem 6

If 554 is the base $b$ representation of the square of the number whose base $b$ representation is 24, then $b$, when written in base 10, equals

$\textbf{(A)}\ 6\qquad\textbf{(B)}\ 8\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 14\qquad\textbf{(E)}\ 16$

Solution

Problem 7

The sum of all integers between 50 and 350 which end in 1 is

$\textbf{(A)}\ 5880\qquad\textbf{(B)}\ 5539\qquad\textbf{(C)}\ 5208\qquad\textbf{(D)}\ 4877\qquad\textbf{(E)}\ 4566$

Solution

Problem 8

If 1 pint of paint is needed to paint a statue 6 ft. high, then the number of pints it will take to paint (to the same thickness) 540 statues similar to the original but only 1 ft. high is

$\textbf{(A)}\ 90\qquad\textbf{(B)}\ 72\qquad\textbf{(C)}\ 45\qquad\textbf{(D)}\ 30\qquad\textbf{(E)}\ 15$

Solution

Problem 9

In $\triangle ABC$ with right angle at $C$, altitude $CH$ and median $CM$ trisect the right angle. If the area of $\triangle CHM$ is $K$, then the area of $\triangle ABC$ is

$\textbf{(A)}\ 6K\qquad\textbf{(B)}\ 4\sqrt3\ K\qquad\textbf{(C)}\ 3\sqrt3\ K\qquad\textbf{(D)}\ 3K\qquad\textbf{(E)}\ 4K$

Solution

Problem 10

If $n$ is a real number, then the simultaneous system

$nx+y = 1$

$ny+z = 1$

$x+nz = 1$

has no solution if and only if is equal to

$\textbf{(A)}\ -1\qquad\textbf{(B)}\ 0\qquad\textbf{(C)}\ 1\qquad\textbf{(D)}\ 0\text{ or }1\qquad\textbf{(E)}\ \frac{1}2$

Solution

Problem 11

A circle with a circumscribed and an inscribed square centered at the origin of a rectangular coordinate system with positive and axes and is shown in each figure to below.

[asy] size((400)); draw((0,0)--(22,0), EndArrow); draw((10,-10)--(10,12), EndArrow); draw((25,0)--(47,0), EndArrow); draw((35,-10)--(35,12), EndArrow); draw((-25,0)--(-3,0), EndArrow); draw((-15,-10)--(-15,12), EndArrow); draw((-50,0)--(-28,0), EndArrow); draw((-40,-10)--(-40,12), EndArrow); draw(Circle((-40,0),6)); draw(Circle((-15,0),6)); draw(Circle((10,0),6)); draw(Circle((35,0),6)); draw((-34,0)--(-40,6)--(-46,0)--(-40,-6)--(-34,0)--(-34,6)--(-46,6)--(-46,-6)--(-34,-6)--cycle); draw((-6.5,0)--(-15,8.5)--(-23.5,0)--(-15,-8.5)--cycle); draw((-10.8,4.2)--(-19.2,4.2)--(-19.2,-4.2)--(-10.8,-4.2)--cycle); draw((14.2,4.2)--(5.8,4.2)--(5.8,-4.2)--(14.2,-4.2)--cycle); draw((16,6)--(4,6)--(4,-6)--(16,-6)--cycle); draw((41,0)--(35,6)--(29,0)--(35,-6)--cycle); draw((43.5,0)--(35,8.5)--(26.5,0)--(35,-8.5)--cycle); label("I", (-49,9)); label("II", (-24,9)); label("III", (1,9)); label("IV", (26,9)); label("X", (-28,0), S); label("X", (-3,0), S); label("X", (22,0), S); label("X", (47,0), S); label("Y", (-40,12), E); label("Y", (-15,12), E); label("Y", (10,12), E); label("Y", (35,12), E);[/asy]

The inequalities

\[|x|+|y|\leq\sqrt{2(x^{2}+y^{2})}\leq 2\mbox{Max}(|x|, |y|)\]

are represented geometrically* by the figure numbered

$\textbf{(A)}\ I\qquad\textbf{(B)}\ II\qquad\textbf{(C)}\ III\qquad\textbf{(D)}\ IV\qquad\textbf{(E)}\ \mbox{none of these}$

* An inequality of the form $f(x, y) \leq g(x, y)$, for all $x$ and $y$ is represented geometrically by a figure showing the containment

$\{\mbox{The set of points }(x, y)\mbox{ such that }g(x, y) \leq a\} \subset\\ \{\mbox{The set of points }(x, y)\mbox{ such that }f(x, y) \leq a\}$

for a typical real number $a$.

Solution

Problem 12

The average (arithmetic mean) age of a group consisting of doctors and lawyers in 40. If the doctors average 35 and the lawyers 50 years old, then the ratio of the numbers of doctors to the number of lawyers is

$\textbf{(A)}\ 3: 2\qquad\textbf{(B)}\ 3: 1\qquad\textbf{(C)}\ 2: 3\qquad\textbf{(D)}\ 2: 1\qquad\textbf{(E)}\ 1: 2$

Solution

Problem 13

The fraction $\frac{2(\sqrt2+\sqrt6)}{3\sqrt{2+\sqrt3}}$ is equal to

$\textbf{(A)}\ \frac{2\sqrt2}{3} \qquad \textbf{(B)}\ 1 \qquad \textbf{(C)}\ \frac{2\sqrt3}3 \qquad \textbf{(D)}\ \frac43 \qquad \textbf{(E)}\ \frac{16}{9}$

Solution

Problem 14

Each valve $A$, $B$, and $C$, when open, releases water into a tank at its own constant rate. With all three valves open, the tank fills in 1 hour, with only valves $A$ and $C$ open it takes 1.5 hours, and with only valves $B$ and $C$ open it takes 2 hours. The number of hours required with only valves $A$ and $B$ open is

$\textbf{(A)}\ 1.1\qquad\textbf{(B)}\ 1.15\qquad\textbf{(C)}\ 1.2\qquad\textbf{(D)}\ 1.25\qquad\textbf{(E)}\ 1.75$

Solution

Problem 15

A sector with acute central angle $\theta$ is cut from a circle of radius 6. The radius of the circle circumscribed about the sector is

$\textbf{(A)}\ 3\cos\theta \qquad \textbf{(B)}\ 3\sec\theta \qquad \textbf{(C)}\ 3 \cos \frac12 \theta \qquad \textbf{(D)}\ 3 \sec \frac12 \theta \qquad \textbf{(E)}\ 3$

Solution

Problem 16

If the sum of all the angles except one of a convex polygon is $2190^{\circ}$, then the number of sides of the polygon must be

$\textbf{(A)}\ 13 \qquad \textbf{(B)}\ 15 \qquad \textbf{(C)}\ 17 \qquad \textbf{(D)}\ 19 \qquad \textbf{(E)}\ 21$

Solution

Problem 17

If $\theta$ is an acute angle and $\sin \frac12 \theta = \sqrt{\frac{x-1}{2x}}$, then $\tan \theta$ equals

$\textbf{(A)}\ x \qquad \textbf{(B)}\ \frac1{x} \qquad \textbf{(C)}\ \frac{\sqrt{x-1}}{x+1} \qquad \textbf{(D)}\ \frac{\sqrt{x^2-1}}{x} \qquad \textbf{(E)}\ \sqrt{x^2-1}$

Solution

Problem 18

If $p \geq 5$ is a prime number, then $24$ divides $p^2 - 1$ without remainder

$\textbf{(A)}\ \text{never} \qquad \textbf{(B)}\ \text{sometimes only} \qquad \textbf{(C)}\ \text{always} \qquad$

$\textbf{(D)}\ \text{only if } p =5 \qquad \textbf{(E)}\ \text{none of these}$

Solution

Problem 19

Define $n_a!$ for $n$ and $a$ positive to be

\[n_a ! = n (n-a)(n-2a)(n-3a)...(n-ka)\]

where $k$ is the greatest integer for which $n>ka$. Then the quotient $72_8!/18_2!$ is equal to

$\textbf{(A)}\ 4^5 \qquad \textbf{(B)}\ 4^6 \qquad \textbf{(C)}\ 4^8 \qquad \textbf{(D)}\ 4^9 \qquad \textbf{(E)}\ 4^{12}$

Solution

Problem 20

A cowboy is 4 miles south of a stream which flows due east. He is also 8 miles west and 7 miles north of his cabin. He wishes to water his horse at the stream and return home. The shortest distance (in miles) he can travel and accomplish this is

$\textbf{(A)}\ 4+\sqrt{185} \qquad \textbf{(B)}\ 16 \qquad \textbf{(C)}\ 17 \qquad \textbf{(D)}\ 18 \qquad \textbf{(E)}\ \sqrt{32}+\sqrt{137}$

Solution

Problem 21

21 The number of sets of two or more consecutive positive integers whose sum is 100 is

Solution

Problem 22

22 The set of all real solutions of the inequality

is



[Note: I updated the notation on this problem.]

Solution

Problem 23

23 There are two cards; one is red on both sides and the other is red on one side and blue on the other. The cards have the same probability (1/2) of being chosen, and one is chosen and placed on the table. If the upper side of the card on the table is red, then the probability that the under-side is also red is

Solution

Problem 24

24 The check for a luncheon of 3 sandwiches, 7 cups of coffee and one piece of pie came to . The check for a luncheon consisting of 4 sandwiches, 10 cups of coffee and one piece of pie came to at the same place. The cost of a luncheon consisting of one sandwich, one cup of coffee, and one piece of pie at the same place will come to

Solution

Problem 25

25 A circular grass plot 12 feet in diameter is cut by a straight gravel path 3 feet wide, one edge of which passes through the center of the plot. The number of square feet in the remaining grass area is

Solution

Problem 26

26 The number of terms in an A.P. (Arithmetic Progression) is even. The sum of the odd and even-numbered terms are 24 and 30, respectively. If the last term exceeds the first by 10.5, the number of terms in the A.P. is

Solution

Problem 27

27 Cars A and B travel the same distance. Care A travels half that distance at miles per hour and half at miles per hour. Car B travels half the time at miles per hour and half at miles per hour. The average speed of Car A is miles per hour and that of Car B is miles per hour. Then we always have

Solution

Problem 28

28 If , , and are in geometric progression (G.P.) with and is an integer, then , , form a sequence


Solution

Problem 29

29 Two boys start moving from the same point A on a circular track but in opposite directions. Their speeds are 5 ft. per second and 9 ft. per second. If they start at the same time and finish when they first me at the point A again, then the number of times they meet, excluding the start and finish, is

Solution

Problem 30

30 Let denote the greatest integer where and . Then we have


Solution

Problem 31

31 In the following equation, each of the letters represents uniquely a different digit in base ten:


The sum equals

Solution

Problem 32

32 The volume of a pyramid whose base is an equilateral triangle of side length 6 and whose other edges are each of length is

Solution

Problem 33

33 When one ounce of water is added to a mixture of acid and water, the new mixture is acid. When one ounce of acid is added to the new mixture, the result is acid. The percentage of acid in the original mixture is

Solution

Problem 34

34 A plane flew straight against a wind between two towns in 84 minutes and returned with that wind in 9 minutes less than it would take in still air. The number of minutes (2 answers) for the return trip was

Solution

Problem 35

35 In the unit circle shown in the figure, chords and are parallel to the unit radius of the circle with center at . Chords , , and are each units long and chord is units long.

Of the three equations those which are necessarily true are

Solution

See also

1973 AHSME (ProblemsAnswer KeyResources)
Preceded by
1972 AHSME
Followed by
1974 AHSME
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
All AHSME Problems and Solutions


The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png