"MathsBombe is aimed at students up to Year 13 (England and Wales), S6 (Scotland), Year 14 (Northern Ireland). You don't need to be a computer
whizz or a mathematical genius — you just need to keep your wits about
you and be good at solving puzzles!"
Starts 16:00 GMT, 22nd January, 2025.
https://www.maths.manchester.ac.uk/mathsbombe/
On Sun, 19 Jan 2025 19:57:26 -0000 (UTC), David Entwistle wrote:
"MathsBombe is aimed at students up to Year 13 (England and Wales), S6
(Scotland), Year 14 (Northern Ireland). You don't need to be a computer
whizz or a mathematical genius — you just need to keep your wits about
you and be good at solving puzzles!"
Starts 16:00 GMT, 22nd January, 2025.
https://www.maths.manchester.ac.uk/mathsbombe/
Please don't post a direct answer to the question posed, but I'd welcome a bit of guidance on Mathsbombe question 3.
When I look at the question, my reaction is "that doesn't look possible".
The "any positive integer cost can be paid" part of the question seems problematic. Am I misreading, or misunderstanding the question?
On 09/02/2025 09:40, David Entwistle wrote:
On Sun, 19 Jan 2025 19:57:26 -0000 (UTC), David Entwistle wrote:
"MathsBombe is aimed at students up to Year 13 (England and Wales), S6
(Scotland), Year 14 (Northern Ireland). You don't need to be a computer
whizz or a mathematical genius � you just need to keep your wits about
you and be good at solving puzzles!"
Starts 16:00 GMT, 22nd January, 2025.
https://www.maths.manchester.ac.uk/mathsbombe/
Please don't post a direct answer to the question posed, but I'd welcome a >> bit of guidance on Mathsbombe question 3.
When I look at the question, my reaction is "that doesn't look possible".
The "any positive integer cost can be paid" part of the question seems
problematic. Am I misreading, or misunderstanding the question?
I agree; it doesn't look possible. I was tempted to cut code, but I hit two ambiguities. What,
precisely, does "no more than 14 coins of every given denomination" mean? It could mean an
up-to-14-coin subset of the available range, or up to 14 totapennies PLUS up to 14 totatuppences
PLUS up to 14 totathruppences and so on ad nauseam.
And what does "any positive integer" mean? Does
it, for example, include bloodybignumber? If so, how about bloodybignumber factorial?
I don't care enough, I'm afraid, but if I *did*, then having resolved those dilemmae, I would
probably look at brute forcing a few thousand candidate x's (3.0000, 3.0001, 3.0002, 3.0003 etc) and
then try to spot a pattern.
I would also look for tricks, eg i. >
And what does "any positive integer" mean? Does it, for
example, include bloodybignumber? If so, how about
bloodybignumber factorial?
That's surely easy - it means any positive integer, integers
being whole number like 1,2,3,4,... There is no limit to how big
integers get! Also there's no limit to how big the coin values
x^k get as k grows.
I don't care enough, I'm afraid, but if I *did*, then having
resolved those dilemmae, I would probably look at brute forcing
a few thousand candidate x's (3.0000, 3.0001, 3.0002, 3.0003
etc) and then try to spot a pattern.
That seems like a dead end - you will just be plagued by issues
of rounding errors. You are not "seeing the problem" in the
right way :)
I would also look for tricks, eg i. >
i is not greater than 3.3, and neither is 4i etc.. x > 3.3
entails x being a real number...
I have not yet attempted to solve the problem, but as a BIG
starter, if x were transcendental (like Pi), how could 15 be
paid...?
When I look at the question, my reaction is "that doesn't look
possible".
On 09/02/2025 11:57, Mike Terry wrote:
<snip>
And what does "any positive integer" mean? Does it, for example, include bloodybignumber? If so,
how about bloodybignumber factorial?
That's surely easy - it means any positive integer, integers being whole number like 1,2,3,4,...
There is no limit to how big integers get!� Also there's no limit to how big the coin values x^k
get as k grows.
But these are actual minted coins, so there must be a finite number of them, yes? Or does the
government mint new coins for every transaction? Really?
I don't care enough, I'm afraid, but if I *did*, then having resolved those dilemmae, I would
probably look at brute forcing a few thousand candidate x's (3.0000, 3.0001, 3.0002, 3.0003 etc)
and then try to spot a pattern.
That seems like a dead end - you will just be plagued by issues of rounding errors.� You are not
"seeing the problem" in the right way :)
But the right answer is expressed to 4dp when submitted.
I would also look for tricks, eg i. >
i is not greater than 3.3, and neither is 4i etc..� x > 3.3 entails x being a real number...
3.3i then, or whatever. Besides, it was just an aside.
I have not yet attempted to solve the problem, but as a BIG starter, if x were transcendental
(like Pi), how could 15 be paid...?
Presumably we're looking at a variation of e^i.pi = -1
But let us say that you can pay 15 with your x, whatever it might turn out to be, we then have to
show that you can WITH THE SAME X pay 15!, 15!!, 15!!! etc - using no more than 14 coins of any
denomination.
I'm still not finding it plausible.
Please don't post a direct answer to the question posed, but I'd welcome a >bit of guidance on Mathsbombe question 3.
In article <vo9t64$hlp5$[email protected]>,
David Entwistle <[email protected]> wrote:
Please don't post a direct answer to the question posed, but I'd welcome a >> bit of guidance on Mathsbombe question 3.
I have guessed the correct answer without understanding the problem.
On 09/02/2025 15:03, Richard Heathfield wrote:
On 09/02/2025 11:57, Mike Terry wrote:
<snip>
And what does "any positive integer" mean? Does it, for
example, include bloodybignumber? If so, how about
bloodybignumber factorial?
That's surely easy - it means any positive integer, integers
being whole number like 1,2,3,4,... There is no limit to how
big integers get! Also there's no limit to how big the coin
values x^k get as k grows.
But these are actual minted coins, so there must be a finite
number of them, yes? Or does the government mint new coins for
every transaction? Really?
It's a puzzle. If you like, you could assume that the mint will
manufacture as many coins as required, but, dude, IT'S A *MATHS
PROBLEM* not a manufacturing problem. :)
In article <vo9t64$hlp5$[email protected]>,
David Entwistle <[email protected]> wrote:
Please don't post a direct answer to the question posed, but I'd welcome a >>bit of guidance on Mathsbombe question 3.
I have guessed the correct answer without understanding the problem.
I have now understood the problem (and its solution).
Not having worked through it yet, I'm now simply
surprised, rather than disbelieving, that you can converge on any integer,
no matter what size, with a fixed number of coins.
(2) Any positive integer amount can be made. This will require an
unlimited number of coins in total, but not more than 14 of any
single value.
I agree; it doesn't look possible. I was tempted to cut code, but
I hit two ambiguities. What, precisely, does "no more than 14
coins of every given denomination" mean? It could mean an
up-to-14-coin subset of the available range
I think you must have misunderstood:
(2) Any positive integer amount can be made. This will require an
unlimited number of coins in total, but not more than 14 of any
single value.
You can use up to 14 coins of each denomination.
You are quite right, I had misunderstood. My level of surprise is even
more diminished.
You may, like me, stumble upon the correct value of x and then see that
it works for numbers up to N - a number greater than 400 - but not immediately see how it works beyond that. I had to think of it somewhat differently to see that it does.
I'll try and think differently... :o)
221 matched by 221.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 11 * x^0
222 matched by 222.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 12 * x^0
223 matched by 223.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 13 * x^0
224 matched by 224.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 14 * x^0
225 matched by 225.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 0 * x^0
226 matched by 226.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 1 * x^0
227 matched by 227.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 2 * x^0
228 matched by 228.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 3 * x^0
229 matched by 229.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 4 * x^0
230 matched by 230.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 5 * x^0
As you have presumably noticed, this works for a while, but will run
into a problem when you get to 435 = 15^2 + 14*15 which would be
1*x^4 + 2*x^3 + 15*x^2 + 14*x^1
because now you have more than 14 of one coin.
On Thu, 20 Feb 2025 08:48:47 -0000 (UTC), David Entwistle wrote:
I'll try and think differently... :o)
I wouldn't have guessed, nor predicted the sequence of numbers of coins of each denomination required to match the desired increasing monetary value.
221 matched by 221.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 11 * x^0
222 matched by 222.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 12 * x^0
223 matched by 223.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 13 * x^0
224 matched by 224.00, 0 * x^4 + 0 * x^3 + 14 * x^2 + 14 * x^1 + 14 * x^0
225 matched by 225.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 0 * x^0
226 matched by 226.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 1 * x^0
227 matched by 227.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 2 * x^0
228 matched by 228.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 3 * x^0
229 matched by 229.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 4 * x^0
230 matched by 230.00, 1 * x^4 + 2 * x^3 + 1 * x^2 + 0 * x^1 + 5 * x^0
Does anyone have an easy explanation why steps are jumped in the sequence
of additional coins, or is it a mistake on my part?
[detailed description and worked example]
In article <[email protected]>,
Mike Terry <[email protected]> wrote:
[detailed description and worked example]
To reduce it to its minimum...
If
15 = x^2 + x
then
15x^n = x^(n+2) + x^(n+1)
so we can exchange 15 coins of any one denomination for one each of
the two next higher denominations.
-- Richard
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 152:28:06 |
| Calls: | 12,091 |
| Calls today: | 4 |
| Files: | 15,000 |
| Messages: | 6,517,636 |