Author |
Topic: integer (Read 398 times) |
|
tony123
Junior Member
Posts: 61
|
if x is integer find all integer x such that 9x^2+160x+800 is a perfect squer
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: integer
« Reply #1 on: Sep 2nd, 2007, 7:06am » |
Quote Modify
|
There are infinitely many, I reckon. Do you want a recurrence or a closed formula to represent them all?
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
srn437
Newbie
the dark lord rises again....
Posts: 1
|
|
Re: integer
« Reply #2 on: Sep 3rd, 2007, 11:54am » |
Quote Modify
|
Is i an integer?
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: integer
« Reply #3 on: Sep 3rd, 2007, 12:16pm » |
Quote Modify
|
on Sep 3rd, 2007, 11:54am, srn347 wrote:It's a gaussian integer, not a regular one though.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
Sameer
Uberpuzzler
Pie = pi * e
Gender:
Posts: 1261
|
|
Re: integer
« Reply #4 on: Sep 3rd, 2007, 12:53pm » |
Quote Modify
|
Here's a start 9x2 + 160x + 800 = 9x2 + 6ax + a2 + bx + bc Where 6ax + bx = 160x or 6a + b = 0 (since x cannot be 0) a2 + bc = 800 Giving (3x + a)2 + b(x + c) This is a perfect square when x = -c (b cannot be 0) I am stuck here!!
|
|
IP Logged |
"Obvious" is the most dangerous word in mathematics. --Bell, Eric Temple
Proof is an idol before which the mathematician tortures himself. Sir Arthur Eddington, quoted in Bridges to Infinity
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: integer
« Reply #5 on: Sep 3rd, 2007, 1:19pm » |
Quote Modify
|
A few that are easy to find: -31, -14, -7, -5, 2 The next one is surprisingly far away (up to the point I really need a large integer library to be sure it even is one). It's rather contrary to my experience with these kinds of problems.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: integer
« Reply #6 on: Sep 3rd, 2007, 1:49pm » |
Quote Modify
|
on Sep 3rd, 2007, 1:19pm, towr wrote:The next one is surprisingly far away (up to the point I really need a large integer library to be sure it even is one). |
| Without using a large integer library, I can be sure that it isn't.
|
|
IP Logged |
|
|
|
Sameer
Uberpuzzler
Pie = pi * e
Gender:
Posts: 1261
|
|
Re: integer
« Reply #7 on: Sep 3rd, 2007, 3:04pm » |
Quote Modify
|
I got the 2 and -5 without resorting to a program. I was wondering if we can get it analytically!!
|
|
IP Logged |
"Obvious" is the most dangerous word in mathematics. --Bell, Eric Temple
Proof is an idol before which the mathematician tortures himself. Sir Arthur Eddington, quoted in Bridges to Infinity
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: integer
« Reply #8 on: Sep 4th, 2007, 8:44pm » |
Quote Modify
|
on Sep 3rd, 2007, 3:04pm, Sameer wrote:I got the 2 and -5 without resorting to a program. I was wondering if we can get it analytically!! |
| Did you try completing the square?
|
|
IP Logged |
|
|
|
Sameer
Uberpuzzler
Pie = pi * e
Gender:
Posts: 1261
|
|
Re: integer
« Reply #9 on: Sep 5th, 2007, 8:33am » |
Quote Modify
|
on Sep 4th, 2007, 8:44pm, Eigenray wrote: Did you try completing the square? |
| I didn't follow that!!
|
|
IP Logged |
"Obvious" is the most dangerous word in mathematics. --Bell, Eric Temple
Proof is an idol before which the mathematician tortures himself. Sir Arthur Eddington, quoted in Bridges to Infinity
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: integer
« Reply #10 on: Sep 5th, 2007, 10:15am » |
Quote Modify
|
Completing the square: 9x^2+160x+800 = (3x + 80/3)2 + 800/9. It is the fundamental trick of quadratic expressions.
|
|
IP Logged |
|
|
|
|