Correct in every respect Pondy
@venda said"The equation 81-34=47 is true but the reverse equation 74--43 =18"
Thankfully, we seem to have gone off the 700 kick:-
The equation 81-34=47 is true but the reverse equation 74--43 =18 is not true
Find an example of such an equation using three 2 digit numbers and involving a subtraction which is true in both directions -or prove there isn't one.
@bigdogg saidYes
"The equation 81-34=47 is true but the reverse equation 74--43 =18"
Is that supposed to be only one minus [-] sign in front of the 43?
@venda saidThere is no pair that it works for. I can't stringently prove it beyond showing that it won't work for any combination of the second digits...
Thankfully, we seem to have gone off the 700 kick:-
The equation 81-34=47 is true but the reverse equation 74--43 =18 is not true
Find an example of such an equation using three 2 digit numbers and involving a subtraction which is true in both directions -or prove there isn't one.
@bigdogg saidYou are correct my friend.I'll type out the proof(answer) as given in the paper.
I'm not skilled enough at math to prove that there is no solution.
So I wrote a program and brute forced it. There is no solution.
Just for giggles, I allowed '0' to be one of the digits. The only solutions found all have at least one '0' in them. This is invalid for the problem, because a 2-digit number ending in 0 will not remain that way once reversed.
But it does give me some confidence that the program is correct.
@venda saidOoh, I was so close and so far... I had it down to a multiple of 9 also being a multiple of 11, and never considered that, with these being digits, it would imply a number less than 10 being divisible by 11... Shame on me, really.
You are correct my friend.I'll type out the proof(answer) as given in the paper.
Hope you enjoyed the challenge.I wouldn't know where to start!
Hidden content removed
@venda saidha I had played around with a similar equation an d didn't see the
You are correct my friend.I'll type out the proof(answer) as given in the paper.
Hope you enjoyed the challenge.I wouldn't know where to start!
Hidden content removed
@venda saidEven assuming each tumbler has the same amount of liquid, there could be different total amounts of each. It doesn't seem like there's enough information to solve.
At a drinks gathering everyone had one tumbler of scotch and soda of different strengths.I drank 15% of the scotch drunk and 13% of the soda drunk.How many of us were there
@bigdogg saidI thought so as well.
Even assuming each tumbler has the same amount of liquid, there could be different total amounts of each. It doesn't seem like there's enough information to solve.
@venda saidHere's some ugly algebra that arrives at their answer.
I thought so as well.
I'll post the answer as in the paper.
I didn't really follow the logic but perhaps you will:-
Hidden content removed
@bigdogg saidWell done my friend.
Here's some ugly algebra that arrives at their answer.
Expressing the amounts of each in units of glasses [or people]:
My glass is:
.15 sc + .13 so = 1
Solve for sc:
sc = (1-.13so)/.15
Everyone else's glasses (n = total number of glasses/people):
.85 sc + .87 so = n - 1
Substitute the equation above:
(.85-.1105so)/.15 + .87so = n - 1
5 2/3 - .736667so + .87 ...[text shortened]... 7, soda = 2.5 and scotch = 4.5.
With n=8, soda = 10 and that overfills my glass, so 7 people it is.