The numberabc has a decimal representation of ax102 + bx101 + cx100. But let's change things around a bit, and drop the base ten. We could then write abc = a2 + b1 + c0 and ask what values of a b c satisfy the equation. There actually may not be a solution. But if we play with the exponents a bit, we might come up with some numbers that do work. Try these
(The numbers are in order, smallest to largest.)
ab = a2 + b3
cd = c2 + d3
efg = e1 + f2 + g3
hij = h1 + i2 + j3
klm = k1 + l2 + m3
nop = n1 + o2 + p3
qrst = q1 + r2 + s3 + t4
uvwx = u1 + v2 + w3 + x4
yz@$ = y1 + z2 + @3 + $4
There is a shorthand notation. These can also be written ab (2,3), cd (2,3), efg (1,3,5), ... yz@$ (1,2,3,4).
So here's a bonus challenge: abcdefgcc (4, 3, 8, 5, 7, 9, 0, 8, 8)
Question
bonanova
The number abc has a decimal representation of ax102 + bx101 + cx100. But let's change things around a bit, and drop the base ten. We could then write abc = a2 + b1 + c0 and ask what values of a b c satisfy the equation. There actually may not be a solution. But if we play with the exponents a bit, we might come up with some numbers that do work. Try these
(The numbers are in order, smallest to largest.)
There is a shorthand notation. These can also be written ab (2,3), cd (2,3), efg (1,3,5), ... yz@$ (1,2,3,4).
So here's a bonus challenge: abcdefgcc (4, 3, 8, 5, 7, 9, 0, 8, 8)
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.