Difference between revisions of "2023 WSMO Speed Round Problems"
(Created page with "==Problem 1== Find the number of square units in the area of the shaded region. <asy> size(4cm); for (int i=0; i<5; ++i) { for (int j=0; j<5; ++j) { dot((i,j)); } } pai...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
draw(x, linewidth(2)); | draw(x, linewidth(2)); | ||
</asy> | </asy> | ||
+ | |||
+ | [[2023 WSMO Speed Round Problems/Problem 1|Solution]] | ||
==Problem 2== | ==Problem 2== | ||
Line 28: | Line 30: | ||
There are 4 tables and 5 chairs at each table. Each chair seats 2 people. There are 10 people who are seated randomly. Andre and Emily are 2 of them, and are a couple. If the probability that Andre and Emily are in the same chair is <math>\frac{m}{n},</math> for relatively prime positive integers <math>m</math> and <math>n,</math> find <math>m+n.</math> | There are 4 tables and 5 chairs at each table. Each chair seats 2 people. There are 10 people who are seated randomly. Andre and Emily are 2 of them, and are a couple. If the probability that Andre and Emily are in the same chair is <math>\frac{m}{n},</math> for relatively prime positive integers <math>m</math> and <math>n,</math> find <math>m+n.</math> | ||
− | [[2023 WSMO Speed Round Problems/Problem 2 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 2|Solution]] |
==Problem 3== | ==Problem 3== | ||
Line 34: | Line 36: | ||
There are 6 pairs of socks for each color of the rainbow (red, orange, yellow, green, blue, indigo, violet) in a sock drawer. How many socks must be drawn from the drawer to guarantee that a pair of red socks have been drawn? | There are 6 pairs of socks for each color of the rainbow (red, orange, yellow, green, blue, indigo, violet) in a sock drawer. How many socks must be drawn from the drawer to guarantee that a pair of red socks have been drawn? | ||
− | [[2023 WSMO Speed Round Problems/Problem 3 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 3|Solution]] |
==Problem 4== | ==Problem 4== | ||
A right circular cone is inscribed in a right prism as shown. If the ratio of the volume of the cone to the volume of the prism is <math>\frac{m}{n}\pi,</math> for relatively prime positive integers <math>m</math> and <math>n,</math> find <math>m+n.</math> | A right circular cone is inscribed in a right prism as shown. If the ratio of the volume of the cone to the volume of the prism is <math>\frac{m}{n}\pi,</math> for relatively prime positive integers <math>m</math> and <math>n,</math> find <math>m+n.</math> | ||
+ | <asy> | ||
+ | import three; import graph3; | ||
+ | defaultpen(linewidth(0.8)); | ||
+ | size(200); | ||
+ | draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle); | ||
+ | draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle); | ||
+ | draw((0,0,0)--(0,0,1)); draw((1,0,0)--(1,0,1)); draw((1,1,0)--(1,1,1)); draw((0,1,0)--(0,1,1)); | ||
+ | draw(Circle((0.5,0.5,0),0.5),dashed); | ||
+ | draw((0.5,0.5,1)--(0.5,0,0),dashed); draw((0.5,0.5,1)--(0.5,1,0),dashed); draw((0.5,0.5,1)--(1,0.5,0),dashed); draw((0.5,0.5,1)--(0,0.5,0),dashed); | ||
+ | </asy> | ||
+ | |||
+ | [[2023 WSMO Speed Round Problems/Problem 4|Solution]] | ||
==Problem 5== | ==Problem 5== | ||
Line 44: | Line 58: | ||
There exists a rational polynomial <math>f(x)</math> such that for all <math>x</math> in the range <math>(0,1),</math> <math>f(x)=\sum_{n=1}^{\infty}nx^n.</math> If the maximum of <math>f(x)</math> over <math>[6,9]</math> is <math>\frac{m}{n},</math> for relatively prime positive integers <math>m</math> and <math>n,</math> find <math>m+n.</math> | There exists a rational polynomial <math>f(x)</math> such that for all <math>x</math> in the range <math>(0,1),</math> <math>f(x)=\sum_{n=1}^{\infty}nx^n.</math> If the maximum of <math>f(x)</math> over <math>[6,9]</math> is <math>\frac{m}{n},</math> for relatively prime positive integers <math>m</math> and <math>n,</math> find <math>m+n.</math> | ||
− | [[2023 WSMO Speed Round Problems/Problem 5 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 5|Solution]] |
==Problem 6== | ==Problem 6== | ||
Line 50: | Line 64: | ||
Let <math>ABC</math> be an equilateral triangle of side length <math>6.</math> Points <math>A_1,A_2,A_3,B_1,B_2,B_3,C_1,C_2,C_3</math> are chosen such that <math>A_1,A_2,A_3</math> divide <math>BC</math> into four equal segments, <math>B_1,B_2,B_3</math> divide <math>AC</math> into four equal segments, and <math>C_1,C_2,C_3</math> divide <math>AB</math> into four equal segments. If <math>i,j,k</math> are chosen from the set <math>{1,2,3}</math> independently and randomly, the expected area of <math>A_iB_jC_k</math> is <math>\frac{a\sqrt{b}}{c},</math> for squarefree <math>b</math> and relatively prime positive integers <math>a</math> and <math>c.</math> Find <math>a+b+c.</math> | Let <math>ABC</math> be an equilateral triangle of side length <math>6.</math> Points <math>A_1,A_2,A_3,B_1,B_2,B_3,C_1,C_2,C_3</math> are chosen such that <math>A_1,A_2,A_3</math> divide <math>BC</math> into four equal segments, <math>B_1,B_2,B_3</math> divide <math>AC</math> into four equal segments, and <math>C_1,C_2,C_3</math> divide <math>AB</math> into four equal segments. If <math>i,j,k</math> are chosen from the set <math>{1,2,3}</math> independently and randomly, the expected area of <math>A_iB_jC_k</math> is <math>\frac{a\sqrt{b}}{c},</math> for squarefree <math>b</math> and relatively prime positive integers <math>a</math> and <math>c.</math> Find <math>a+b+c.</math> | ||
− | [[2023 WSMO Speed Round Problems/Problem 6 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 6|Solution]] |
==Problem 7== | ==Problem 7== | ||
Line 56: | Line 70: | ||
Let <math>e, a, j</math> be real numbers such that <math>e + a + j = 1</math> and <math>e\geq -\frac{1}{3}</math>, <math>a\geq 1</math> and <math>j\geq-\frac{5}{3}</math>. Find the maximum value of <math>\sqrt{3e+1} + \sqrt{3a+3} + \sqrt{3j+5}.</math> | Let <math>e, a, j</math> be real numbers such that <math>e + a + j = 1</math> and <math>e\geq -\frac{1}{3}</math>, <math>a\geq 1</math> and <math>j\geq-\frac{5}{3}</math>. Find the maximum value of <math>\sqrt{3e+1} + \sqrt{3a+3} + \sqrt{3j+5}.</math> | ||
− | [[2023 WSMO Speed Round Problems/Problem 7 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 7|Solution]] |
==Problem 8== | ==Problem 8== | ||
Line 62: | Line 76: | ||
In regular octagon <math>ABCDEFGH</math> of sidelength <math>4,</math> quadrilaterals <math>ACEG</math> and <math>BDFH</math> are drawn. Find the square of the area of the overlap of the two quadrilaterals. | In regular octagon <math>ABCDEFGH</math> of sidelength <math>4,</math> quadrilaterals <math>ACEG</math> and <math>BDFH</math> are drawn. Find the square of the area of the overlap of the two quadrilaterals. | ||
− | [[2023 WSMO Speed Round Problems/Problem 8 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 8|Solution]] |
==Problem 9== | ==Problem 9== | ||
Line 68: | Line 82: | ||
Suppose that <math>b</math> and <math>c</math> are the roots of the equation <math>x^2-\log(16)x+\log(64).</math> If <math>\sqrt{a+b}+\sqrt{a+c} = \sqrt{b+c},</math> then <math>2^a = \frac{\sqrt{m}}{n},</math> find <math>m+n.</math> | Suppose that <math>b</math> and <math>c</math> are the roots of the equation <math>x^2-\log(16)x+\log(64).</math> If <math>\sqrt{a+b}+\sqrt{a+c} = \sqrt{b+c},</math> then <math>2^a = \frac{\sqrt{m}}{n},</math> find <math>m+n.</math> | ||
− | [[2023 WSMO Speed Round Problems/Problem 9 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 9|Solution]] |
==Problem 10== | ==Problem 10== | ||
Line 74: | Line 88: | ||
Consider acute triangle <math>ABC</math>, <math>H</math> is the orthocenter. Extend <math>AH</math> to meet <math>BC</math> at <math>D</math>. The angle bisector of <math>\angle{ABH}</math> meets the midpoint of <math>AD</math>, <math>M</math>. If <math>AB=10, BH=4</math>, then the area of <math>ABC</math> is <math>\frac{a\sqrt{b}}{c},</math> for squarefree <math>b</math> and relatively prime positive integers <math>a</math> and <math>c.</math> Find <math>a+b+c.</math> | Consider acute triangle <math>ABC</math>, <math>H</math> is the orthocenter. Extend <math>AH</math> to meet <math>BC</math> at <math>D</math>. The angle bisector of <math>\angle{ABH}</math> meets the midpoint of <math>AD</math>, <math>M</math>. If <math>AB=10, BH=4</math>, then the area of <math>ABC</math> is <math>\frac{a\sqrt{b}}{c},</math> for squarefree <math>b</math> and relatively prime positive integers <math>a</math> and <math>c.</math> Find <math>a+b+c.</math> | ||
− | [[2023 WSMO Speed Round Problems/Problem 10 Solution]] | + | [[2023 WSMO Speed Round Problems/Problem 10|Solution]] |
Latest revision as of 10:34, 2 May 2025
Contents
Problem 1
Find the number of square units in the area of the shaded region.
Problem 2
There are 4 tables and 5 chairs at each table. Each chair seats 2 people. There are 10 people who are seated randomly. Andre and Emily are 2 of them, and are a couple. If the probability that Andre and Emily are in the same chair is for relatively prime positive integers
and
find
Problem 3
There are 6 pairs of socks for each color of the rainbow (red, orange, yellow, green, blue, indigo, violet) in a sock drawer. How many socks must be drawn from the drawer to guarantee that a pair of red socks have been drawn?
Problem 4
A right circular cone is inscribed in a right prism as shown. If the ratio of the volume of the cone to the volume of the prism is for relatively prime positive integers
and
find
Problem 5
There exists a rational polynomial such that for all
in the range
If the maximum of
over
is
for relatively prime positive integers
and
find
Problem 6
Let be an equilateral triangle of side length
Points
are chosen such that
divide
into four equal segments,
divide
into four equal segments, and
divide
into four equal segments. If
are chosen from the set
independently and randomly, the expected area of
is
for squarefree
and relatively prime positive integers
and
Find
Problem 7
Let be real numbers such that
and
,
and
. Find the maximum value of
Problem 8
In regular octagon of sidelength
quadrilaterals
and
are drawn. Find the square of the area of the overlap of the two quadrilaterals.
Problem 9
Suppose that and
are the roots of the equation
If
then
find
Problem 10
Consider acute triangle ,
is the orthocenter. Extend
to meet
at
. The angle bisector of
meets the midpoint of
,
. If
, then the area of
is
for squarefree
and relatively prime positive integers
and
Find