Difference between revisions of "1985 AHSME Problems/Problem 30"
m (Fixed punctuation) |
J314andrews (talk | contribs) (→Solution) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Let <math> \lfloor x \rfloor </math> be the greatest integer less than or equal to <math> x </math>. Then the number of real solutions to <math> 4x^2-40\lfloor x \rfloor +51=0 </math> is | + | Let <math>\left\lfloor x\right\rfloor</math> be the greatest integer less than or equal to <math>x</math>. Then the number of real solutions to <math>4x^2-40\left\lfloor x\right\rfloor+51 = 0</math> is |
<math> \mathrm{(A)\ } 0 \qquad \mathrm{(B) \ }1 \qquad \mathrm{(C) \ } 2 \qquad \mathrm{(D) \ } 3 \qquad \mathrm{(E) \ }4 </math> | <math> \mathrm{(A)\ } 0 \qquad \mathrm{(B) \ }1 \qquad \mathrm{(C) \ } 2 \qquad \mathrm{(D) \ } 3 \qquad \mathrm{(E) \ }4 </math> | ||
− | ==Solution== | + | ==Solution 1== |
− | We | + | We rearrange the equation as <math>4x^2 = 40\left\lfloor x\right\rfloor-51</math>, where the right-hand side is now clearly an integer, meaning that <math>4x^2 = n</math> for some non-negative integer <math>n</math>. Therefore, in the case where <math>x \geq 0</math>, substituting <math>x = \frac{\sqrt{n}}{2}</math> gives |
+ | <cmath>40\left\lfloor\frac{\sqrt{n}}{2}\right\rfloor-51 = n.</cmath> To proceed, let <math>a</math> be the unique non-negative integer such that <math>a \leq \frac{\sqrt{n}}{2} < a+1</math>, so that <cmath>\begin{align*}&\left\lfloor \frac{\sqrt{n}}{2}\right\rfloor = a, \text{ and} \\ &4a^2 \leq n < 4a^2+8a+4,\end{align*}</cmath> and our equation reduces to <cmath>40a-51 = n.</cmath> | ||
− | <cmath> | + | The above inequalities therefore become <cmath>4a^2 \leq 40a-51 < 4a^2+8a+4 |
+ | \iff 4a^2-40a+51 < 0 \text{ and } 4a^2-32a+55 > 0,</cmath> where the first inequality can now be rewritten as <math>(2a-10)^2 \leq 49</math>, i.e. <math>\left\lvert 2a-10\right\rvert \leq 7</math>. Since <math>(2a-10)</math> is even for all integers <math>a</math>, we must in fact have <cmath>\begin{align*}\left\lvert 2a-10\right\rvert \leq 6 &\iff \left\lvert a-5\right\rvert \leq 3 \\ &\iff 2 \leq a \leq 8.\end{align*}</cmath> The second inequality similarly simplifies to <math>(2a-8)^2 > 9</math>, i.e. <math>\left\lvert 2a-8\right\rvert > 3</math>. As <math>(2a-8)</math> is even, this is equivalent to <cmath>\begin{align*}\left\lvert 2a-8 \right\rvert \geq 4 &\iff \left\lvert a-4\right\rvert \geq 2 \\ &\iff a \geq 6 \text{ or } a \leq 2,\end{align*}</cmath> so the values of <math>a</math> satisfying both inequalities are <math>2</math>, <math>6</math>, <math>7</math>, and <math>8</math>. Since <math>n = 40a-51</math>, each of these distinct values of <math>a</math> gives a distinct solution for <math>n</math>, and thus for <math>x = \frac{\sqrt{n}}{2}</math>, giving a total of <math>4</math> solutions in the <math>x \geq 0</math> case. | ||
− | |||
− | <cmath> | + | As <math>4</math> is already the largest of the answer choices, this suffices to show that the answer is <math>\text{(E)}</math>, but for completeness, we will show that the <math>x < 0</math> case indeed gives no other solutions. If <math>x = -\frac{\sqrt{n}}{2}</math> (and so <math>n > 0</math>), we require <cmath>40\left\lfloor -\frac{\sqrt{n}}{2}\right\rfloor-51 = n,</cmath> and recalling that <math>\left\lfloor -x\right\rfloor = -\left\lceil x\right\rceil</math> for all <math>x</math>, this equation can be rewritten as <cmath>-40\left\lceil \frac{\sqrt{n}}{2}\right\rceil-51 = n.</cmath> Since <math>n</math> is positive, the least possible value of <math>\left\lceil \frac{\sqrt{n}}{2}\right\rceil</math> is <math>1</math>, but this means <cmath>\begin{align*}n &= -40\left\lceil\frac{\sqrt{n}}{2}\right\rceil-51 \\ &\leq -40 \cdot 1 - 51 \\ &= -91,\end{align*}</cmath> which is a contradiction. Therefore the <math>x < 0</math> case indeed gives no further solutions, confirming that the total number of solutions is precisely <math>\boxed{\text{(E)} \ 4}</math>. |
− | + | ==Solution 2== | |
+ | This equation is equivalent to <math>4x^2 - 40x + 40x - 40\lfloor x \rfloor + 51 = 0</math>, or <math>4x^2 - 40x + 51 + 40(x - \lfloor x \rfloor) = 0</math>. Let <math>\{x\} = x - \lfloor x \rfloor</math> be the fractional part of <math>x</math>. Then this equation becomes <math>4x^2 - 40x + 51 + 40\{x\} = 0</math>. | ||
− | < | + | Note that for all <math>x</math>, <math>0 \leq \{x\} < 1</math>. Therefore, <math>4x^2 - 40x + 51 \leq 4x^2 - 40x + 51 + 40\{x\} \leq 4x^2 - 40x + 91</math>, that is <math>4x^2 - 40x + 51 \leq 0 < 4x^2 - 40x + 91</math>. |
− | < | ||
− | + | First, since <math>4x^2 - 40x + 51 = (2x - 17)(2x - 3) \leq 0</math>, it follows that <math>\frac{3}{2} \leq x \leq \frac{17}{2}</math>. | |
− | + | Also, since <math>4x^2 - 40x + 91 = (2x - 13)(2x - 7) > 0</math>, either <math>x < \frac{7}{2}</math> or <math>x > \frac{13}{2}</math>. | |
− | < | + | Thus either <math>\frac{3}{2} \leq x < \frac{7}{2}</math> or <math>\frac{13}{2} < x \leq \frac{17}{2}</math>, so <math>\lfloor x \rfloor \in \{1, 2, 3, 6, 7, 8\}</math>. |
− | + | Isolating <math>x^2</math> in the original equation yields <math>x^2 = \frac{40\lfloor x \rfloor - 51}{4}</math>. | |
− | < | + | If <math>\lfloor x \rfloor = 1</math>, then <math>x^2 = -\frac{11}{4}</math>. This does not yield any valid solutions as <math>x^2</math> may not be negative. |
− | + | If <math>\lfloor x \rfloor = 2</math>, then <math>x^2 = \frac{29}{4}</math> and <math>x = \frac{\sqrt{29}}{2}</math>. This is a valid solution since <math>\left\lfloor\frac{\sqrt{29}}{2}\right\rfloor = 2</math>. | |
− | + | If <math>\lfloor x \rfloor = 3</math>, then <math>x^2 = \frac{69}{4}</math> and <math>x = \frac{\sqrt{69}}{2}</math>. This is not a valid solution since <math>\left\lfloor\frac{\sqrt{69}}{2}\right\rfloor = 4</math>. | |
+ | |||
+ | If <math>\lfloor x \rfloor = 6</math>, then <math>x^2 = \frac{189}{4}</math> and <math>x = \frac{\sqrt{189}}{2}</math>. This is a valid solution since <math>\left\lfloor\frac{\sqrt{189}}{2}\right\rfloor = 6</math>. | ||
+ | |||
+ | If <math>\lfloor x \rfloor = 7</math>, then <math>x^2 = \frac{229}{4}</math> and <math>x = \frac{\sqrt{229}}{2}</math>. This is a valid solution since <math>\left\lfloor\frac{\sqrt{229}}{2}\right\rfloor = 7</math>. | ||
+ | |||
+ | If <math>\lfloor x \rfloor = 8</math>, then <math>x^2 = \frac{269}{4}</math> and <math>x = \frac{\sqrt{269}}{2}</math>. This is a valid solution since <math>\left\lfloor\frac{\sqrt{269}}{2}\right\rfloor = 8</math>. | ||
+ | |||
+ | Therefore, this equation as a total of <math>\boxed{(\textbf{E})\ 4}</math> solutions. | ||
+ | |||
+ | -j314andrews | ||
==See Also== | ==See Also== | ||
{{AHSME box|year=1985|num-b=29|after=Last Problem}} | {{AHSME box|year=1985|num-b=29|after=Last Problem}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 04:17, 27 September 2025
Contents
Problem
Let be the greatest integer less than or equal to
. Then the number of real solutions to
is
Solution 1
We rearrange the equation as , where the right-hand side is now clearly an integer, meaning that
for some non-negative integer
. Therefore, in the case where
, substituting
gives
To proceed, let
be the unique non-negative integer such that
, so that
and our equation reduces to
The above inequalities therefore become where the first inequality can now be rewritten as
, i.e.
. Since
is even for all integers
, we must in fact have
The second inequality similarly simplifies to
, i.e.
. As
is even, this is equivalent to
so the values of
satisfying both inequalities are
,
,
, and
. Since
, each of these distinct values of
gives a distinct solution for
, and thus for
, giving a total of
solutions in the
case.
As is already the largest of the answer choices, this suffices to show that the answer is
, but for completeness, we will show that the
case indeed gives no other solutions. If
(and so
), we require
and recalling that
for all
, this equation can be rewritten as
Since
is positive, the least possible value of
is
, but this means
which is a contradiction. Therefore the
case indeed gives no further solutions, confirming that the total number of solutions is precisely
.
Solution 2
This equation is equivalent to , or
. Let
be the fractional part of
. Then this equation becomes
.
Note that for all ,
. Therefore,
, that is
.
First, since , it follows that
.
Also, since , either
or
.
Thus either or
, so
.
Isolating in the original equation yields
.
If , then
. This does not yield any valid solutions as
may not be negative.
If , then
and
. This is a valid solution since
.
If , then
and
. This is not a valid solution since
.
If , then
and
. This is a valid solution since
.
If , then
and
. This is a valid solution since
.
If , then
and
. This is a valid solution since
.
Therefore, this equation as a total of solutions.
-j314andrews
See Also
1985 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 29 |
Followed by Last Problem | |
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 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.