07 41762 $95 802832The above Italian phrase defines a happy state of doing nothing and enjoying it.
To decode it solve the alphametic:
CERTAIN=OLD*TRADE
then replace the phrase's digits by corresponding letters, extrapolate the letter represented by $
and post your solution.
Not richer, but wiser!
6253908 174 35942
CERTAIN OLD TRADE
07 41762 $95 802832
IL DOLCE ?AR NIENTE
I don't know any Italian, but Google says "dolce" is "sweet" and "niente" is "nothing".
s$ = "0123456789": h$ = s
Do
certain = Val(Left(s, 7))
old = Val(Right(s, 3))
trade = Val(Mid(s, 4, 1) + Mid(s, 3, 1) + Mid(s, 5, 1) + Mid(s, 10, 1) + Mid(s, 2, 1))
If certain = old * trade Then
Text1.Text = Text1.Text & certain & Str(old) & Str(trade) & crlf
End If
permute s
DoEvents
Loop Until s = h
|
Posted by Charlie
on 2020-01-22 10:22:58 |