Three-Digit Number Puzzle: Solving a Parlour Game with Modular Arithmetic

Click For Summary

Homework Help Overview

The problem involves a parlour game where a participant thinks of a three-digit number and sums its permutations. The sum provided is 3194, and the goal is to determine the original number.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the equation formed by summing the permutations of the three-digit number and explore the use of modular arithmetic to simplify the problem. There are attempts to understand the concept of 'cross-sum' and its implications for finding the original number.

Discussion Status

Some participants have offered insights into the relationship between the permutations and the sum, while others are clarifying terms and exploring different methods to approach the problem. There is an ongoing exploration of how to effectively use modular arithmetic in this context.

Contextual Notes

Participants are working under the constraints of the problem as presented, with no additional equations provided initially. The discussion reflects a mix of understanding and confusion regarding the application of modular arithmetic and the concept of cross-sum.

Trail_Builder
Messages
148
Reaction score
0
came across this in a book I am reading, it doesn't give the answer though youll know once you get there that you're right anyways.

Homework Statement



In a parlour game, the 'magician' asks one of the participants to think of a three-digit number [tex]abc_{10}[/tex]. Then the magician asks the participant to add the five numbers [tex]acb_{10},/bac_{10},/bca_{10},/cab_{10},/cba_{10}[/tex], and reveal their sum. Supppose the sum was 3194. What was the [tex]abc_{10}[/tex] originally?

Homework Equations



none known

The Attempt at a Solution



right, I am not positive I'm doing the right thing, but I hope I am on the right track, just say where I need to go if I'm not, or correct me, or do whatever, thnx

[tex]acb_{10} + bac_{10} + bca_{10} + cab_{10} + cba_{10} = 3194[/tex]

expand that

[tex]100a + 10c + b + 100b + 10a + c + 100b + 10c + a + 100c + 10a + b + 100c + 10b + a = 3194[/tex]

[tex]122a + 212b + 221c = 3194[/tex]

now, from here I'm kinda stuck. I have a hunch I have to use modular arithmetic somewhere (only just roughly learned it so that why I kinda stuck on how to use it).

If I was to guess I'd do something like

[tex]a (mod/122) + b (mod/212) + c (mod/221) = 3194[/tex]

but even with that guess id be stuck.

I 'could' try do a lot of guesswork and go from there but I'm guessing there's a more elegant way. thnx

hope you can help
 
Physics news on Phys.org
Note that if you add all six permutations together, you get 222(a+b+c) as your answer.
Now, (a+b+c) is the cross-sum of each permutation, and the trick most likely consists in finding this cross-sum by aid of the known number.

Thus, given that you have found this, multiply it by 222 and subtract the sum you were told to find the original number.

Or something along these lines..
 
soz, but what do you mean by 'cross-sum'?

thnx
 
He means 'cross sum'=a+b+c. So he has shown 222*(a+b+c)-3194=abc. On way to go is to reduce mod 222. So you get -86=abc(mod 222). Which gives you only 4 possibilities 136, 358, 580, 802. Then using your first equation you can pretty quickly figure 358 is the right one. But that seems like a laborious trick. It would be nicer if you could find a clever way to deduce a+b+c directly. Then you wouldn't have to guess.
 
ooo rite, i see what you did there, everything bar the bit where you took

222*(a+b+c)-3194=abc and reduced it mod 222 to -86=abc(mod 222)

but i see how you attained the 4 possibles, so could you quickly explain the bit i just mentioned? thnx
 
222*(a+b+c)=0 mod 222, right?
 
o rite yeh, soz i see it now,

thnx for all the help with it

now i knew that i had to play with mod 222 I started from scrathc and did it all myself and got it right :D yey go me

thnx
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
15
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
8K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K