[Archive!] Pure mathematics, physics, chemistry, etc.: brain-training problems not related to trade in any way - page 315

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Последняя цифра числа в двоичной не равна последней в десятичной. Тут вся и проблема.
If the sequence of low bits of a number is non-periodic, then the sequence itself is non-periodic.
If D1,D2, ...,Dn is a periodic sequence
then the sequence D1 mod 2, ... Dn mod 2 is periodic.
ihor, do you have a formula for calculating the last digit of a number in decimal by its representation in binary?
Your answer is correct (and so I suspected), but the proof is a bit thinner:
It is not clear why gamma_2n+1 = 1.
Да, но это не означает, что последовательность младших разрядов в десятичной записи - тоже непериодическая.
ihor, у Вас есть формула, позволяющая вычислить последний разряд числа в десятичной по его представлению в двоичной?
(N mod 10) mod 2 = N mod 2 ;
(the least significant bit of the last decimal digit = the least significant bit of the number)
Next:
If someone initially had immunity, not all healthy runts will catch the disease on the first day, but only those who haven't been vaccinated. As a result, on the second day, those who were sick on the first day will recover and be immune, those who were not immune will get sick and those who were immune will stay healthy. As a result, we have the same picture as on the first day: all three groups of short-stemmers are present, and if this continues, they will all simply cycle into each other on a daily basis. Consequently, the epidemic will never end.
Next. Problem for grade 8 - so they are unlikely to know the formulas for solving recurrence equations:
That's what induction is in the 8th grade!
Next (8th):
1 : C+ci+...=0
.............
L : C+cj+..=0
added, we obtain L*C+the sum of all numbers (S) except C =0
L*C+S-C=0
S=C(1-L)
S=C1(1-L1)
S=C2(1-L2)
1-L is always < 0
It turns out S has the opposite sign to each number.
Since C1+C2+=0 => S=0;
0=Ci*(not 0) => Ci=0 (all numbers are 0)