Difference between revisions of "2022 AIME II Problems/Problem 9"
m (→Solution) |
Gougutheorem (talk | contribs) (Added Solution 2) |
||
Line 50: | Line 50: | ||
~DSAERF-CALMIT (https://binaryphi.site) | ~DSAERF-CALMIT (https://binaryphi.site) | ||
+ | |||
+ | ==Solution 2== | ||
+ | We want to derive a general function <math>f(m,n)</math> that indicates the number of bounded regions. Observing symmetry, we know this a symmetric function about <math>m</math> and <math>n</math>. Now let's focus on <math>f(m+1, n)-f(m, n)</math>, which is the difference caused by adding one point to the existing <math>m</math> points of line <math>\ell_A</math>. This new point, call it #m, when connected to point #1 on <math>\ell_B</math>, crosses <math>m*(n-1)</math> lines, thus making additional <math>m*(n-1)+1</math> bounded regions; when connected to point #2 on <math>\ell_B</math>, it crosses <math>m*(n-2)</math> lines, thus making additional <math>m*(n-2)+1</math> bounded regions; etc. By simple algebra/recursion methods, we see | ||
+ | |||
+ | <math>f(m+1, n)-f(m, n)=m*\frac{n(n-1)}{2} +n</math> | ||
+ | |||
+ | Not very difficult to figure out this function have the form: | ||
+ | |||
+ | <math>f(m, n)=\frac{m(m-1)n(n-1)}{4} +mn-1</math> | ||
+ | |||
+ | The fact that <math>f(3,2)=8</math> makes us more confident about the formula. Now plug in <math>m=5, n=7</math>, we get the final answer of <math>\boxed{244}</math>. | ||
==See Also== | ==See Also== | ||
{{AIME box|year=2022|n=II|num-b=8|num-a=10}} | {{AIME box|year=2022|n=II|num-b=8|num-a=10}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 15:36, 28 February 2022
Contents
Problem
Let and
be two distinct parallel lines. For positive integers
and
, distinct points
lie on
, and distinct points
lie on
. Additionally, when segments
are drawn for all
and
, no point strictly between
and
lies on more than two of the segments. Find the number of bounded regions into which this figure divides the plane when
and
. The figure shows that there are 8 regions when
and
.
Solution
We can use recursion to solve this problem:
1. Fix 7 points on , then put one point
on
. Now, introduce a function
that indicates the number of regions created, where x is the number of points on
. For example,
because there are 6 regions.
2. Now, put the second point on
. Join
and
will create
new regions (and we are not going to count them again), and split the existing regions. Let's focus on the spliting process: line segment formed between
and
intersect lines
,
, ...,
at
points
creating
regions (we already count one region at first), then
points
creating
regions (we already count one region at first), 4 points, etc. So, we have:
3. If you still need one step to understand this: and
will still create
new regions. Intersecting
at
points, creating
regions, etc. Thus, we have:
Yes, you might already notice that:
5. (Finally) we have , and
. Therefore, the answer is
.
Note: we could deduce a general formula of this recursion: , where
is the number of points on
.
~DSAERF-CALMIT (https://binaryphi.site)
Solution 2
We want to derive a general function that indicates the number of bounded regions. Observing symmetry, we know this a symmetric function about
and
. Now let's focus on
, which is the difference caused by adding one point to the existing
points of line
. This new point, call it #m, when connected to point #1 on
, crosses
lines, thus making additional
bounded regions; when connected to point #2 on
, it crosses
lines, thus making additional
bounded regions; etc. By simple algebra/recursion methods, we see
Not very difficult to figure out this function have the form:
The fact that makes us more confident about the formula. Now plug in
, we get the final answer of
.
See Also
2022 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.