Hstest16 3
Hstest16 3
1
2
√
12. Let Z = 11 10, the 11th root of 10. What is the smallest value
of n such that the product of the numbers Z, Z 2 , Z 3 , . . . , Z n
exceeds 99,999?
13. In the diagram below, angle D equals 30 degrees. What is the
sum of the angles at A, B, C, D, E, and F ? Express your
answer in degrees.
B..................
... .......
.......
...
...
...
.......
.......
.......
C ...
..........
... ..... .............. ...
... .................... ..
... ............... ... .
............
.
... ......... .......
. ........... ... ............
..........
........... .. ...
............................................................................................................................
A ...
.....
...
..
.
D
.... ...
... ...
... ...
... ....
... .......
..........
............
...
... ...................
.......... E
F
14. Alice and Bill live at opposite ends of the same street. They
leave their houses at the same time and each walk, at constant
speed, from their house to the other house and back. The first
time they meet, they are 400 yards from Alice’s house, and the
second time they meet, they are 300 yards from Bill’s house.
Both times they are traveling in opposite directions. What is
the distance, in yards, between the two houses?
15. Define a sequence by a1 = 5, an+1 = an + 4n − 1, for n ≥ 1.
What is the value of a1000 ?
16. How many 3-element subsets of {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} are
there for which the sum of the elements in the subset is a mul-
tiple of 3?
3
17. Sam has two identical cups. The first is full of water, while
the second is empty. He pours half the water from the first
cup into the second. Then on the second transfer, he pours
one third of the water that is in the second cup back into the
first. He repeats this, alternating cups, pouring 1/(i + 1) of the
water that is in one cup back into the other on the ith transfer.
What fraction of the water is in the first cup just before the
19th transfer?
18. Let A, B, and C be digits of base-7 numbers, with possible
values 0, . . . , 6. If ACB7 + BCC7 = 14007 , what is the base-10
value of ACB7 ?
17
19. What is the remainder when 1717 is divided by 7?
20. What is the smallest positive value of (4x2 + 8x + 5)/(6x + 6)
for all real numbers x?
1
21. What is the solution set of the inequality x
+ 2x ≥ 3?
22. Let ABC be a triangle with side lengths 5, 12, and 13. Let P
be a point inside the triangle. What is the minimum value of
(AP )2 + (BP )2 + (CP )2 , the sum of the squares of the distances
from the point to the vertices?
23. A square is inscribed in a circle, and the region inside the circle
but outside the square is shaded. A circle is then inscribed in
the square, and a second square is inscribed inside this second
circle. The region inside the second circle but outside the second
square is shaded. If this process is continued ad infinitum, what
fraction of the area of the original circle is shaded?
24. A triangle has a right angle at A with AC = 3 and AB = 1.
The angle bisector at B meets AC at P . What is the length
CP ?
25. Define integers xi,j for i, j ≥ 0 by xn,0 = n = x0,n , while xi,j =
xi−1,j + xi,j−1 if i, j ≥ 1. Write a simple expression involving n
X n
which equals xi,n−i .
i=0
4
14. 900. [44] If their speeds are SA and SB , respectively, and the
distance is D, then 400
SA
= D−400
SB
and D+300
SA
= 2D−300
SB
. Thus
D−400 2D−300 2
400
= D+300 . We obtain D − 100D = 800D, so D = 900.
Note that other solutions are possible if they might have been
traveling in the same direction the second time that they met,
if one was much faster than the other.
15. 1997006. [39] a1000 = 5 + 3 + 7 + 11 + · · · , with 1000 terms
including the 5. Thus it equals 5 + 3 · 999 + 4(1 + 2 + · · · 998) =
3002 + 2 · 998 · 999 = 3002 + 2(1000 − 2)(1000 − 1) = 3006 + 2 ·
106 − 6000.
16. 57. [44] The mod 3 values of the elements in the subset can
be {0, 0, 0}, {1, 1, 1}, {2, 2, 2}, or {0, 1, 2}. The number of such
subsets is 33 , 43 , 43 , and 3 · 4 · 4, respectively. So the answer
is 1 + 4 + 4 + 48.
17. 10/19. [31] If you work out the first few, it appears that after
an odd numbered transfer, it will be half and half, while just
8
21. (0, 12 ]∪[1, ∞). [39] The inequality can be written as (2x−1)(x−
1)/x ≥ 0. This is satisfied if all three factors are nonnegative,
or if only one is nonnegative. The solution x = 0 is excluded
since 1/x is not defined.
22. 338/3. [12] Let the vertices be (0, 0), (12, 0), and (0, 5), and let
(x, y) be the point. The desired sum is
x2 + y 2 + x2 + (5 − y)2 + (12 − x)2 + y 2
= 3(x2 − 8x + 48) + 3(y 2 − 10
3
y + 25)
= 3((x − 4)2 + 32) + 3((y 5 2
− 3 ) + 50
9
),
50
whose minimum is 96 + 3
.
23. 2(π − 2)/π or 2 − π4 . [46] Let the radius of the initial circle equal
√
1. Then the sidelength of the inscribed square is 2, and so the
area shaded in the first round is π − 2. The radius of the second
√
circle is 21 2, and so the area shaded in the second round is
1/2 times the area shaded in the first round. Similarly, each
successive round has half as much area shaded as the preceding
9
26. 19. [14] The number of ways in which there are two suits with
2 2
two cards is 42 13 2
13 , while the number with three cards
13
in one suit is 4 3 133 . The sum of these can be factored as
134 · 23 (33 + 11) = 24 · 134 · 19.
√
27. 2 2. [9] a1 + 1b = m is equivalent to a + b = mab. The given
equation says 4(ab)3 = (a + b)2 − 4ab = m2 a2 b2 − 4ab. Thus
4(ab)2 − m2 ab + 4 = 0, which is only satisfied for some ab > 0
√
if m2 ≥ 8, so m ≥ 2 2. Equality is obtained for {a, b} =
√
{ 2 ± 1}.
√
28. 41 (3 − 3). [27] We may assume that the sides of the second
√
triangle are 1, 3, and 2. The first triangle has sides 2, x, and
√ √ √
4 + x2 , with 2 + x + 4 + √ x2 = 1 + √ 3 + 2. Thus 4 + x2 =
√
(1 + 3 − x)2 , and so x = 1+√3 3 = 3−2 3 . Thus the tangent is
√
3− 3
4
.
29. 169. [33] Working up or down from the middle square, we insert
the number of paths from each square to the center square.
There are 4 + 5 + 3 + 1 paths from the top row to the center
10
square, and 13 paths from the center square to the bottom row.
...................................................................................
... .. ... ... ...
4 5 3 1 ...
...
...
..
..
..
.......................................................................................
..
..
..
..
... .
. ... ...
2 2 1 ...
...
..
.
.
...
.
.............................................................
...
.
..... .. ...
...
1 1 ...
...
........................................
...
...
...
... ...
1 ..........................................
....
.
...
.
.
.... .... ....
1 1 ..
.
..................................................................
.
. ...
.. .. ... ..
1 2 2 ...
..
...
..
...................................................................................
...
.
...
..
.... .... .... .... ....
..
. 1 3 5 4 .
.
.
.
.
.
..................................................................................
.
.. ...
30. −6/19. [8] Let the roots be a ± t and a ± 3t. Then ((x − a)2 −
t2 )((x−a)2 −9t2 ) = x4 −(3m+2)x2 +m2 is an identity. We must
have a = 0, 10t2 = 3m + 2, and 9t4 = m2 . Hence m = ±3t2
and 2 = (10 ± 9)t2 . Now t2 = 2 or 2/19, and 3m = 20 − 2 or
20
19
− 2. Finally m = 6 or −6/19.
√
31. 5. [17] Let EB = x, DG = y, and DC = b. Since triangles
EBA and EGC are similar, x1 = b−y b
. Since triangles GF D and
GBC are similar, y = b−y . The first equation yields yb = x−1
4 1+x
x
,
1+x b 1+x x
while the second says 4 = y − 1. We obtain 4 = x−1 − 1,
which simplifies to x2 = 5.
..
........
F
..... ..
..... ....
..
...... ...
.. ...
.....
..... ...
..
....... ...
...
..
..... ...
..
....
. ...
.
...... ...
D .
...
.
.. ...... .
...
G
..............................................................................................................................
.
... .
C
..
. ............. .........
.
... ..............
..
. .. ......
. . . . . . . . ....
.... ..
......
.
.....
.
.. .........
. ..
... ..
... ...............
.............
.
.
...
.
E
... ..... ...
.....
.....
.
. .. . ..... .
.... ... ... .......
..... .............. .
...............................................................................................................................
A B
32. 12.25. [0] Let Xi be the random variable which is 1 if the
ith entry starts a run, and 0 otherwise, and let E(Xi ) be its
expected value. Then E(X1 ) = 1. If i > 1, then the probability
that Xi = 1 is 15 · 9 + 24
24 23
9
· 15
23
, so E(Xi ) = 2·15·9
24·23
. The expected
number of runs is E(X1 ) + · · · + E(X24 ) = 1 + 23 2·15·9
24·23
= 1 + 45
4
.
11
37. 5/108. [1] There are 6 choices for each move (3 for the bowl
from which the ball is chosen, and 2 for the bowl into which
it is placed), and so there are 65 possible sequences of moves.
Suppose the bowls are labeled A, B, and C. It must be the case
that 2 bowls have two balls removed, and one bowl has one
removed. There are 3 choices for the bowl from which only one
ball is removed. Assume that is bowl A. There are 5 choices for
the turn on which that removal will take place, and 2 for the
bowl into which that ball will be moved. If the ball from bowl
A is moved into bowl B, then it must be that the ball that is
moved into bowl A must come from bowl C, for if it came from
B, it would be impossible to end up with an equal number of
balls in bowls B and C. There are now 4 choices of the turn on
which the ball is moved from C to A. On the other three moves,
there must be two from B to C, and one from C to B. There
are three choices for the turn on which we switched from C to
B. So there are 3 · 5 · 2 · 4 · 3 choices altogether. The ratio of this
to 65 is 5/108.
38. 729. [0]First note that f (∅ ∪ A) = f (∅) ∪ f (A) implies that
f (∅) ⊂ f (A) for all A. Also, f is determined by f (∅), f ({a}),
f ({b}), and f ({c}). If |f (∅)| = 3, then |f (A)| = 3 for all A, so
there is only one such f . If f (∅) = {a, b}, there are 23 choices for
f , depending on which of f ({a}), f ({b}), and f ({c}) contain c.
The situation is similar for f (∅) = {a, c} or {b, c}, so there are
3 · 8 possible f ’s for which |f (∅)| = 2. For f (∅) = {a}, there are
43 possible functions f , depending independently on whether or
not b and/or c is in (independently) f ({a}), f ({b}), and f ({c}).
So there are 3 · 43 functions f for which |f (∅)| = 1. Finally, if
f (∅) = ∅, then there are, independently, 8 possibilities for each
of f ({a}), f ({b}), and f ({c}), so 83 possible f with |f (∅)| = 0.
The total number of f is 1 + 24 + 192 + 512 = 729 functions
altogether.
13
1
39. 19. [2] Let bn+1 = an+1 − an . Then b1 = 1 and bn+1 = 1 + bn
.
Thus bn = fn+1
fn
, the ratio of successive Fibonacci numbers.
a12 = b1 + · · · + b12 = 1 + 2 + 23 + 53 + · · · + 144
89
+ 233
144
.
The values of bn approach the golden ratio φ ≈ 1.618. Beginning
with b4 , they are quite close to that value, and so a12 ≈ 4.5 +
9 · 1.618 = 19.062. The actual value is roughly 19.098.
√
40. 200 3/63. [1] If x, y, and z are the lengths of the altitudes,
then the area of the triangle equals 12 (5x + 7y + 8z). By Heron’s
√ √
formula, it equals 10 · 5 · 3 · 2 = 10 3. Thus 5x + 7y + 8z =
√ p
20 3. By AM-GM Inequality, (5x+7y+8z)/3 ≥ 3 (5x)(7y)(8z).
√ 3 √
Thus 280xyz ≤ ( 20 3 √
3) and so xyz ≤ 200 3/63. Equality is
√ √
obtained when x = 4 3/3, y = 20 3/21, and z = 5 3/6.