Difference between revisions of "2020 AMC 12B Problems/Problem 21"
Argonauts16 (talk | contribs) (→Solution) |
(→Solution) |
||
Line 5: | Line 5: | ||
==Solution== | ==Solution== | ||
+ | |||
+ | *Not a reliable or in-depth solution (for the guess and check students) | ||
+ | |||
+ | We can first consider the equation without a floor function: | ||
+ | |||
+ | <cmath>\dfrac{n+1000}{70} = \sqrt{n} </cmath> | ||
+ | |||
+ | Multiplying both sides by 70 and then squaring: | ||
+ | |||
+ | <cmath>n^2 + 2000n + 1000000 = 4900n</cmath> | ||
+ | |||
+ | Moving all terms to the left: | ||
+ | |||
+ | <cmath>n^2 - 2900n + 1000000 = 0</cmath> | ||
+ | |||
+ | Now we can use wishful thinking to determine the factors: | ||
+ | |||
+ | <cmath>(n-400)(n-2500) = 0</cmath> | ||
+ | |||
+ | This means that for <math>n = 400</math> and <math>n = 2500</math>, the equation will hold without the floor function. | ||
+ | |||
+ | Now we can simply check the multiples of 70 around 400 and 2500 in the original equation: | ||
+ | |||
+ | For <math>n = 330</math>, left hand side = <math>19</math> but <math>18^2 < 330 < 19^2</math> so right hand side = <math>18</math> | ||
+ | |||
+ | For <math>n = 400</math>, left hand side = <math>20</math> and right hand side = <math>20</math> | ||
+ | |||
+ | For <math>n = 470</math>, left hand side = <math>21</math> and right hand side = <math>21</math> | ||
+ | |||
+ | For <math>n = 540</math>, left hand side = <math>22</math> but <math>540 > 23^2</math> so right hand side = <math>23</math> | ||
+ | |||
+ | Now we move to <math>n = 2500</math> | ||
+ | |||
+ | For <math>n = 2430</math>, left hand side = <math>49</math> and <math>49^2 < 2430 < 50^2</math> so right hand side = <math>49</math> | ||
+ | |||
+ | For <math>n = 2360</math>, left hand side = <math>48</math> and <math>48^2 < 2360 < 49^2</math> so right hand side = <math>48</math> | ||
+ | |||
+ | For <math>n = 2290</math>, left hand side = <math>47</math> and <math>47^2 < 2360 < 48^2</math> so right hand side = <math>47</math> | ||
+ | |||
+ | For <math>n = 2220</math>, left hand side = <math>46</math> but <math>47^2 < 2220</math> so right hand side = <math>47</math> | ||
+ | |||
+ | For <math>n = 2500</math>, left hand side = <math>50</math> and right hand side = <math>50</math> | ||
+ | |||
+ | For <math>n = 2570</math>, left hand side = <math>51</math> but <math>2570 < 51^2</math> so right hand side = <math>50</math> | ||
+ | |||
+ | Therefore we have 6 total solutions, <math>n = 400, 470, 2290, 2360, 2430, 2500 = \boxed{\textbf{(C) 6}}</math> | ||
==See Also== | ==See Also== |
Revision as of 22:54, 7 February 2020
Problem
How many positive integers satisfy(Recall that is the greatest integer not exceeding .)
Solution
- Not a reliable or in-depth solution (for the guess and check students)
We can first consider the equation without a floor function:
Multiplying both sides by 70 and then squaring:
Moving all terms to the left:
Now we can use wishful thinking to determine the factors:
This means that for and , the equation will hold without the floor function.
Now we can simply check the multiples of 70 around 400 and 2500 in the original equation:
For , left hand side = but so right hand side =
For , left hand side = and right hand side =
For , left hand side = and right hand side =
For , left hand side = but so right hand side =
Now we move to
For , left hand side = and so right hand side =
For , left hand side = and so right hand side =
For , left hand side = and so right hand side =
For , left hand side = but so right hand side =
For , left hand side = and right hand side =
For , left hand side = but so right hand side =
Therefore we have 6 total solutions,
See Also
2020 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 20 |
Followed by Problem 22 |
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 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.