Difference between revisions of "2021 AMC 10A Problems/Problem 15"

(Video Solution (Use of Combonatorics and Algebra))
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Nam libero justo laoreet sit amet. Eget arcu dictum varius duis at consectetur. Amet venenatis urna cursus eget nunc. Feugiat nisl pretium fusce id velit. Quam elementum pulvinar etiam non quam lacus. Feugiat nisl pretium fusce id velit. Felis eget nunc lobortis mattis aliquam faucibus purus. Iaculis urna id volutpat lacus laoreet non curabitur gravida arcu. Et ultrices neque ornare aenean euismod elementum nisi quis eleifend. Tellus id interdum velit laoreet id donec ultrices. Nascetur ridiculus mus mauris vitae ultricies. Ut placerat orci nulla pellentesque dignissim enim sit. Varius vel pharetra vel turpis. Aliquam id diam maecenas ultricies mi eget mauris. At tempor commodo ullamcorper a lacus vestibulum sed arcu non. Nulla malesuada pellentesque elit eget gravida cum sociis. Auctor augue mauris augue neque. Risus ultricies tristique nulla aliquet enim.
+
Values for <math>A,B,C,</math> and <math>D</math> are to be selected from <math>\{1, 2, 3, 4, 5, 6\}</math> without replacement (i.e. no two letters have the same value). How many ways are there to make such choices so that the two curves <math>y=Ax^2+B</math> and <math>y=Cx^2+D</math> intersect? (The order in which the curves are listed does not matter; for example, the choices <math>A=3, B=2, C=4, D=1</math> is considered the same as the choices <math>A=4, B=1, C=3, D=2.</math>)
  
==Solution==
+
<math>\textbf{(A) }30 \qquad \textbf{(B) }60 \qquad \textbf{(C) }90 \qquad \textbf{(D) }180 \qquad \textbf{(E) }360</math>
 +
 
 +
==Solution 1 (Intuition):==
 +
Visualizing the two curves, we realize they are both parabolas with the same axis of symmetry. Now assume that the first equation is above the second, since order doesn't matter. Then <math>C>A</math> and <math>B>D</math>. Therefore the number of ways to choose the four integers is <math>\tbinom{6}{2}\tbinom{4}{2}=90</math>, and the answer is <math>\boxed{C}</math>. ~IceWolf10
 +
 
 +
==Solution 2 (Algebra):==
 +
Setting <math>y = Ax^2+B = Cx^2+D</math>, we find that <math>Ax^2-Cx^2 = x^2(A-C) = D-B</math>, so <math>x^2 = \frac {D-B}{A-C} \ge 0</math> by the trivial inequality. This implies that <math>D-B</math> and <math>A-C</math> must both be positive or negative. If two distinct values are chosen for <math>(A, C)</math> and <math>(B, D)</math> respectively, there are <math>2</math> ways to order them so that both the numerator and denominator are positive/negative (increasing and decreasing). We must divide by <math>2</math> at the end, however, since the <math>2</math> curves aren't considered distinct. Calculating, we get <cmath>\frac {1}{2} \cdot \binom {6}{2} \binom {4}{2} \cdot 2 = \boxed{\textbf{(C) }90}.</cmath> ~ ike.chen
 +
 
 +
==Video Solution (Quick & Simple)==
 +
https://youtu.be/I0C0lGvFdj0
 +
 
 +
~ Education, the Study of Everything
 +
 
 +
 
 +
 
 +
== Video Solution (Use of Combonatorics and Algebra) ==
 +
https://www.youtube.com/watch?v=SRjtftj0tSE&list=PLexHyfQ8DMuKqltG3cHT7Di4jhVl6L4YJ&index=7&t=1s
 +
 
 +
~ North America Math Contest Go Go Go
 +
 
 +
== Video Solution (Using Vieta's Formulas and clever combinatorics) ==
 +
https://youtu.be/l85Qah1vGgc
 +
 
 +
~ pi_is_3.14
 +
 
 +
==Video Solution by TheBeautyofMath==
 +
https://youtu.be/t-EEP2V4nAE?t=1376
 +
 
 +
~IceMatrix
  
 
==See also==
 
==See also==
 
{{AMC10 box|year=2021|ab=A|num-b=14|num-a=16}}
 
{{AMC10 box|year=2021|ab=A|num-b=14|num-a=16}}
 +
{{MAA Notice}}

Revision as of 17:44, 7 March 2021

Problem

Values for $A,B,C,$ and $D$ are to be selected from $\{1, 2, 3, 4, 5, 6\}$ without replacement (i.e. no two letters have the same value). How many ways are there to make such choices so that the two curves $y=Ax^2+B$ and $y=Cx^2+D$ intersect? (The order in which the curves are listed does not matter; for example, the choices $A=3, B=2, C=4, D=1$ is considered the same as the choices $A=4, B=1, C=3, D=2.$)

$\textbf{(A) }30 \qquad \textbf{(B) }60 \qquad \textbf{(C) }90 \qquad \textbf{(D) }180 \qquad \textbf{(E) }360$

Solution 1 (Intuition):

Visualizing the two curves, we realize they are both parabolas with the same axis of symmetry. Now assume that the first equation is above the second, since order doesn't matter. Then $C>A$ and $B>D$. Therefore the number of ways to choose the four integers is $\tbinom{6}{2}\tbinom{4}{2}=90$, and the answer is $\boxed{C}$. ~IceWolf10

Solution 2 (Algebra):

Setting $y = Ax^2+B = Cx^2+D$, we find that $Ax^2-Cx^2 = x^2(A-C) = D-B$, so $x^2 = \frac {D-B}{A-C} \ge 0$ by the trivial inequality. This implies that $D-B$ and $A-C$ must both be positive or negative. If two distinct values are chosen for $(A, C)$ and $(B, D)$ respectively, there are $2$ ways to order them so that both the numerator and denominator are positive/negative (increasing and decreasing). We must divide by $2$ at the end, however, since the $2$ curves aren't considered distinct. Calculating, we get \[\frac {1}{2} \cdot \binom {6}{2} \binom {4}{2} \cdot 2 = \boxed{\textbf{(C) }90}.\] ~ ike.chen

Video Solution (Quick & Simple)

https://youtu.be/I0C0lGvFdj0

~ Education, the Study of Everything


Video Solution (Use of Combonatorics and Algebra)

https://www.youtube.com/watch?v=SRjtftj0tSE&list=PLexHyfQ8DMuKqltG3cHT7Di4jhVl6L4YJ&index=7&t=1s

~ North America Math Contest Go Go Go

Video Solution (Using Vieta's Formulas and clever combinatorics)

https://youtu.be/l85Qah1vGgc

~ pi_is_3.14

Video Solution by TheBeautyofMath

https://youtu.be/t-EEP2V4nAE?t=1376

~IceMatrix

See also

2021 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 14
Followed by
Problem 16
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
All AMC 10 Problems and Solutions

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