Difference between revisions of "2024 SSMO Team Round Problems/Problem 7"
(Created page with "==Problem== Let <math>a</math> and <math>b</math> be real numbers that satisfy <math>a^3+8ab^2=8b^3+4a^2b=375</math>. Find <math>\lfloor ab \rfloor</math>. ==Solution==") |
|||
Line 4: | Line 4: | ||
==Solution== | ==Solution== | ||
+ | We can factor the first equation as such: | ||
+ | \begin{align*} | ||
+ | a^3+8ab^2&=8b^3+4a^2b\implies\\ | ||
+ | a^3-8b^3&=4a^2b-8ab^2\implies\\ | ||
+ | (a-2b)(a^2+2ab+4b^2)&=4ab(a-2b)\implies\\ | ||
+ | (a-2b)(a^2-2ab+4b^2)&=0. | ||
+ | \end{align*} | ||
+ | Consider the case where <math>a-2b</math> is nonzero. Then, the discriminant of the quadratic factor (in <math>a</math>) is <math>(2b)^2-4(4b^2) = -12b^2.</math> Since <math>a</math> and <math>b</math> are reals, this means <math>b=0</math> which is clearly not possible. So, <math>a = 2b.</math> Substituting, we have <cmath>8b^3+16b^3 = 375\implies b^3 = \frac{125}{8}\implies b = \frac{5}{2}.</cmath> So, <cmath>\left\lfloor ab\right\rfloor = \left\lfloor (5)\left(\frac{5}{2}\right)\right\rfloor = \left\lfloor\frac{25}{2}\right\rfloor = \boxed{12}.</cmath> | ||
+ | |||
+ | ~SMO_Team |
Latest revision as of 14:38, 10 September 2025
Problem
Let and
be real numbers that satisfy
. Find
.
Solution
We can factor the first equation as such:
\begin{align*}
a^3+8ab^2&=8b^3+4a^2b\implies\\
a^3-8b^3&=4a^2b-8ab^2\implies\\
(a-2b)(a^2+2ab+4b^2)&=4ab(a-2b)\implies\\
(a-2b)(a^2-2ab+4b^2)&=0.
\end{align*}
Consider the case where is nonzero. Then, the discriminant of the quadratic factor (in
) is
Since
and
are reals, this means
which is clearly not possible. So,
Substituting, we have
So,
~SMO_Team