Author |
Topic: An Ingenious Cubic Puzzle (Read 963 times) |
|
K Sengupta
Senior Riddler
Gender:
Posts: 371
|
|
An Ingenious Cubic Puzzle
« on: Dec 17th, 2006, 6:51am » |
Quote Modify
|
Determine analytically the minimum value of a positive integer constant S such that the equation A*(B^3) - B^3 + A + B = S has precisely : (i) Three distinct solutions in positive integers. (ii) Four distinct solutions in positive integers.
|
« Last Edit: Dec 17th, 2006, 10:55am by K Sengupta » |
IP Logged |
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Re: An Ingenious Cubic Puzzle
« Reply #1 on: Dec 17th, 2006, 11:22am » |
Quote Modify
|
Did anyone do your last such problem?
|
|
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Re: An Ingenious Cubic Puzzle
« Reply #3 on: Dec 18th, 2006, 8:51am » |
Quote Modify
|
Oh, I meant An All Possible Value Puzzle. http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi?board=riddles_med ium;action=display;num=1162566342 I see that no one has. Even Eigenray diidn't finish it. He must have got distracted by a harder one. There the variables were exponents. Therefore more intractable, IMHO.
|
« Last Edit: Dec 18th, 2006, 7:01pm by ThudnBlunder » |
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
Barukh
Uberpuzzler
Gender:
Posts: 2276
|
|
Re: An Ingenious Cubic Puzzle
« Reply #4 on: Dec 18th, 2006, 11:20am » |
Quote Modify
|
For the 3-solutions part, I get 200.
|
|
IP Logged |
|
|
|
Barukh
Uberpuzzler
Gender:
Posts: 2276
|
|
Re: An Ingenious Cubic Puzzle
« Reply #5 on: Dec 19th, 2006, 4:46am » |
Quote Modify
|
...and for 4-solutions: 9300.
|
|
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: An Ingenious Cubic Puzzle
« Reply #6 on: Dec 19th, 2006, 9:35am » |
Quote Modify
|
Barukh, I think you are off by one: 200 and 9300 have 4 and 5 solutions, respectively. I get record values at S = 2, 4, 12, 200, 4008, 274404, 1663680, going up to 7 solutions, but I don't know how to do it "analytically" (one could certainly check up through 200 by hand, but I don't know if that counts). Basically, for each divisor (b+1) of S, check if a-1 = (S-(b+1))/(b3+1) is an integer. One only needs to check those b satisfying b3+1 <= S-(b+1), and then add the solution (a, b) = (1, S-1).
|
|
IP Logged |
|
|
|
Barukh
Uberpuzzler
Gender:
Posts: 2276
|
|
Re: An Ingenious Cubic Puzzle
« Reply #7 on: Dec 19th, 2006, 10:39am » |
Quote Modify
|
on Dec 19th, 2006, 9:35am, Eigenray wrote:Barukh, I think you are off by one: 200 and 9300 have 4 and 5 solutions |
| Yes, of course! I missed one simple solution for A=1! Quote:S = 2, 4, 12, 200, 4008, 274404, 1663680 |
| Interesting: my 4-solution (actually, 5-solution) number is not on your list! Must see how I miscalculated it.
|
|
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: An Ingenious Cubic Puzzle
« Reply #8 on: Dec 19th, 2006, 12:16pm » |
Quote Modify
|
on Dec 19th, 2006, 10:39am, Barukh wrote:Interesting: my 4-solution (actually, 5-solution) number is not on your list! Must see how I miscalculated it. |
| I guess you missed 4008, 5016, and 8040, as these all have 5 solutions. How did you get your answers?
|
« Last Edit: Dec 19th, 2006, 12:17pm by Eigenray » |
IP Logged |
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: An Ingenious Cubic Puzzle
« Reply #9 on: Dec 19th, 2006, 2:17pm » |
Quote Modify
|
Ah, I see. If there are n+1 solutions for S, then there are hidden: | 1<b1<b2<...<bn < S-1 such that S = bi+1 mod bi3+1. Taking B = (bi) = (1,2,3,4) gives your answer 9300. This is certainly a good way to construct values of S with any given number of solutions, but verifying minimality is tricky. For example, S(1,2,3,11) = 4008 is not too surprising, since (2,3,4,12) have lots of factors in common, but S(1,2,3,10) = 5016 and S(1,2,3,9) = 8040 are also lower. However, the problem only asked for 4 solutions, and this is much easier. We may easily solve S = 2 mod 2, 3 mod 9, and 4 mod 28, to get S(1,2,3) = 228. On the other hand, if S < 228, then S >= (b+1)+(b3+1) implies b < 7, so it's not too much work to find S(1,3,4) = 200 as the smallest S with 4 solutions. (In fact, if S < 200, then b<6, so we need only check (1,2,4), (1,2,5), (1,3,5), and (1,4,5). |
|
|
IP Logged |
|
|
|
Barukh
Uberpuzzler
Gender:
Posts: 2276
|
|
Re: An Ingenious Cubic Puzzle
« Reply #10 on: Dec 19th, 2006, 11:24pm » |
Quote Modify
|
on Dec 19th, 2006, 2:17pm, Eigenray wrote: That's exactly how I got my answers. I just missed the obvious solution bn = S-1. Nice problem!
|
|
IP Logged |
|
|
|
|