Answers to Math and Logic Puzzles

Solution for Largest Bet

Back to Largest Bet

Back to Ron's Puzzle Page!


The answer is $27. Here's how I got it.

Start with 2 simple equations:

(I'm using "!=" to mean "not equal".)

  1. A8 + B5 != N
  2. N = CD
In these equations "A", "B" and "C" are the value of the ten's digit, and "D" is the value of the one's digit.

"N" is the largest bet that can't be made.

If I can find a value for "C" which makes equation 1 false for the values "C1", "C2", "C3" and "C4" ("C0" and "C5" will always be false as they will always be a multiple of 5)

then "N" must be < "C1" because:

Since we're looking for the smallest value of "C", I'll start with 1:

For C = 1
A8 + B5 != 11True(no combination of 8 and 5 equals 11)
A8 + B5 != 12True(no combination of 8 and 5 equals 12)
A8 + B5 != 13True(no combination of 8 and 5 equals 13)
A8 + B5 != 14True(no combination of 8 and 5 equals 14)

Now try 2:

For C = 2
A8 + B5 != 21False8 + 8 + 5 = 21
A8 + B5 != 22Trueno combination of 8 and 5 equals 22
A8 + B5 != 23False8 + 5 + 5 + 5 = 23
A8 + B5 != 24False8 + 8 + 8 = 24

Now try 3:

For C = 3
A8 + B5 != 31False8 + 8 + 5 + 5 + 5 = 31
A8 + B5 != 32False8 + 8 + 8 + 8 = 32
A8 + B5 != 33False8 + 5 + 5 + 5 + 5 + 5= 33
A8 + B5 != 34False8 + 8 + 8 + 5 + 5 = 34

So the largest bet that can't be made must be < 31. Now just test each case until you get the answer:

30wrong because5 + 5 + 5 + 5 + 5 + 5 = 30
29wrong because8 + 8 + 8 + 5 = 29
28wrong because8 + 5 + 5 + 5 + 5 = 28
27right becauseno combination of 8 and 5 equals 27


Back to Ron's Puzzle Page!

Hosted by www.Geocities.ws

1