Find the greatest positive integer

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Integer Positive
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find the greatest positive integer $x$ such that $x^3+4x^2-15x-18$ is the cube of an integer.
 
Mathematics news on Phys.org
anemone said:
Find the greatest positive integer $x$ such that $x^3+4x^2-15x-18$ is the cube of an integer.
I had a slice of luck here
x must satisfy

$x^3 + 4x^2 - 15 x - 18 \le (x+1)^3$

or $x^2-18x - 19 \le 0$
so x = 19 makes the RHS 0

so x = 19 is the ans because we get a perfect square ( things would have been different had we not got integer)
 
Well done, kaliprasad!(Yes)

The trick is to recognize that the given expression is less than or equal to $(x+1)^3$.

Thanks for participating as well, my friend!:)