Difference between revisions of "2013 UNCO Math Contest II Problems"

(Created page with "Twenty-first Annual UNC Math Contest Final Round January 19, 2013. Three hours; no electronic devices. Justify your answers. Clear and concise presentations will earn more points...")
 
m
Line 2: Line 2:
 
Three hours; no electronic devices. Justify your answers. Clear and concise presentations will earn more points.
 
Three hours; no electronic devices. Justify your answers. Clear and concise presentations will earn more points.
 
We hope you enjoy thinking about these problems, but you are not expected to solve them all.
 
We hope you enjoy thinking about these problems, but you are not expected to solve them all.
The positive integers are 1, 2, 3, 4, . . . .
+
The positive integers are <math>1, 2, 3, 4, \ldots</math>
  
 
==Problem 1==
 
==Problem 1==
  
 
<asy>
 
<asy>
filldraw((-1,-1)--(-1,1)--(1,1)--(1,-1)--cycle,grey);
+
filldraw((-4,-3)--(-4,3)--(4,3)--(4,-3)--cycle,grey);
filldraw(circle((-1,0),1),white);
+
filldraw(circle((-4,0),3),white);
filldraw(circle((1,0),1),white);
+
filldraw(circle((4,0),3),white);
</asy/
+
draw((-7,3)--(7,3),black);
 +
draw((-7,-3)--(7,-3),black);
 +
</asy>
  
 
In the diagram, the two circles are tangent to the two parallel lines. The
 
In the diagram, the two circles are tangent to the two parallel lines. The
Line 20: Line 22:
 
==Problem 2==
 
==Problem 2==
  
EXAMPLE: The number 64 is equal to 82 and also equal to 43, so 64 is both a perfect square and a perfect cube.
+
EXAMPLE: The number <math>64</math> is equal to <math>8^2</math> and also equal to <math>4^3</math>, so <math>64</math> is both a perfect square and a perfect cube.
(a) Find the smallest positive integer multiple of 12 that is a perfect square.
+
(a) Find the smallest positive integer multiple of <math>12</math> that is a perfect square.
(b) Find the smallest positive integer multiple of 12 that is a perfect cube.
+
(b) Find the smallest positive integer multiple of <math>12</math> that is a perfect cube.
(c) Find the smallest positive integer multiple of 12 that is both a perfect square and a perfect cube.
+
(c) Find the smallest positive integer multiple of <math>12</math> that is both a perfect square and a perfect cube.
 
A B
 
A B
 
C
 
C
Line 30: Line 32:
  
 
==Problem 3==
 
==Problem 3==
 +
<asy>
 +
filldraw(circle((0,-sqrt(2)/2),sqrt(2)/2),grey);
 +
filldraw(circle((0,0),1),white);
 +
draw((-sqrt(2)/2,-sqrt(2)/2)--(sqrt(2)/2,-sqrt(2)/2)--(0,0)--cycle,black);
 +
MP("C",(0,0),N);MP("A",(-sqrt(2)/2,-sqrt(2)/2),W);MP("B",(sqrt(2)/2,-sqrt(2)/2),E);
 +
</asy>
  
Point C is the center of a large circle that passes through both A and
+
Point <math>C</math> is the center of a large circle that passes through both <math>A</math> and
B, and C lies on the small circle whose diameter is AB. The area of the
+
<math>B</math>, and <math>C</math> lies on the small circle whose diameter is <math>AB</math>. The area of the
small circle is 9!. Find the area of the shaded lune, the region inside
+
small circle is <math>9\pi</math>. Find the area of the shaded <math>textit{lune}</math>, the region inside
 
the small circle and outside the large circle.
 
the small circle and outside the large circle.
  
Line 39: Line 47:
  
 
==Problem 4==
 
==Problem 4==
Find all real numbers x that satisfy
+
 
!
+
Find all real numbers x that satisfy <math>(x^2 - \frac{7}{2}x + \frac(3}{2})^(x^2+7x+10)= 1.</math>
x2 - 72
 
x + 32
 
"(x2+7x+10)
 
= 1.
 
  
 
[[2013 UNC Math Contest II Problems/Problem 4|Solution]]
 
[[2013 UNC Math Contest II Problems/Problem 4|Solution]]
Line 50: Line 54:
 
==Problem 5==
 
==Problem 5==
  
If the sum of distinct positive integers is 17, find the largest possible value of their product. Give both a set of
+
If the sum of distinct positive integers is <math>17</math>, find the largest possible value of their product. Give both a set of
positive integers and their product. Remember to consider only sums of distinct numbers, and not 3+7+7 or
+
positive integers and their product. Remember to consider only sums of distinct numbers, and not <math>3+7+7</math> or
2+3+4+4+4, etc., which have repeated terms. You need not justify your answer on this question.
+
<math>2+3+4+4+4</math>, etc., which have repeated terms. You need not justify your answer on this question.
EXAMPLE: Distinct Integers: {2, 3, 4, 8} Their Sum: 2 + 3 + 4 + 8 = 17 Their Product: 2 × 3 × 4 × 8 = 192
+
 
 +
<math>\begin{tabular}{|c|c|c|c|}
 +
\hline
 +
EXAMPLE: & Distinct Integers: {2, 3, 4, 8} & Their Sum: 2 + 3 + 4 + 8 = 17 & Their Product: 2 × 3 × 4 × 8 = 192 \\
 +
\hline
 +
\end{tabular}</math>
 +
 
 +
 
  
 
[[2013 UNC Math Contest II Problems/Problem 5|Solution]]
 
[[2013 UNC Math Contest II Problems/Problem 5|Solution]]

Revision as of 13:14, 16 October 2014

Twenty-first Annual UNC Math Contest Final Round January 19, 2013. Three hours; no electronic devices. Justify your answers. Clear and concise presentations will earn more points. We hope you enjoy thinking about these problems, but you are not expected to solve them all. The positive integers are $1, 2, 3, 4, \ldots$

Problem 1

[asy] filldraw((-4,-3)--(-4,3)--(4,3)--(4,-3)--cycle,grey); filldraw(circle((-4,0),3),white); filldraw(circle((4,0),3),white); draw((-7,3)--(7,3),black); draw((-7,-3)--(7,-3),black); [/asy]

In the diagram, the two circles are tangent to the two parallel lines. The distance between the centers of the circles is 8, and both circles have radius 3. What is the area of the shaded region between the circles?

Solution

Problem 2

EXAMPLE: The number $64$ is equal to $8^2$ and also equal to $4^3$, so $64$ is both a perfect square and a perfect cube. (a) Find the smallest positive integer multiple of $12$ that is a perfect square. (b) Find the smallest positive integer multiple of $12$ that is a perfect cube. (c) Find the smallest positive integer multiple of $12$ that is both a perfect square and a perfect cube. A B C

Solution

Problem 3

[asy] filldraw(circle((0,-sqrt(2)/2),sqrt(2)/2),grey); filldraw(circle((0,0),1),white); draw((-sqrt(2)/2,-sqrt(2)/2)--(sqrt(2)/2,-sqrt(2)/2)--(0,0)--cycle,black); MP("C",(0,0),N);MP("A",(-sqrt(2)/2,-sqrt(2)/2),W);MP("B",(sqrt(2)/2,-sqrt(2)/2),E); [/asy]

Point $C$ is the center of a large circle that passes through both $A$ and $B$, and $C$ lies on the small circle whose diameter is $AB$. The area of the small circle is $9\pi$. Find the area of the shaded $textit{lune}$, the region inside the small circle and outside the large circle.

Solution

Problem 4

Find all real numbers x that satisfy $(x^2 - \frac{7}{2}x + \frac(3}{2})^(x^2+7x+10)= 1.$ (Error compiling LaTeX. Unknown error_msg)

Solution

Problem 5

If the sum of distinct positive integers is $17$, find the largest possible value of their product. Give both a set of positive integers and their product. Remember to consider only sums of distinct numbers, and not $3+7+7$ or $2+3+4+4+4$, etc., which have repeated terms. You need not justify your answer on this question.

$\begin{tabular}{|c|c|c|c|} \hline EXAMPLE: & Distinct Integers: {2, 3, 4, 8} & Their Sum: 2 + 3 + 4 + 8 = 17 & Their Product: 2 × 3 × 4 × 8 = 192 \\ \hline \end{tabular}$


Solution

Problem 6

There is at least one Friday the Thirteenth in every year. (a) What is the latest possible month in which the first Friday the Thirteenth can occur? (b) In a year in which the first Friday the Thirteenth occurs in its latest month, what day of the week is January 1? The table below shows the number of days in each month. February has 29 days in leap years and 28 in others. JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC 31 28 or 29 31 30 31 30 31 31 30 31 30 31

Solution

Problem 7

Suzie and her mom dry half the dishes together; then mom rests, while Suzie and her dad dry the other half. Drying the dishes this way takes twice as long as when all three work together. If Suzie’s mom takes 2 seconds per dish and her dad takes 5 seconds per dish, how long does Suzie take per dish?

Solution

Problem 8

EXAMPLE: The non-terminating periodic decimal 0.124124 . . . = 0.124 has period three and is abbreviated by placing a bar over the shortest repeating block. (a) If all digits 0 through 9 are allowed, how many distinct periodic decimals 0.d1d2 . . . d6 have period exactly six? Do not include patterns like 0.323 and 0.17 that have shorter periods. (b) If only digits 0 and 1 are allowed, how many distinct periodic decimals 0.d1d2 . . . d12 have period exactly 12?

Solution

Problem 9

The standard abbreviation for the non-terminating repeating decimal .34121121121121121 . . . is .34121, a string of five digits. How many distinct non-terminating repeating decimals .d1d2d3 . . . have standard abbreviations that have at most six digits? (Consider two nonterminating decimals distinct if they differ in any digit. Nonterminating means that the digits are not eventually all zero.) COMMENTS The standard abbreviation is also the shortest. For example, .34121121121121121 . . . = .34121 can also be abbreviated as .341211, or as .3412112, or as .34121121 by sliding the bar rightward, making longer strings. The nonterminating decimal .34121 has two parts: a repeating tail T = 121 and a non-repeating head H = 34. If the string has no head, the decimal is periodic, which is acceptable. There must be a tail string T, which by convention is NOT permitted to be T = 0, since that corresponds to a terminating decimal. The examples .345, .9, and .7219 are all standard abbreviations for nonterminating repeating decimals.

Solution

Problem 10

Dav designs a robot, which he calls FrankenCoder, to print nonsense text by scrambling eleven-letter messages. The robot always repeats the same scrambling rule. FrankenCoder scrambles ENIGMACRUSH into GENIUSCHARM. Using the same rule, Franken- Coder then scrambles GENIUSCHARM into IGENARCMSHU, and so on. 1 2 3 4 5 6 7 8 9 10 11 1st: E N I G M A C R U S H 2nd: G E N I U S C H A R M 3rd: I G E N A R C M S H U 3 1 2 9 4 8 5 10 6 11 ! ! " "

$$ (Error compiling LaTeX. Unknown error_msg) % & ! 7 FrankenCoder’s internal wiring for scrambling letters is diagrammed at left, depicted as a collection of cycles. The arrows show how each of the eleven letters moves in a single scramble: letter 7 stays in its place, the first four letters move in a cycle, and the other six letters also trade positions in a cycle. Dav sees that the messages printed by FrankenCoder repeat cyclically in paragraphs: eventually, the original message ENIGMACRUSH reappears as the start of a new paragraph identical to the first paragraph. (a) How many distinct messages does each paragraph contain? (b) Dav tries to improve the robot, to get an even longer paragraph of distinct messages, by drawing different wiring diagrams for the eleven letter positions. Experimenting with component cycles of various lengths, he perfects his ultimate robot: FrankenCoder-II, a robot that produces the longest possible paragraph of distinct eleven-letter messages. How many distinct messages does FrankenCoder-II produce? (c) Draw a wiring diagram that could describe FrankenCoder-II. There may be ties, since different wiring diagrams can make robots that print paragraphs that have the same length. Draw just one wiring diagram. (d) Dav realizes that because there are ties for the best wiring diagram, he can build an entire army of distinct robots that are as good as FrankenCoder-II at creating long paragraphs. How many distinct robots can he build that are as good as FrankenCoder-II? Include FrankenCoder-II in your count. (Two robots are regarded as distinct if they scramble the starting message ENIGMACRUSH into different messages.)

Solution

Problem 11

(a) Stages 1 and 2 each contain 1 tile. Stage 6 contains 8 tiles. If

the pattern is continued, how many tiles will Stage 15 contain? (b) What is the first Stage in which the number of tiles is a multiple of 2013?

Solution