Difference between revisions of "1983 AIME Problems/Problem 3"

 
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 +
What is the product of the real roots of the equation <math>x^2 + 18x + 30 = 2 \sqrt{x^2 + 18x + 45}</math>?
  
 
== Solution ==
 
== Solution ==
 +
If we expand this, we get a quartic [[polynomial]], which obviously isn't very helpful.
 +
 +
Instead, we substitute <math>y</math> for <math>x^2+18x+30</math> and our equation becomes <math>y=2\sqrt{y+15}</math>.
 +
 +
Solving for <math>y</math>, we get <math>y=10</math> or <math>y=-6</math>. The second solution gives us non-real roots, so we'll will go with the first. Substituting <math>x^2+18x+30</math> back in for <math>y</math>,
 +
 +
<math>x^2+18x+30=10 \Rightarrow x^2+18x+20=0</math>. The product of our roots is therefore 20.
 +
 +
----
 +
 +
* [[1983 AIME Problems/Problem 2|Previous Problem]]
 +
* [[1983 AIME Problems/Problem 4|Next Problem]]
 +
* [[1983 AIME Problems|Back to Exam]]
  
 
== See also ==
 
== See also ==
* [[1983 AIME Problems]]
+
* [[AIME Problems and Solutions]]
 +
* [[American Invitational Mathematics Examination]]
 +
* [[Mathematics competition resources]]
 +
 
 +
[[Category:Intermediate Algebra Problems]]

Revision as of 23:53, 23 July 2006

Problem

What is the product of the real roots of the equation $x^2 + 18x + 30 = 2 \sqrt{x^2 + 18x + 45}$?

Solution

If we expand this, we get a quartic polynomial, which obviously isn't very helpful.

Instead, we substitute $y$ for $x^2+18x+30$ and our equation becomes $y=2\sqrt{y+15}$.

Solving for $y$, we get $y=10$ or $y=-6$. The second solution gives us non-real roots, so we'll will go with the first. Substituting $x^2+18x+30$ back in for $y$,

$x^2+18x+30=10 \Rightarrow x^2+18x+20=0$. The product of our roots is therefore 20.


See also