Difference between revisions of "1988 AIME Problems/Problem 12"
Jj empire10 (talk | contribs) |
|||
(12 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
+ | Let <math>P</math> be an interior point of triangle <math>ABC</math> and extend lines from the vertices through <math>P</math> to the opposite sides. Let <math>a</math>, <math>b</math>, <math>c</math>, and <math>d</math> denote the lengths of the segments indicated in the figure. Find the product <math>abc</math> if <math>a + b + c = 43</math> and <math>d = 3</math>. | ||
− | == Solution == | + | [[Image:1988_AIME-12.png]] |
+ | |||
+ | == Solution 1 == | ||
+ | Call the [[cevian]]s AD, BE, and CF. Using area ratios (<math>\triangle PBC</math> and <math>\triangle ABC</math> have the same base), we have: | ||
+ | |||
+ | <math>\frac {d}{a + d} = \frac {[PBC]}{[ABC]}</math> | ||
+ | |||
+ | Similarily, <math>\frac {d}{b + d} = \frac {[PCA]}{[ABC]}</math> and <math>\frac {d}{c + d} = \frac {[PAB]}{[ABC]}</math>. | ||
+ | |||
+ | Then, | ||
+ | <math>\frac {d}{a + d} + \frac {d}{b + d} + \frac {d}{c + d} = \frac {[PBC]}{[ABC]} + \frac {[PCA]}{[ABC]} + \frac {[PAB]}{[ABC]} = \frac {[ABC]}{[ABC]} = 1</math> | ||
+ | |||
+ | The [[identity]] <math>\frac {d}{a + d} + \frac {d}{b + d} + \frac {d}{c + d} = 1</math> is a form of [[Ceva's Theorem]]. | ||
+ | |||
+ | Plugging in <math>d = 3</math>, we get | ||
+ | |||
+ | <cmath>\frac{3}{a + 3} + \frac{3}{b + 3} + \frac{3}{c+3} = 1</cmath> | ||
+ | <cmath>3[(a + 3)(b + 3) + (b + 3)(c + 3) + (c + 3)(a + 3)] = (a+3)(b+3)(c+3)</cmath> | ||
+ | <cmath>3(ab + bc + ca) + 18(a + b + c) + 81 = abc + 3(ab + bc + ca) + 9(a + b + c) + 27</cmath> | ||
+ | <cmath>9(a + b + c) + 54 = abc=\boxed{441}</cmath> | ||
+ | |||
+ | == Video Solution by Pi Academy == | ||
+ | |||
+ | https://youtu.be/fHFD0TEfBnA?si=DRKVU_As7Rv0ou5D | ||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | Let <math>A,B,C</math> be the weights of the respective vertices. We see that the weights of the feet of the cevians are <math>A+B,B+C,C+A</math>. By [[mass points]], we have that: <cmath>\dfrac{a}{3}=\dfrac{B+C}{A}</cmath> <cmath>\dfrac{b}{3}=\dfrac{C+A}{B}</cmath> <cmath>\dfrac{c}{3}=\dfrac{A+B}{C}</cmath> | ||
+ | |||
+ | If we add the equations together, we get <math>\frac{a+b+c}{3}=\frac{A^2B+A^2C+B^2A+B^2C+C^2A+C^2B}{ABC}=\frac{43}{3}</math> | ||
+ | |||
+ | If we multiply them together, we get <math>\frac{abc}{27}=\frac{A^2B+A^2C+B^2A+B^2C+C^2A+C^2B+2ABC}{ABC}=\frac{49}{3} \implies abc=\boxed{441}</math> | ||
+ | |||
+ | ==Solution 3== | ||
+ | |||
+ | You can use mass points to derive <math>\frac {d}{a + d} + \frac {d}{b + d} + \frac {d}{c + d}=1.</math> Plugging it in yields <math>\frac{3}{a + 3} + \frac{3}{b + 3} + \frac{3}{c+3} = 1.</math> We proceed as we did in Solution 1 - however, to make the equation look less messy, we do the substitution <math>a'=a+3,b'=b+3,c'=c+3.</math> | ||
+ | |||
+ | Then we have <math>\frac{3}{a'}+\frac{3}{b'}+\frac{3}{c'}=1.</math> Clearing fractions gives us <math>a'b'c'=3a'b'+3b'c'+3c'a'\to a'b'c'-3a'b'-3b'c'-3c'a'=0.</math> Factoring yields <math>(a'-3)(b'-3)(c'-3)=9(a'+b'+c')-27,</math> and the left hand side looks suspiciously like what we want to find. (It is.) | ||
+ | |||
+ | Substituting yields our answer as <math>9\cdot 52-27=\boxed{441}.</math> | ||
+ | |||
+ | == Solution 4 (Ceva Identity) == | ||
+ | |||
+ | A cool identity derived from Ceva's Theorem is that: | ||
+ | |||
+ | <cmath>\frac{AP}{PA'}\frac{BP}{PB'}\frac{CP}{PC'} = 2 + \frac{AP}{PA'} + \frac{BP}{PB'} + \frac{CP}{PC'}</cmath> | ||
+ | |||
+ | To see this, we use another Ceva's Theorem identity (sometimes attributed to Gergonne): <math>\frac{AP}{PA'}=\frac{AC'}{C'B}+\frac{AB'}{B'C}</math>, and similarly for cevians <math>BB'</math> and <math>CC'</math>. And then: | ||
+ | |||
+ | <math>\frac{AP}{PA'}\frac{BP}{PB'}\frac{CP}{PC'} = | ||
+ | \left(\frac{AB'}{B'C}+\frac{AC'}{C'B}\right) | ||
+ | \left(\frac{BC'}{C'A}+\frac{BA'}{A'C}\right) | ||
+ | \left(\frac{CB'}{B'A}+\frac{CA'}{A'B}\right) = \\ | ||
+ | \underbrace{\frac{AB'\cdot CA'\cdot BC'}{B'C\cdot A'B\cdot C'A}}_{Ceva} + | ||
+ | \underbrace{\frac{AC'\cdot BA'\cdot CB'}{C'B\cdot A'C\cdot B'A}}_{Ceva} + | ||
+ | \underbrace{\frac{AB'}{B'C} + \frac{AC'}{C'B}}_{Gergonne} + | ||
+ | \underbrace{\frac{BA'}{A'C} + \frac{BC'}{C'A}}_{Gergonne} + | ||
+ | \underbrace{\frac{CA'}{A'B} + \frac{CB'}{B'A}}_{Gergonne} = \\ | ||
+ | 2 + \frac{AP}{PA'} + \frac{BP}{PB'} + \frac{CP}{PC'}</math> | ||
+ | |||
+ | Inserting <math>a, b, c, d</math> into our identity gives: | ||
+ | |||
+ | <cmath>\frac{a}{d}\frac{b}{d}\frac{c}{d}=2+\frac{a}{d}+\frac{b}{d}+\frac{c}{d}\implies abc=d^3(2+\frac{a+b+c}{d})=3^3(2+\frac{43}{3})=\boxed{441}</cmath> | ||
+ | |||
+ | This problem is quite similar to the 1992 AIME problem 14, which also featured concurrent cevians and is trivialized by the identity used in this solution. For reference, below is a link. | ||
+ | https://artofproblemsolving.com/wiki/index.php/1992_AIME_Problems/Problem_14 | ||
== See also == | == See also == | ||
− | + | {{AIME box|year=1988|num-b=11|num-a=13}} | |
+ | |||
+ | [[Category:Intermediate Geometry Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 20:02, 8 December 2024
Contents
Problem
Let be an interior point of triangle
and extend lines from the vertices through
to the opposite sides. Let
,
,
, and
denote the lengths of the segments indicated in the figure. Find the product
if
and
.
Solution 1
Call the cevians AD, BE, and CF. Using area ratios ( and
have the same base), we have:
Similarily, and
.
Then,
The identity is a form of Ceva's Theorem.
Plugging in , we get
Video Solution by Pi Academy
https://youtu.be/fHFD0TEfBnA?si=DRKVU_As7Rv0ou5D
Solution 2
Let be the weights of the respective vertices. We see that the weights of the feet of the cevians are
. By mass points, we have that:
If we add the equations together, we get
If we multiply them together, we get
Solution 3
You can use mass points to derive Plugging it in yields
We proceed as we did in Solution 1 - however, to make the equation look less messy, we do the substitution
Then we have Clearing fractions gives us
Factoring yields
and the left hand side looks suspiciously like what we want to find. (It is.)
Substituting yields our answer as
Solution 4 (Ceva Identity)
A cool identity derived from Ceva's Theorem is that:
To see this, we use another Ceva's Theorem identity (sometimes attributed to Gergonne): , and similarly for cevians
and
. And then:
Inserting into our identity gives:
This problem is quite similar to the 1992 AIME problem 14, which also featured concurrent cevians and is trivialized by the identity used in this solution. For reference, below is a link. https://artofproblemsolving.com/wiki/index.php/1992_AIME_Problems/Problem_14
See also
1988 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
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.