Jump to content
Science Forums

Recommended Posts

Posted

This is just an estimation :

17^14 should be the greatest of both

31 is nearly the double of 17 (less actually)

31^11hould be less than (17^11) * (2^11)

2^10 is about 1000 or 10 (you know from kB being 1024 bytes)

17^14 = (17^11) * (17^3)

17^3 is greater than 10^3

so 31^14 should be smaller than (17^14)*(17^3)

Posted

To be more exact than Eric's estimate, convert 31^11 into base 17. Do you know how to convert exponentials from one base to another? If so you should be able to figure out the trick. :eek_big:

Posted
To be more exact than Eric's estimate, convert 31^11 into base 17. Do you know how to convert exponentials from one base to another? If so you should be able to figure out the trick. :eek_big:

 

Wouldn't that involve a lot of calculation ?

 

I have a system for making estimations for such calculations that involves both a lot of mental calculation and knowing by heart the logaritms of the entire numbers from 1 tot 10, to 2 or 3 digits - well, knowing how to find them back is just as good, then the only one you have to remember is log 2.

Of course, a number like 17 doesn't fit very well in this system, unless you say that 17 is close to (50/3). So you see it involves a lot of mental calculation, and I'm affraid most young people nowadays are not familiar with that. And remember it's still only estimation. Any good pocket calculator will do it faster and with more precission.

Posted (edited)
Without actual calculating, find which is greater ?31^11 or 17^14

 

Tell the method also.

Most of the ways that come to my mind to answer this involve finding the logarithm of 31 and 17. The question,

 

[math]31^{11} \overset{?}{<} 17^{14}[/math]

 

 

then becomes

 

[math]11 \log 31 \overset{?}{<} 14 \log 17[/math]

 

 

[math]\frac{\log 31}{\log 17} \overset{?}{<} \frac{14}{11}[/math]

 

 

The trick, then, is how to estimate the logarithms of 31 and 17.

 

One can note [imath]31 \dot = 32 = 2^5[/imath] and [imath]17 \dot = 16 = 2^4[/imath], so [imath]\log_2 31 \dot=5[/imath] and [imath]\log_2 17 \dot=4[/imath], so [imath]\frac{log 31}{log 17} \dot= \frac54[/imath].

 

 

[imath]\frac54 < \frac{14}{11}[/imath], so [imath]31^{11} < 17^{14}[/imath]

 

 

Because [imath]17 > 16[/imath] and [imath]31 < 32[/imath], we also know that [imath]\frac{\log 31}{\log 17} < \frac54[/imath], so we can be completely confident in our answer.

 

 

This approach fails if the problem is just a little different, however, such as

 

[imath]31^{13} \overset{?}{<} 17^{16}[/imath], in which case we get [imath]\frac54 \not < \frac{16}{13}[/imath].

 

 

We can’t, however, confidently conclude from this that [imath]31^{13} < 17^{16}[/imath] (it doesn’t), but must find a better approximation of [imath]\frac{\log 31}{\log 17}[/imath]. For this, something like the Mercator series-derived [imath]\ln a = 2 \sum_{n=0}^\infty \frac1{2n+1} \left ( \frac{a-1}{a+1} \right )^{2n+1}[/imath] is needed, and involves more calculating than simply finding [imath]31^{13}[/imath] and [imath]17^{16}[/imath] – but a lot less than a direct approach to a variation on the question like:

 

[math]31^{8219739813} \overset{?}{<} 17^{9962709445}[/math]

Edited by CraigD
Fixed many broken LaTeXs
Posted (edited)
To be more exact than Eric's estimate, convert 31^11 into base 17. Do you know how to convert exponentials from one base to another? If so you should be able to figure out the trick. :)
Please do tell, Qfwfq, what trick you have in mind. :confused:

 

 

As far as I can tell, all the trick of representing 31 in base 17 get you is (writing everything in base 10 for ease of viewing):

 

[math](17 +14)^{11} \overset{?}{<} 17^{14}[/math],

 

 

which expands (laboriously, even with the aid of Pascal's triangle) to:

 

[math]17^{11} +11 \cdot 17^{10} \cdot 14 +55 \cdot 17^9 \cdot 14^2 \cdots +14^{11} \overset{?}{<} 17^{14}[/math]

 

 

from which you algebra equally unhelpful inequalities like:

 

[math]11 \cdot 17^{10} \cdot 14 +55 \cdot 17^9 \cdot 14^2 \cdots +14^{11} \overset{?}{<} 17^{11}(17^3 -1)[/math]

 

 

prompting me to suspect I’m failing to grasp your hint, and ask, as eric has,

Wouldn't that involve a lot of calculation ?

 

 

I have a system for making estimations for such calculations that involves both a lot of mental calculation and knowing by heart the logaritms of the entire numbers from 1 tot 10, to 2 or 3 digits - well, knowing how to find them back is just as good, then the only one you have to remember is log 2.
I, too, have this intimate knowledge of common (base 10) logarithms from 1 to 10 to a couple of significant digits precision – though in my case, it comes not from any noteworthy memory or metal calculation skills, but a trusty old relic of my computing youth, a slide rule ;)
Of course, a number like 17 doesn't fit very well in this system, unless you say that 17 is close to (50/3).
I suspect a key intuition you’re intended (by the question’s author) to have about this question involves 17 and 31 being close to powers of 2, making their logarithms in base 2 easy to roughly estimate.
So you see it involves a lot of mental calculation, and I'm affraid most young people nowadays are not familiar with that.
I suspect eric is right - the ubiquity of electronic calculators accurate to ten or so significant digits renders mental arithmetic less impressive than it was in the days when slide rules ruled the Earth (or at least the part of it within the math/science department areas of schools).

 

 

Still, a competent math student needs to have a good grasp of estimation and decision strategies, and understand that the process has less to do with being able to calculate than with knowing where and how intensely to calculate. In many ways, the low-precision tools of the 17th-20th centuries were more helpful than modern, high-precision digital ones, because they were physical and intuitive, and tended to keep you aware of the limits of your precision.

And remember it's still only estimation.
But the answer arrived at by estimating – in this example, [math]31^{11} < 17^{14}[/math] and the complete confidence that can be had in it, are not estimates
Any good pocket calculator will do it faster and with more precission.
But very few can, without some thought and skill from its user, answer variations like this one from my previous post:

 

[math]31^{8219739813} \overset{?}{<} 17^{9962709445}[/math]

 

 

or this even more sillily large one:

 

[math]31^{3289479823425651347473136858070760265556133} \overset{?}{<} 17^{3987003536725214823364107943702062812949028}[/math]

 

 

PS: Anyone caring to show off, please feel free to answer these, or make up your own :)

Edited by CraigD
Fixed many broken LaTeXs
Posted

Now I thought Mohit meant without actually calculating those two numbers, I'm not sure he meant literally no calculation at all.

 

Wouldn't that involve a lot of calculation ?
How much is a lot? A few keystrokes on a scientific calculator?

 

Please do tell, Qfwfq, what trick you have in mind. :confused:
It boils down to what you did, or even a bit simpler, except that I left Mohit the chance of thinking it over, or asking if he doesn't know enough to figure it out on. ;)

 

Of course it works for any base in which the logarithms are known, ln, log, lg, log_n for any n.... With the Windoze calculator in sci mode, approximations don't show any difference (and likely it gets one of the two kinds of logarithm by conversion from the other):

 

[math]\frac{\ln31}{\ln17}=1,2120468130962642130694242732922[/math]

 

[math]\frac{\log31}{\log17}=1,2120468130962642130694242732922[/math]

 

11 times this ratio is less than 14.

Posted
No, sir. Can you tell me? :)
Consider [math]b^e[/math] and suppose you know that [math]b = a^l[/math].

 

How can be [math]b^e[/math] written? [math]b^e = (a^l)^e[/math]

 

But raising an exponential to a power means multiplying the exponent by the new one, so:

 

[math]b^e = a^{le}[/math]

 

Therefore, for bases a and b, l is the ratio of the two exponents.

Posted

Hello GraigD

 

How about starting a "Brotherhood of the slide rule" ? I still own two of them, but I admit to not having them used for over 10 years. And I still am better than most for mental calculation - I still like to beat shop assistants when they have to use a pocket calculator for calculating the discount.

Posted

I've been too exhausted for that kind of thing, lately. I used to catch the cashiers that got their additions and subtractions wrong despite using a calculator.

Posted
Now I thought Mohit meant without actually calculating those two numbers, I'm not sure he meant literally no calculation at all.

Yes, I meant no calculation. calculation should be done only in mind.

eric l 's solution seems to be best to me. No comlicated calculation, only estimation and logic:thumbs_up .Is there another method like this?

Posted

An other method like this ? In this case there is : thinking binary.

 

31 is almost equal to (but lower than) 32 which is 2^5

17 is almost equal to (but greater than) 16 which is 2^4

 

32^11 = (2^5)^11 = 2^(5*11) = 2^55

16^14 = (2^4)^14 = 2^(4*14) = 2^56

 

2^56 is greater than 2^55, so 17^14 (being greater than 2^56) must be greater than 31^11 (which is lower than 32^11).

 

In this case, working with base 2 is faster than working with base 10 or any other. But being an old slide rule guy, I simply feel more at home with decimals than with binaries.

Posted
An other method like this ? In this case there is : thinking binary.

 

31 is almost equal to (but lower than) 32 which is 2^5

17 is almost equal to (but greater than) 16 which is 2^4

 

32^11 = (2^5)^11 = 2^(5*11) = 2^55

16^14 = (2^4)^14 = 2^(4*14) = 2^56

 

2^56 is greater than 2^55, so 17^14 (being greater than 2^56) must be greater than 31^11 (which is lower than 32^11).

 

fantastic! :lol:. I was looking for these types of answers.;)

Posted
But Craig had already said that!
We seem to all have similar ideas on how to approach this thread’s initial question. Eric, IMHO, has done best at writing an easily understood explanation. :thumbs_up

 

I’d be curious to see how people could do (using no calculators) with more difficult variations of the problem, where the exponents are slightly or much higher and the “31/17 is a little less than 2” estimate is no longer adequate. I’ve offered a few above, but could crank out random ones in any number, if anyone would like to try.

 

:) All of this talk of logarithms and binary spurred me to an exercise in … base 2 logarithms between [math]1[/math] and [math]10_2[/math] written in binary. The result, stripping the spaces and dots, looks like a good template for a floor tile pattern, or, picking a couple of large primes for the number of rows and columns, a SETI message. :) Anyway, as a tribute to the abundance of file space on the internet, here’re the logarithms between between [math]1[/math] and [math]10_2[/math] in steps of [math]2^{-8}[/math] to [math]2^8[/math] bits precision:

 1.00000000 0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
1.00000001 0.0000000101110000100111000100011011010111101010101100011101110100110010011001001101000010000110111111010101000100101001001100110110001011001011001100000111111001101000110011000111100111001100010011010101101000111000110010010111011000100000001101001110010011
1.00000010 0.0000001011011111110010100001011011011101111000010000101000110000001100100110001101100001110001111001011011001010011011001000111100100001101011110110110111101000000001011100111100010111101111011110011011111110001010111001001110110100111011111000010111000000
1.00000011 0.0000010001001101100011000100010111101010010111101100001100010011011100101110100101111000111111100011010111110001110010010000011110101101011111011000011100110011011101000110100110101000110111110101101001011011111001110001111100100110111010110011110000001000
1.00000100 0.0000010110111001111001011010000101110000101101001000101001100010110111100011010101111011111101111011010000110111110110011000100001101110001101000001001100011000011010111000110100000101010110000010001011111111011111010101101100000110100000100000011101100110
1.00000101 0.0000011100100100110110001110111010100001010000111110000110011010001001001001000110011111110011001011100010001001010000110111110100111101001100110001111001111000111010110011010010010001100010101000011110101110011011011100001000110000100010001011100000011000
1.00000110 0.0000100010001110011010001110101010001001100110100000100101110111000000010001111010111111110110111001100001100000100100101100100000110110001111000001101100110011001111110010010101101000101111000001111011010111111110001001100001101000001101010101000111101100
1.00000111 0.0000100111110110100110000100101000110100001011010001001100010000011011001111110011100110011001110000110101101001010100011111101111000000101100111110101010111110110111011001011001100010100101110001110000011011001100010101110100111010001100100111111010100111
1.00001000 0.0000101101011101011010011011101011000111011111101100001110011001001111010111010000011100100011000110111111110101110010000011101101001110110101000110001011100001101100111000100100101000101001111100011011110111111100000000010100101010001111001010111000010001
1.00001001 0.0000110011000010110111111110000110100100101010001100101000110000111111000101100111010110101011110011000101100001011101011011001001000101110001011101010010001111111000101000000110001011001101110111010101000111011000011100011110000110010011001010001100011110
1.00001010 0.0000111000100110111111010101110010000101010101011010111101111010110000010000001100111110010110011011001001100011001000101111001011111100010110111000101100011110111101010100101010100000100100011010000000110001110000100000001010101000101011011100100000100100
1.00001011 0.0000111110001001110001001100000110011001001010011100111111010001010000101000001001010111100100111110110100000011111101110001110111101011100101100100001000110000111001101100010010011010011101010110100100111100000100110000001011100001011001010100000010010101
1.00001100 0.0001000011101011001110001001111110100010100111111001101010110011111101100100100110110111001111110100101110000000010001001101011011100000000100010100000111011111101000111010111111110111100011100000101010011011101111011100110100111110011101011011100110001110
1.00001101 0.0001001001001011010110110111111000010011010110100011110010001001100101011100110000000001001000111111100001001010011100010110100011010000011110100110100011100111001000001000000111110010101111111001001010010000110110000111110001111110101110101110001011101111
1.00001110 0.0001001110101010001011111101110100100111111100011100001011011000010111000000001001011100011100110000100010000010111001110100010001011101011110011011011000010001000100001001111110100010100100010111011001101111010101000001010100100011011110110000000010010101
1.00001111 0.0001010100000111101110000011011000000011001110111011011011010100110000101100100110111101101101001001101011010100011001110000110010111011101010100100010011101001110001010000111111101101001001101010100010111110100100000110100010110110110011001101011101111011
1.00010000 0.0001011001100011111101101111101011001001000100110001011001111101111000000100010111011110000110010010001100010010111001111100011001101111101100110000101110100101111111100001010101110101110010001001111111101001001000111100100110100101101100101100101110100011
1.00010001 0.0001011110111110111011101001011010111000101000101000000100111100101000000000011101101101011000111111011000001111011111010011000001100111011010010100101010011110110110000000111100000111010100000011110011011111111111111001000100001101111011100000001111001010
1.00010010 0.0001100100011000101000010110111001000110001100110101101010101110110000011100001010111010001000110010100100000100110011111100110101001010011010111100000101110101110111010111001001001011110001111001111001011000010001011000011100111111101100100110011010010011
1.00010011 0.0001101001110001000100011101111100110100100001001001001111101100010111111010110101011101000010010010010100110000000011011111001010100100001111100010110101000110111100101101001011110011010000110100011001010000011111101110010110100101100111111010110000100001
1.00010100 0.0001101111001000010000100100000010101101101010111011101001100100111000111110010110111111100111011111110001001111011000011000011111000101111001111100001111000010110010001100110110011011100110000110011000100101101100011010000010101001101010011111101001010100
1.00010101 0.0001110100011110001101001110001101011011100000101101101001001110100111011010010110111001011110000011001000011010010001110011110011101100111111000000110010010100001101011111100001110100111001110010001110111011001110000001101100010010000111110001100010001101
1.00010110 0.0001111001110010111011000001000101111111101001011011001000011100111011100011000110011111011001110100110011100000110110001011001110110001000000101011000010001001011100000001000110010110001010011110001010000101010100100111000010000001110111100010001100000000
1.00010111 0.0001111111000110011010100000111100001011000000001010010010010000111110010001011101111101101101101010001011011011001100011111001100000000010101101110010010011100000000010101001111110100111011000110110000110101000011110000101011100110111010000111101100110000
1.00011000 0.0010000100011000101100010001100110110100111100111100011100101011001010010101001001100110001111010100000010111001110100100100100110011101101000010110101101100000100001010000000011101101001001100000000010110001001101110100100101010101000100011010011110001000
1.00011001 0.0010001001101001110000110110100100010010000011000101101111111111011011101110101010010010101011001011100111010010101110011000100010111001101010001010011100101101111101011101010001101000010110001101110011111110000110101111011000110111111011011100100001000100
1.00011010 0.0010001110111001101000110010111010101010010101101111011010111101010010101100100011000010100110100101100010000001100100011111011110011100011000011101110100000010111011110001100001111001000101111111101000010101100111010000100001010111011101010100010011100000
1.00011011 0.0010010100001000010100101001011000001111010011000111111100011001101100101001011111100000000011011001111010110000100001000101010110101011001100111010111011101010101100010101000011000010100010010000000000011110000110100011111011010011010000111101000111001010
1.00011100 0.0010011001010101110100111100010011110001010111000011010000111011101111111010111001000010100100101100010101001101000101101011110011100100101001010010010111001111010101000111101000010011010100110000001101100000001010011100010101011101010111010011111101100000
1.00011101 0.0010011110100010001010001101101100110101000101001100011111100000001110010111101100000100000110111011111100001010100110010001100000010111101110110111101010100011010011011001011101100001101000101001111001011000101101101000111011001101000011010111001101011011
1.00011110 0.0010100011101101010100111111001100000111111011101001101001100010111110011111000011110011001111110110101000101001110101000100110001110100001000111110011011110011110100110100010101001110011101111000101110001111100100000000110100111001000011110101110001111101
1.00011111 0.0010101000110111010101110010000011110100101110010001010010001111011000100101010011111011011001111111101001000100000111101110001011011001011011111011011011110100010110011011001001101000000010101011000010101010010101010010110000000111110110110110110011110000
1.00100000 0.0010101110000000001101000111001111110111101011010000111100111100010110000110101100001110011001010111001111101100010010001010100011101101100110010010110000100010110110010111110010100011111111010001100111001111101101100110110000110100111001010111001010111101
1.00100001 0.0010110011000111111011011111010110010010001001100010110011111011110000001000101110111100001100100100011000100101110011111000110011011111011001100001011101001011111111000010101011101011100100010011111111010010010001111001001101001011011001011001011101000111
1.00100010 0.0010111000001110100001011010100111011110000001001111111001010001110101101100011010000000110010100110101101001010010001111010000001011101101110111001000100011110010101011001111011111101011000001101110100111111010100100011111000100001111010101001100101001001
1.00100011 0.0010111101010011111111011000111110100000101110111011110111100010011011110010001001101001010010110000100101100001101101011110011011111100010101101000000101100100100001001000101110001101010101010011010001100001100111101010010011001011000000101011100111011001
1.00100100 0.0011000010011000010101111010000001011110000001110110010111111011110110000010011010001011101000001010110101110010000110101100000110011011001000011110010101110100010110010110000100000101100111110001011110110001110000010011101100100110111001000100100111010101
1.00100101 0.0011000111011011100101011101000001101010010101101101011101101011000011010101011011001010010011100011001000101011110011011101000110110110100111100010001100111000011000101000000111101110010110110111110100011110111110101001001010100111101011000000001110000110
1.00100110 0.0011001100011101101110100000111011111100111000011011111000000110101001011101110100100011010101010011100011101001100011010000011101000111110101000011100101110010000110000100110111001110100010111011001100011001100100110100110010001010001110101111011011011000
1.00100111 0.0011010001011110110001100100011001000001011100001101010110010011011110000000110000001011110011110111000101000011000110011011110111010011111101110101001000000101111011110000001100010101111001001100001001111111111000000100111101111100100011110000100010001110
1.00101000 0.0011010110011110101111000101101101101001110110010010011111011101110001010010011001010110100010001000100100101110101011000001110000110001011110111011100000001111001010001111100011011011000100101100100000100111001010101110100011110011100101000000001011011101
1.00101001 0.0011011011011101100111100010111010111111001010111101001011011001000010110101000011000010010010010101000010010010001111110000111110011110011010001011110000011010110110101001101110001011100000000001000111010111010110100000101110111010100111001100011010100101
1.00101010 0.0011100000011011011011011001101110110010100110111101110001111111101101001100110010010010100100101011101111000001100111010001111110111000010110110010010011101010110101100110010110101011110101010110101010011001001010101000101000000000000111010101001001111011
1.00101011 0.0011100101011000001011000111100011101110000110111001000100101110101000000110001010010110010100001111011010000011011011011001100011101011001101110100011111010100111010001000100111000001011010000010101010111101010100011010100010111000011111001010100011000000
1.00101100 0.0011101010010011110111001001100001100100101100101101111110010000101000011100101000101011111111110100110101100001010010000110111010111001000000010101101011100100110111010100110110101110001101101111111011011000001010111101010101111001011100010101001010111111
1.00101101 0.0011101111001110011111111100011101100010100100000001110111000010000101010001100001100111000111000111100011111001000110100001111110100111101011000111110110110110101001100110111000111101011001111011110010010001100010001011100011111001001011001011100000010000
1.00101110 0.0011110100001000000101111100111010011100110101001001100110001110110010010100111100110001110010011011110100111001000000100101000001110011010100100011101110100100000100010111000001011001100011101010011100100000000000100110011100111000000011100100001101101010
1.00101111 0.0011111001000000101001100111001001000001000111100100111010001100100110100010011111011011010110010110101110000101000100100111011011111001001101000001010010011011000001001111101001000001001011110010000001000100101011000010001101000000111100110000011111111000
1.00110000 0.0011111101111000001011010111001000000100110100000001010001000110100001000010111101110000010010000111001011101001011011101001100110010011110101111011100101101110100111111000001011100010010010110000110100011000111001011111011101110000110010011010100101101000
1.00110001 0.0100000010101110101011101000100100110100000110011000111011101010101010011001100111100010000110001111011001110011110011001110000111101111010111111001000001110011100110111110001110010110010111100011010011001011011011100100101000011001000100100111001001110010
1.00110010 0.0100000111100100001010110110111011000000110000000010010110111001000100011000101100001111011000010111001011000100011101100110000011100111010011011101001101101100000100110000101011011010001001110101010000001000111100111010110100010001011011110101110001101111
1.00110011 0.0100001100011000101001011101010101010000101010100011101010010001100111010000101011110001011010001001101011101000100000001010001101010001110110110100111001011000110001101001000000110111000100100100101010111010010010110010100101000001010000010000000110010011
1.00110100 0.0100010001001100000111110110101101001100001011011101011100101001100010100101010100010001110110010100000001010011101101011111011111110010100100111010100010110000110001011110111001010110110101111101000010111001011100000010111001011001111000011010100110110100
1.00110101 0.0100010101111110100110011101101011101100001000111111110101100101101100111110000010001101000100000100001100000111111100011110110111101111101110111111101110111111100101011101111110001110001100011101111101111010000001111010001000000100010010110011111010001011
1.00110110 0.0100011010110000000101101100101001000111110000011100000101001011100011010010101100000111011111010011000000101111000001110011101001000111110110110101001000101001010101110001000001111111110011101011111111111101101100111101110011001111001100001001000100111111
1.00110111 0.0100011111100000100101111101101101100010001110000100110010101100110010000011111111000101001100000001010001000010110001010001110101111101100001111101000101000001101001011011100010001110011100001001001001110111110010110101011100010010111111101011011100000101
1.00111000 0.0100100100010000000111101010110000111000000111001110011000000111001111000000110111000010001101011001001001011011000011101100100010001000111001110001010010010001101111011100000000001001011010110100010000010111001111001111110100001100111000010000001100011011
1.00111001 0.0100101000111110101011001101011011001100100110100000110110001101001101010111010011111101100011010110011000001101100101010111010010110111011010001001011100110010110100100001110000100110110000111011110001111101011101110110111110100010101001000010001011100100
1.00111010 0.0100101101101100010000111111000100110110011010101011110110111001010110100010001110010111110101001000100111000000011110000001000001110010000001000111011010111100101010010000100110110101011100000001011100100100000111000000110000000111111100011111110000010100
1.00111011 0.0100110010011000111001011000110110101100101000001101011001101100000111100101010011101001000101110100010110010001000000110010110001100011001101000010100011110110011100001001101010001111100111001011000101000000100001111101100010101110100110101010001000001110
1.00111100 0.0100110111000100100100110011101010010011001101111011001101100111100111000010111100011101100001011101000100011101100011101000110111101110011100100110110110111101100011000100110111011110011010100111000010111100010100011000001011111001001001110101000110110010
1.00111101 0.0100111011101111010011101000001010000111011100111110101001011000110010101101100010001011010011000010010111000011011010111000000001000001100010110011000010011101110110110011001011001010000100001011101111000000100001000010111000111010001001011000101100000100
1.00111110 0.0101000000011001000110001110110001101100000100010010010111010111000101001110101011101000100110001100010111011100110000100000100000010001011101100110110010010100010110110111111101101110101110000010111011100110111110110011011010111010011010001111000110111110
1.00111111 0.0101000101000001111100111111101101110101001111110000111001010100110101000110000010100000110110101111101111001111000100111000100010001010101001110101111111100001101010001010100101100101100011000100010000000111001001010100011001001011010111100010001100111101
1.01000000 0.0101001001101001111000010010111100110100011011100010101111111011100010010001011000001100101000001001001000101011000001100010101000001101000101110010101100100011010000010101011000101101010110010000010001010111111101010110000101000001110100010001000010010100
1.01000001 0.0101001110010000111000100000001110100011111011011010011111110010010011111010100000001010000110100001000110100010001111000001000000111010100100110111110111111101111001000100011000111001110001100100000001000011110111000110010000010010011110100101100110110101
1.01000010 0.0101010010110110111101111111000100110010010110101100110111111100000110111010100111100011100110011010011000001101101010111001101100101101100111010110001110111110011101100101111001000111011111101101001000000110100110001111111010010000010001000100000110100100
1.01000011 0.0101010111011100001001000110110011001101111000110010101011000011001111010100111101110001010001000111000111000001100111000101000110001101100011000110000010110111110110010001000100011000011101010100011101010010001000110011100001001101010100111001001100011001
1.01000100 0.0101011100000000011010001110011111101111010110100001111001111101010011010110110110010001001111110111100011000011011110011000101110110011001010111110100110111000110001010001011001000110011100111100101001011111000001101111101110001110011011100110110101000100
1.01000101 0.0101100000100011110001101101000010100101001000101011011001011101110100111011100010011010000010011011010001000101100000101010101101000000010011000000110000001101010010101001111110010010111000011111010001111111011111110111011111100011101111101010011100000001
1.01000110 0.0101100101000110001111111001000110011101111011101001101110010011010111001011000101000000011100111011000011011010100110011110010011101001111100011000000001110011111100101100110001010110010110100100111101011111000000101100001011011001101100101010110000000001
1.01000111 0.0101101001100111110101001001001000110011010100101110000110100100010100111100010010101110110010110010000000111101101101010010110010111011101001101101100100101011001111110100110001010001011110010001111010000100001001111100011001000110111111110111001000111001
1.01001000 0.0101101110001000100001110011011001110100001100110111100101011111110000100001100010100001110010110100101110110101010100101100001101001000111001010111011010110111000101100000011110101000001111011011010001010001000100110100001111110100100110101101010111111011
1.01001001 0.0101110010101000010110001101111100101111000001100000101001001110101111101100111110010101000001000100110100011010001110011100001010110110000111111000011100101110110001100000010011100110111001100110100110000111000000111011101001010000010000110010001001110110
1.01001010 0.0101110111000111010010101110100111111011111011001110111110010101111011011011000000000110010010100010011001011011100010000111001111010001111010011111001001100001101110010110011010010101100111110011000011111111110010111110111100110101001101101010000010011000
1.01001011 0.0101111011100101010111101011000101000110101010110001000101011011100000100111111001111110010010111010101011111011111100011101100011101100001001010111111011101111110001000001110100100110101101101011110100100101001100101000010100110110000010101000010011010110
1.01001100 0.0110000000000010100101011000110001011000011100010101000011001101010100011011101111111101010011111100011110011100010111101001001111100101001010111011110101000111010100100011101000000110101100000000001100101111110101000101100100110101001010100001000000001110
1.01001101 0.0110000100011110111100001100111101100001100001100011011100100011010101101100000001001101110101110001111011110000110001010011100011001111000010000000011100011000001001101010111101111100000000110000111101110110000101011001101101110001110000001000010100101011
1.01001110 0.0110001000111010011100011100101110000010110010001001011010010111111111011001100110110111110100000101110011010100001101001011100010000100101101000010001000101100111010001001000001111001110011011100011001110010010100010000010100101001101000001011110111001111
1.01001111 0.0110001101010101000110011100111011010111000011011100011010110000101001101000010110100000111111010000000111100110000001010000111101100011001001101101000101011111101010011000110101100100100001010111010010100011100110011011011101001001011011111010110000010101
1.01010000 0.0110010001101110111010100010010001111100010111000010001011010100101101110101010100001111011111100100000111100101010011001100101011001011010011010011000001111011010010111001010010001111100000011110101101100000100001000101001011100100101010001001101111111111
1.01010001 0.0110010110000111111001000001010010011101000000100110111000110110011000000101000001111010111000000111010000110101010000000000100010100001100101010010011110000101000010000111010110001011010000111100010101001011010110111000010110001101111001011100111100000111
1.01010010 0.0110011010100000000010001110010001111000100011001011110011010110101111000100011111101010011110100100000110110100101111010010000111111100001011101000111001110011101101000010000001101101010100110000010100011110010111011011000100001001100000000001101101000001
1.01010011 0.0110011110110111010110011101011001101100100101110111111000101100001111000110011100001001100010100100010011111101000110100100110001111101101101001100001111111110100000111001101001001110100110111010110000001110101001100111110011101100111110010011011011010001
1.01010100 0.0110100011001101110110000010100111111101100000010100001001111000010000100011011000001101100111001001000100000011001100111110001000000110110010111101001001101100011110101110010001100011100000110011111010010001001100101010001000011110010110101111101001000110
1.01010101 0.0110100111100011100001010001101111011110111110111101000101001110100010101100010100100111100011011100000010110011110100110010001001110100110001110010000011101100101010100001101011100111111110100010011011000101100001101110010011111000101001000001101100110011
1.01010110 0.0110101011111000011000011110010111111100011111010010001110001100000101011100100101100111100101110000100010101011100001111011011000110001011001000000100001110111100111010011100110000011001110110101010001100111110100001010100111101110111101100010101110110110
1.01010111 0.0110110000001100011011111011111110000001100100001101000110011100101101100111101101101010001100111011111001101101000111010000110000111001100010110111010100010001000000010101011100111010110100111011100101001010100101000010000110100111101011000101110000110101
1.01011000 0.0110110100011111101011111101110011100010000010101000001010011011101011100000101011110110011010001110110001000000000111100111001111000111000101010110000001011111100001101111110101111010100011011110110110110111011110110001011100101111001100110011000010101101
1.01011001 0.0110111000110010001000110110111111100010000110011110011001011111010001011101010111101111001000010110101000111111101011011010001101011101000000001000101010001001010001011001110010001001010100110000010011001101110000000111100100100010010100100010100011110110
1.01011010 0.0110111101000011110010111010011110011110010000001100001010110010001101000110011101111011110010000101100101011111001110001100011010011000000101000000010101001111110100001100110001011011100100101011011000011100011111101111110001011111101101110101000100001011
1.01011011 0.0111000001010100101010011011000010010011001010111001011100000100110001001111101010111110100111111001111111101000001111101100111101001100110011110101010101010111101010001100011001011000101011100111101100100100111110110101001101010000010001100100101001010101
1.01011100 0.0111000101100100101111101011010010100101011011010101101000000100100111011111100000010010111101001000111001001011100100101001010100111011010110100111100100011111010000000110110010011100101011111111010101101101110100111000110111111010110010001001110101010000
1.01011101 0.0111001001110100000010111101101100101001000111101100111101010101001110111110100101010101101111010011100111110000011001000000001011010001011010011111001001000010011000000111011111111000010011111100001110000010111110111000101010111011000000001101100110010011
1.01011110 0.0111001110000010100100100100100011101001011000011111001100101011010011101111111111100111010100100110001111001111110000001010110110000010101100100010011111110110110110000111010000011000111110001001101111001000110001101100110110111011100001100011111111100101
1.01011111 0.0111010010010000010100110010000000101111110010011111010101001100110011011010011110111001100001000010100000011101001001111110010100100110011100110110001110011010101110110111011010101010010110111000101101100110001001111010111110001011000011011000010101101010
1.01100000 0.0111010110011101010011111000000011001011101010000011101111111110100001101011000000101100101100010010001010101111110100100001001000111010000000101111100111100110100101000110000010010101100001000110101100011111110010000110100101101011010001001001101010001000
1.01100001 0.0111011010101001100010001000100000011001001111101110010000001001100110101111000101101101011000011101100001001000101010001111101000100100111010001111010001000111110000100100101010011110100011000111111000001000000010101101101000110011111100110011000011100001
1.01100010 0.0111011110110100111111110101000100001000110110010011000101001000100011011000100101011000001100111101110010111001110110001100111110011101100100110000001011000000011000101101111100110100011100001010011000001110001011101011000011100111101111101101000001111010
1.01100011 0.0111100010111111101101001111010000100101110010100110000000111011111001010101101111000011101001111110100001100011000001010010000011001001101101011110001001100101101001111110110100111111001001011001111001110111101110010100100111000011110100011101011110111101
1.01100100 0.0111100111001001101010101000011110011101010100110100100000110001111011110010011011110011010001000000111011010011000110001011101011111110110010110100011111000010101101010111111100001000110110000111011010100100010100010100001111111101110010011010010101000100
1.01100101 0.0111101011010010111000010001111101000101011011110011100101010110000011010000110010000100111011101101000110101000011000101011110010011100111110110110100100110111100101110011111111000100001001011011110001011001010110111011011011100101110101100000110101111001
1.01100110 0.0111101111011011010110011100110010100011100010001000000111111100000000000110111100101001011001111100101011000111101100110000110101111110110000010100010101101011110110111111101000110001000100011100010011010010101010001110110100100010111101000011110111011010
1.01100111 0.0111110011100011000101011001111011110011000101010000001101000110101110011011011001111111101101011110010110101101101100000011111001001100000100011001111111101001110011011101000111110010000000011011001010011100010100100001110101000101011110101100011001111011
1.01101000 0.0111110111101010000101011010001100101100000110110011101100111100011111100001100010001111011110101001011100000010001101110000110011010010101010011110100010111001001011001110111111001111110011111011010011100111010001011111000010011011010110100000101100011010
1.01101001 0.0111111011110000010110101110010000001001101000000010100010010110010000011000110111001001011110100000011110101000101011011010011011010111101000101001010111000011011000110011111111000001100010010100011110110001000000000011010100101010110110100110001001100001
1.01101010 0.0111111111110101111001100110101000001111111111100110101011101111110011001010011010011011110001000001010000011100101111111111101100111000101100000010111101110000101001010111010000011000101101000000111100111011100001000111011010001101110111000101110111101010
1.01101011 0.1000000011111010101110010011101110010011001001101111111110011101100001111110000110011010110011110100011111001011001111001001010111010110110011110101001010011000000111101000110111111100010001000010111010000111001110010001101010000011010011011011001001010100
1.01101100 0.1000000111111110110101000101110010111100110010111111100110011111100110101111011111000011010011100110000001010100000100101110101001100110100110110001100011101010001011111101011111110100111100000001010110101000000010101110001110111100101001000010110001011101
1.01101101 0.1000001100000010001110001100111110010010011101011001001000000010111010001011011100111011011001001010100111101000011001010111110001000100001010001111110000110111010001111111111110101111001010000001010011101000101101111111010001000100010011100010110111011110
1.01101110 0.1000010000000100111001111001001111111011100000011110101010010100001101111001110010001011010110011111011110011111010001110110001100011101000010110101010110001110011000100111011100111000101110100001111101111010101110110101001110101000101010010110011011101001
1.01101111 0.1000010100000110111000011010011111000111000011111101111000000011011011111001010100110100111001010111100100000001011011000000100110100001011001100011101110111111000011111111100110011000011101100011001101010110010000110101001011010010100000001001000001001011
1.01110000 0.1000011000001000001010000000011010110001110101010011001011000111110111101101011000010101100010000110011010010011111101110100000111000101000110011001001000001110001000001001011010001001001110000011111011101101101111001111001101011000011000000010001011100111
1.01110001 0.1000011100001000101110111010101001101011111000001000100010011100000110101000001110110000001100001011111110100001100110110110110000110110011111101010001011011001111011111000010001001100001110101100111000100000110010011011000000101001100000000100100010111001
1.01110010 0.1000100000001000100111011000101010011110010001110101001111011101111010101101001111010111100111011010110001000100100110101000000000010110100011000111010010100101011111000110110000000110111001010110001100111110101110100110110101011010000010001001101100111010
1.01110011 0.1000100100000111110011101001110011110000110000000011100101101111011100111101010011101001101100011001001111010101110001100010100111101111001010100111000011101100110011011001011101011010001111010000000001110111110010010001110101101010001011000001101100000000
1.01110100 0.1000101000000110010011111101010100001111001010100001110011110101000110110010110110110000101111100011000101011010100000011011101101110101100001110001011101000100000111011010010000100010001010101010101010101101000000001110011001011110110001111000010110110110
1.01110101 0.1000101100000100001000100010010010101111000000000011000000111011101011101001010110101010011011101011001110001101100100100011110000111010100011011110000011011001010100000010001001001110000011011001001101010010011010010011101010101101100101000000010001000000
1.01110110 0.1000110000000001010001100111101110010100101110110101001001111111110111000110011110100010001000011011001001110010111010000000010000001011101100010011001010100010111000000000101111001010001010000011110000011000100111111100110101101100011100100000110000000011
1.01110111 0.1000110011111101101111011100011110011001001000010000101110010011000101011100001101100111010011101011100011101100101010101110111110001010000011101110000000110100101110011100111101011001010001100110010101001111100010000110101101110010001101111010111100000000
1.01111000 0.1000110111111001100010001111010010101110100000000110111100011010100000011111101111000110111100110000110110100000100001010110100101001101100110111011010101111110011100000011110100101000100111111101011001101110001001111010111100011000010111110000001110111001
1.01111001 0.1000111011110100101010001110110011100101110111010011000011000001101010111101010001101001011001101111100111111001101000000000011101001110101110111010110100110100111011100101100100000110101100010101101101110110100010111011010101100100110110011001011001010101
1.01111010 0.1000111111101111000111101001100001110100000010010011001000010101101011000101011110010010010110000100011010111100011111011010110110010000110111111110111000010001001101110010111000110001111110001001101111101111110101001110001000111110001100011001011010000110
1.01111011 0.1001000011101000111010101101110110110110101011001101000110001101001101111111111110111010100110010100100100010010000010010011110101011010011011000010100101100011000110010100011100011001001001101001001011001010101100111011000111011001111110000111001111001101
1.01111100 0.1001000111100010000011101010000100111001001111100100000001000110101010011101110011110001010111011001010111111111010111001111110101111000111010000111011000000100111100101111011000001110000111011010100000110000011101010111101111010111001111100100000111000101
1.01111101 0.1001001011011010100010101100010110111001111010000010001010101111111001001001011001001000110010111000111001011000101010110010111110100010011000001011011101111010011010000011101001011101111010101101101011011010001010111110001111011111100001111111111000010001
1.01111110 0.1001001111010010011000000010110000101110010111111100000000100110111111000110101111101110001001010110110111100110011011010111100001000101000001100001010101101011010110100010010101001100000111001011000010010000101010011001101010000011100111101001001101100110
1.01111111 0.1001010011001001100011111011001111001000101010110000001010010010101000001100101100111000011001000100110001110101110010100101010010101010011011000111000101000010011010000110000101110011000111001000101000111001101100111011101010110100111110000100100111110001
1.10000000 0.1001010111000000000110100011100111111011110101101000011110100000011110101000000101000001011011010000001001101011100110000111000101100010110010010101111011001010111101011100110011010001001110110101100001000111101010000100011110101100110001000111110101000011
1.10000001 0.1001011010110110000000001001101010000000100111000000001100100101000100110110101100011110011110011101001001111110101111000010000111111111101010101101001111010100000001110100010010000100001100001101010100010001011001011000111110011011101100101011101001001001
1.10000010 0.1001011110101011010000111010111101011001111110010011000010011110101100111111111101111110111111010100111100000000001110001011001111110111101010110010110000000001100001100111011110110001110110100010000100111000110111101111010111000001001011001110100110110011
1.10000011 0.1001100010011111111001000101000011011001101101111001000111010011011010011101111010010000010110011100111101000001011111101110001011011100101101001111101100001111010011100101110100100000000100010111000011000111100101110110000000111111011101010001101110100010
1.10000100 0.1001100110010011111000110101010110100100111001010011011001000110100100010011100010011100010100101001011111100001000001011010111101110001100001101011010000001100101000001101101110111010100100110111001011011001100100001000000001000010111000011100010001011110
1.10000101 0.1001101010000111010000011001001010111000001111101100011101000010001110101101101111011000000110111101100011000101001110101101101100101011001001100010110000010110101001010011011001000101111001110001110110101111001111100010101100010010011100110011100111001001
1.10000110 0.1001101101111001111111111101101101101100100010110001001000000111011000011011101101000011010010101011010101110000111111010010110001101101111101111101000100101000000100010011001100110101001111011101111100101110110011001000000101110011010101011001101101111000
1.10000111 0.1001110001101100000111110000000101111010111010000100100100111111111110110101111010100010000011111101010010000001001111001011111111100110110101001010011111100100010010000000011111000000111010001110001001100111011000000001000100010000010001101000010011010001
1.10001000 0.1001110101011101100111111101010100000001000010110011011001101000011110011010011110011100001000100111111011110011011010001011001011010001000001111010001101100000101010111000111101111100100011010010011000110001101110000001011001101111110010000011110101111001
1.10001001 0.1001111001001110100000110010010010000101011100001001000100010110111010000000110100010010101110100000100010101110110011100011001001011110000001100100011111001111110100101010111010011010001010000100010001000111101011011001101110110000011001010101111000110110
1.10001010 0.1001111100111110110010011011110011111011100000001011001101010001110110010000011010000000101110111111110111011100010111010100000100110001111010010111000101001111011011111110010010011001001010100010111000001111011001000001001010010000010001100001000010111010
1.10001011 0.1010000000101110011101000110100111000111101001011101111101011001111011000001011001000001001111010100000101110010110001000100010001001011100101100111010111111010101010010110101000001110110100000100011110010101000100101001110111110001101100010101001010110110
1.10001100 0.1010000100011101100000111111010011000011010101010100101100110110010000101000001111000110101000100000010110110001001100101000000101001111101000101001010010010110010110111100000000111011000001111110111000101111111001001011001001111011100001101000010101111110
1.10001101 0.1010001000001011111110010010011001000001000010110010010101100100011010100001001100100100111110110001011110001011111001011111100001001110010010010001010111001101000100011011010101101100011010111101100101100011001000011001001010000011100000111111111010111101
1.10001110 0.1010001011111001110101001100010100010000001110011100010100100101101011110111001010010011011110101010100000101100010011011011011011101110000011100001110101110110111100110011011110000010001100000101001100100000101011110100110001001000001111101100100110100001
1.10001111 0.1010001111100111000101111001011010000001001011000011011100011111110110000001101111110100001110110100010110111001101000111001111000110111000111100111101101011100111111010011010001110000010001101000111100111001000001000110110101111010000101011100110100110000
1.10010000 0.1010010011010011110000100101111001101000110111000101011111101101110110001111110100110000010110000000001010000000001110111110000001101010001110110011001101100000010111100111001001011101101111101101101100110000101101100111110000111010010110110001000110011000
1.10010001 0.1010010110111111110101011101111100100100101111001010101111100101100110100101000100010011001000110011001001000011110110110001110010100001010000111001100001111111101000101000111110111011101100101101001001100111100011010110110100011100111000101110101010000110
1.10010010 0.1010011010101011010100101101100110011110011101100010001001010101100101111111000011010101110010010111001000100110100101110101011010111000110110010000010100000111010111100000010000001000011001111100100010010011010011001001110110110100011000110001100011000011
1.10010011 0.1010011110010110001110100000110101001111100110011111001110110110110001011010000101111011101001010010110111110011011101110110011101100000111000011101110011001100110111011010110110001010101001011010011101110101010100110011000011101101011111000000011010000011
1.10010100 0.1010100010000000100011000011100001000101010001111100011011101100000111111010011010011001111011000110100100011001011110100000010110010110011010101011010111010000000011110010110101101111111100111100011111111101000000111101101110010100001011101000101010110100
1.10010101 0.1010100101101010010010100001011100100011110010000100101001110100001110011110110000101001011010110111101000000011100101110111101111101000010010011000001101101000111101000100111101110101010100110011011111110111011000100011100110101011100110111111011000010000
1.10010110 0.1010101001010011011101000110010100101010000111000110110110001010100010101000010001000010001110110001100010011000111101011100111110111001001010000011011110101011011010100001000010001110010011100110110000000000001110001110100000010111111111011010011101110001
1.10010111 0.1010101100111100000010111101110000110101100000010110001111001110011101100001000000100101110110111111100100011101110001011000000011100011100100011111110110011100100001110000001001110101001010100110111100001000001001001110100011110000111011100000011000001100
1.10011000 0.1010110000100100000100010011010011000100111010011001111000011000100101110000100111001101111101000111000001011000110111011110111110000100100001000111010010100001000111010011111000001000111010111111101111000001010010110110010101100100101010101101111100101100
1.10011001 0.1010110100001011100001010010010111111100011010101110000101011001100011011011100110111000011001000000001000011111011110011101110101010011100010011000010010011001110110001100001011110110011001000000100101101100010010010010010111000101000110000001101011001100
1.10011010 0.1010110111110010011010000110010110101000101000011010010101010110101011101001011100111001111101110100110011110101011100001011001101111110000000110001000001100111010001010100000011010111000111010010000111101001011011101000001000010001110010000101111011001000
1.10011011 0.1010111011011000101110111010100001000010000010011110001001001001011110001000011010101001111111100111011001001010110001011111011001011111001111010010101001110000111111001001101011011110111010101111101000110000011011010010001011111110101010100111101000011100
1.10011100 0.1010111110111110011111111010000011110000010011010111010110111100000000000011000001100010101110100001111011000110100010010000100011011100111111110111101000001110011110111101100011000000000000110101100110110011001010110001010000001110001111111011000110110111
1.10011101 0.1011000010100011101101010000000110001101100010000100010011001001110111010111111000010011000001011101011000011100010100111101000001000011011001110010111111011001011110100110011000100111100101011000010111100000111110011110011111100000010100000101001011010010
1.10011110 0.1011000110001000010111000111101010101001100000100100000111111111100110101010100110101111011110010100100110010101010101111011000011011010101110010010110010111101111001111111011000101110101110111100000111111101110110010011110001101000101000100000110111011101
1.10011111 0.1011001001101100011101101011101110001100110111110111110011001000110110101101001000001001111100000101100111000111011001001011110111110010010000101110100001101010100100111001000000110100000010010000011110000111110010011011101001110110111110110010000010100010
1.10100000 0.1011001101010000000001000111001000111100010001100101111001100010001001001111010100001100010100111111111100000100100011100001110101001110001001000010010001010011101101011101011000111001101101100101010100001111111110101001001000111011011110001111111000010000
1.10100001 0.1011010000110011000001100100101101111011011111000011100110110100001011111000001111110111111010110010110101110110101000001011000101100011110110001110110001101110010000011010010001101010011100100000110101001101110001100111000111100101010110111001000010110011
1.10100010 0.1011010100010101011111001111001011010000011110000101000001000000011011100100100000101000100001010000010010101110010110000111000111110101111000010010000111100010001000011100011001111001010101011110000101111001000101000011110110110111011010101011110000101000
1.10100011 0.1011010111110111011010010001001010000110011011010111000001010100010111111100000010110110101101100001111100001001101010101001110011001100000001011001000100101111100110110110100011100011101011001110001101001100010100110111011100111101111011100011100011011100
1.10100100 0.1011011011011000110010110101001110110000110010100100111011010000010000000110101100011100000111101101010000010000010100101111010011011000011001000101101110011110100011001110101010111100110110101110111110111000011110011011010000100110011110011010110010010100
1.10100101 0.1011011110111001101001000101111000101110001100001011110100110111111101100101100011110100100111100111000000100101111111100110001111011011101001000111110001000000000001101011110100110010111010101101000101111000011010100111000010100001100110000011010101010000
1.10100110 0.1011100010011001111101001101100010101011011000111101111100100101110001011000110100000011011100100001110100010001001010110010010111110111010111110011000000100000000100101111000100110000111110100011010101111100101011001010100000011010101101001001111101101000
1.10100111 0.1011100101111001101111010110100010100110001011010111111001011011011101101111111001001001110011010001001001110111101101100100110000010011001011100111001100010100010110111101011011001011000101101000011011111101011110000011111001110001111001111111111000111111
1.10101000 0.1011101001011000111111101011001001110000001110101001111000111011001101110000000100011011101000000101010001011100000100011101000010000110101001101001111100111100011101111100111110011011111101100110110101011110111011010001001000110010010001111111110001000100
1.10101001 0.1011101100110111101110010101100100110001111011110110111001101111001011101011010010100101110010001001001001000011010100011101001000111011111010010110110000011100101010100001110110010010011000101010110000101001100011011110000000111011100010001000001100010010
1.10101010 0.1011110000010101111011011111111011101101001100101011101111100000110101101100011011111000011101000101100010100011100101110110100000011111011010000001011000001101010111000110001111100011000001111111001001100111011011000011000000101110110001010100010001101100
1.10101011 0.1011110011110011100111010100010010000000001100001111111000100111111110011110111100010111111111100011010010101101011000110100101100100010110001011100100001110011110000100111001000100101110001010101101001001011111011110001011100110011110010010000100001100010
1.10101100 0.1011110111010000110001111100100110101000000101110010000001010001110101010010011011001000101011010000111100110110101000111001111011010111110010100001111100110010111011100111100101101000100010101110011111111100001101000001110001100101101101011101110001110010
1.10101101 0.1011111010101101011011100010110100000011110001010010001000000001001001100010011001111010011100100010010000011111111110001010000011101010111100000111110100000101010000000000001110100000011101100001100001110111011010110100001101010011100000100001010111011100
1.10101110 0.1011111110001001100100010000110000010110011110001010111010000100110001001100001100110001001101110011101010111111100000111011011001110100010001100100010110110110011111111101111110101110000000001001011100010001000001111110101111011110011101100010001000100000
1.10101111 0.1100000001100101001100010000001101001010011011111100011001001000110010111001001101010111010110010100010101110110111001001111000010110110111111110110100010100110001010111000000010010000110010010010010100001001101011101110000100000101011001110000111101010111
1.10110000 0.1100000101000000010011101010110111110011100000111001011011100001011011111000001111000100010001110000011101000010110010010101010000101000010111000001110001100000111000010110011001110011101100100000100011010110111110001101011100000110010011010111011111001001
1.10110001 0.1100001000011010111010101010011001010001101110111001110111000000100010000001101110110100101011011011010011100101010110011110101000100110101110101111110110100001001010110000011001001001010100000111011100101110000110110011100111010001011101010010111001100111
1.10110010 0.1100001011110101000001011000010110010011110110010011000010001000110111011000000000111101011000100110111001101000100111011010001101111011010000011000101000101001011111011001111100001111001101011110010101111110001101001010100111101001111001110010011100101111
1.10110011 0.1100001111001110100111111110001111011001110110111000010111110010010100010100011111000010001101110110110110110101111000000001000111000000100001001110111111101001010010110110101111001110100111000011010110000110111110101000010111001110101011110001011010001100
1.10110100 0.1100010010100111101110100101100000110111011111000101101000000011110110010100001101101101010111100001110111010010000111001011101101011000110111010111101001100000010010010111111110000000001111011100011000111100011111110111111010011010001110101111010011110110
1.10110101 0.1100010110000000010101010111100010110110101001010100011100010010111111111001110011111010010001010110101001101000010011100001010100110000111010101101110011101111110100100011011001101001111111001110001011000110001111010000110111101101110011010101010000011000
1.10110110 0.1100011001011000011100011101101001011001110111011110110110011110101000001111001110000111010001111111100001010011001001110100111111101001111010000000110011111000110110000011110001010110000101110011101101011001001101101001010001100101111110101000101011111100
1.10110111 0.1100011100110000000100000001000100011110101100110000010001000110011111011110101100110100100010111110110110100010000001011100000100111000100101010011101111110111100111001111000101001001110010001111110100111111010110101001011100111111110001100101100010111110
1.10111000 0.1100100000000111001100001011000000000000000101100110011111111010000011111100011000111001010100011011010011011010110110000011110001000111000110100010010100001001110101011011011011000010110111010110111101110111101111011100101010101101000101011010101100011101
1.10111001 0.1100100011011101110101000100100011111000101110000100010110101001011011101010101000011110111111001000001111001010100110011001010110010110100110100110000011110110100101110010100100011111000000111101011011000001000010001010010111001001010100010011011111111111
1.10111010 0.1100100110110011111110110110110100000101010110010111010011100011011110101010110010000001110001001000111011000111101001000000111100011111110100100101110100010000000000011000000101101110010110100010011000001000110100011111011000111100101001100110111110001010
1.10111011 0.1100101010001001101001101010110000100111000101110001101100111011001001101111010110100001111100000110011101001110111010001101010110110001011110010011010000010000010111000001001111001110000001010010001000110001000101000011010100001011101010010000011100111000
1.10111100 0.1100101101011110110101101001010101100101101011111010111110000010110111000011111100001100011010100001110010000101001011001100011101101100001111101010100001001101001100001110001010101010110001111011011100101110011011010101001111000100111111000000011111101000
1.10111101 0.1100110000110011100010111011011011010001110000010111010000110110101100010110101111101000110011011100001011010011111011110101100010111011110101011001010111001100000110110000111100110011001001001010100001111011011110101110101110001000111000011100010101101001
1.10111110 0.1100110100000111110001101001110110000111000000100111111011111101010010011010010000010110101000011011111001110001000011100101100110101110011111011011111011001111010100011101111110111010100101101010101011111101011110011011101111110011011101111011011101100011
1.10111111 0.1100110111011011100001111101010110101110011100100110010000101001011010000111110010111100111010001110000000000011000001100000010011001011000101111010011010011011111100000110110001111010000000111111000001100000000001110001011111110110001010001101111101001111
1.11000000 0.1100111010101110110011111110101010000000100001011001101100111101011101100000001010110110111110100110000101001111100001001100110100011000011101101111010010010110011110100000000110111011001110011100000010011000000100000101000110000001001010110010111001001101
1.11000001 0.1100111110000001100111110110011001000111010010101011001010011001010100100101100001100110101100000000101010011100000110001101011100000111000011000011011010010110101000101000011000011011101000100110111000100100100001001111111000000110101111100100111110010111
1.11000010 0.1101000001010011111101101101001001100000100010010110011100111000000001110010111010011100000110110010100100101101001111010011011011011111110000010001001111011100011011100100010111111101001010001011100100111111001110110101000111011101001010110001101110101111
1.11000011 0.1101000100100101110101101011011100111111110110111011010101100010111001010110000001000010111100001111111101010000000011010000111101011010111000100000001000010000101111001000010100111100001110111011011000110000011101011101000010000100100000101111100001001101
1.11000100 0.1101000111110111001111111001110001110000110000001111011010010000010111100111110100111100100100011101001101111100011010100001010011110010111001001111011010100110100111111110101001111011110110011110101010000110100110000101100001100100110110000100000101010110
1.11000101 0.1101001011001000001100100000100010011000101010110010000100111000011111001111111101011100000111111110000101111010011010110011010110000110000011101011110101010101001010110111011100100111101111010010110011100110110111101111010100101110000110011101000000111110
1.11000110 0.1101001110011000101011101000000101111001000001100011110111110111111011101001000000010101101011100010011100001101010101100001000001011011111110110010100001101011101100011010111111000110110000011011011101001011101111011110100010001111101000010100100010000001
1.11000111 0.1101010001101000101101011000101111110001001110100010010110011011001001000000110111001111111011101111001001111111000110010001010001110011101100100100010000001101011100010010111000100010010010010001101000000000000000000100010011111110011101010011110011110010
1.11001000 0.1101010100111000010001111010110000000000101001101001101111101011100110110100100000100110001010100000011000111111111011110100010011001110100110101010100110101100101001110110110010110001111111111111110000100000001010000110001001000010001100011010111001110011
1.11001001 0.1101011000000111011001010110010011001000100110011101100101001100001110110100000011101010101110011000100100001011001000000000101000001111000111000100000000101001111011110100011101010011111011101011001110010011010111111011100100110000101010000101101010000111
1.11001010 0.1101011011010110000011110011100010001110010000011001011010010000001010001011011001001100111001111111111110111110101111101010010011011111110111011110001100100110001100010100100011100100110101010111111101001111000001100010001011100000110101101001111101111111
1.11001011 0.1101011110100100010001011010100010111100100101101010110101100010110001010011101100111001101101111001011100000101110111110100010111111010000010100101010100011101001011010001000110101000010101011101100111001111110100000011101100000111011110101110100101000011
1.11001100 0.1101100001110010000010010011010111100110010000110101111011001100101000010001101100001011000100100001101010010100110011011101111110000010001000111110000000010111100001100010011010110011100001000111000011000100111001101001101011100011011110000100001100001100
1.11001101 0.1101100100111111010110100101111111000111100001000101001000111110100001001010101101101110101111000010001111000010010111011001101111110001101110010100111001010110101000111110101001000011010010111001001011010110010111100011100011111110111000000010000000101101
1.11001110 0.1101101000001100001110011010010101001000000001000101111011011100011101110011010000100101000110001000011001101010111011110101000010110101010000110100110101001000000001000010111100100001111110011000001111111111100000010000001010011001001101000100011000011001
1.11001111 0.1101101011011000101001111000010001111100101100110010111100111111010001111110001000000001100010010111010111110101100110100100011111000111100011011001001101001011101011100101010110111111011100001011001000010110110010100011101110001001110010100011010001000001
1.11010000 0.1101101110100100101001000111101010101001100101101101001001101000110000000000111001000101111111000001110011001010111000100101110110110000100010101010101111000111010111001011110011001001111011100011001111100101110001010110100101110010101001111010011111010110
1.11010001 0.1101110001110000001100010000010001000011100110000100100011111001110111010111001010100110010001111110010101011011010110000101100100110010100100010110010101001101100000110011010001001100011101101101110010000100001010101000110111101001110111111010010111011011
1.11010010 0.1101110100111011010011011001110011110010010010110010000010000000101001011111111001001110001010011110000100100100001101000010110111011101001001000101110011011000001111101001001101101101000111111101101111101100010010111001011101001001110101110010010010001110
1.11010011 0.1101111000000101111110101011111110010001101100000010110010011100001100100101111101111111110100110000111110101110101111101010010011011111010011100011100011110100000001000110110110010110010011111001011011101101000011110000001100111110101111101110011000111010
1.11010100 0.1101111011010000001110001110011000110011111100110110110110110101100011000101010101100001000000000100011110000111010111111110011101110011100111010010011110110101111010011110001111010110000100110110000010011101101100111010111000100111100100000001011110111000
1.11010101 0.1101111110011010000010001000101000100011001001010011010111110010100100110111001001001011010101101101000100001010100000111011001001101110100001101001101011010010111000100011100011110010011001100011000011100011101101001010011110001000110010011100100111001101
1.11010110 0.1110000001100011011010100010001111100010111011101001101100011111010001000100000010111100011111001100000110100001010111000000011100001010101001100000001110000111110101011100110101010010111011000000100001000101010100010101011010100011011101110010001111011110
1.11010111 0.1110000100101100010111100010101100110010010000010100010101100111101010100110101100110110100111110011111011101100110010010010111101011100101110101000100111100000110101010010110110000010000110000011001110101010100100101011110100100010101000010001000010110000
1.11011000 0.1110000111110100111001010001011100001101000000101010100110101000000100110000100000010110110001101101101001001110010000000101111000111010110010011010001111110101011011010001001001100011001101010100110111000110100001100110100100111010111110100101001100110111
1.11011001 0.1110001010111100111111110101110110101101101100101011111010010000111110111000110000111010001100001110110100011010001000000001001001010001001001010011011101011111111101110010010000010011000111110010101101011000000011110011101001010001001100001011101110100101
1.11011010 0.1110001110000100101011010111010010001111000011100011101100010001010011111101111101000111110110111111010101011110111101110111001100000001001011101110111101101110101001100101010010101100100110001111011010000011001011100001000011101111001100101101111010000110
1.11011011 0.1110010001001011111011111101000001101101101011000110110001000010001100101111001011111101111111100010100000101010011000110010011110000101111111111010000100101000001101000100110000111011011101101010110010001000011010101101110100011001000011110101001001011001
1.11011100 0.1110010100010010110001101110010101001001100110001011000110111110110010111011101000101100011010101111000100010010100110101011111011101010001001010010110101010010110001011010110011101111110111011001000110010000111001111011010110000010010110001001111111000111
1.11011101 0.1110010111011001001100110010011001100111111001111010110110000101011001010011001010000111011000110111101100001001000100110010011011111100001011000111111110111000100001111010001100111011011000000100101101101101011100011110011111010101000110000000011001011011
1.11011110 0.1110011010011111001101010000011001010100010010000011011000011110001111010111001101101111010010010101000100010000001111110000011001011101011010100110110101011001111001110110011011111000011110100101001110000011000101010100110100011100110101101111010000010000
1.11011111 0.1110011101100100110011001111011011100010100100000001011111110111001101001000101001001100001000011000100110101011101111110011010101101000111110010110001001001010001100001111111101010101011011111000110101000111100000000111001100011000011001100000001111000010
1.11100000 0.1110100000101001111110110110100100110000010001001011001110100101001111001100011000110110111101101011011001101100011011110000111100011111110100111010110011010100010110110101110011111011100001111000101000011110110100011110111100110111110111001001110101101000
1.11100001 0.1110100011101110110000001100110110100110000111111000011001010110111110010001000010101001001000110101110011001001110000110101101010110111011111111011001110100010001110010110000000001101001010010000111011110101001010000010101011100110001111101010011111010111
1.11100010 0.1110100110110011000111011001001111111001100011101010100101010101010001111011110111111110101000010010011101110100001011010010001000101001010111011100000111010110100101001010011110111001111101000100110111110111110110011010110101001110111000010000000011101100
1.11100011 0.1110101001110111000100100010101100101110001100010101010110100101110011110101101000001101111011111100101001001111000101001000000001000000010110011110010101101111100100000110010100010101101011010101011111001101011101011000110010000110010011111100111001111000
1.11100100 0.1110101100111010100111110000000110010111010100000111011111111101000011010110000001011001011000100100010101011111101001000010010001110100000001011111001111001101001010001100000100101011000010001101011000111111100100001101001011010110100010010011010100010001
1.11100101 0.1110101111111101110001001000010011011001010100110110001001000010000110100100111010101000111100110010101000001100000010111101100101111110100111011101111100101111111000100011000111100111111011000111011100110001100001011110000110000100101100101101010011110010
1.11100110 0.1110110011000000100000110010000111101011001100001010011000101011100111011011010100110000000010100010110111101111110010101010101010011101111000011111110011011100111100010011101000010011000110111110011011100101011111011010110010101001000111011000000111100000
1.11100111 0.1110110110000010110110110100010100010111110110110010010101010001100100000001111001001111100011110110000010111111010010111010100000111101100010101111111001000010011001000100011000110101001001000100111011111110110011001111110001000111110011010001000100011011
1.11101000 0.1110111001000100110011010101100111111111101010110110001011111100111101100100101000110010110101100001011100001001011111110110010101101010001101010001100110101001100100001110010001100100011100011111010010110010010001110101001001000101001010111111100100110110
1.11101001 0.1110111100000110010110011100101110011001110001010010001101000110010010011001000001010011101100101111011011110001110100110011110110101100101000010010010100001011001100010000110100100001011111000000001010100101000100111001011100011001000001010100100001100110
1.11101010 0.1110111111000111100000010000010000110101011110010110001001100100000000101011110110101000110000110001000100011110011011101101110011011110000111101100111010000011111011001110010110101001111001100010101010001001101011010111011110110001100110010100111000001101
1.11101011 0.1111000010001000010000110110110101111011101001001011000101011001000010001000000001111011001100100110010110001010101111010110111010000011101110111101011101110001000110111110001101100110010000110010101001010111110011111111000101001010011001010011100010011010
1.11101100 0.1111000101001000101000010111000001110000000010100000000100000100110110010011000101010111101011001101111100001011110100110110111010000011101010000110011011110101000111011111000101110111111100101010001101011000010101011010111011000110000000101101101100000111
1.11101101 0.1111001000001000100110110111010101110010101010011110100011010111101000110110011111101001100110100110100011100010010101110110100000100010010100101001111010110111010111111111010000000100101010111010100111100000001101000100000011100001010001101111101000101110
1.11101110 0.1111001011001000001100011110010001000001000101100111001010101101010001011011101111110001000100010000001011011000111001001111000010111001111101010110111100110101011001110111011000011010011110101111100011101000011110101010110011010000111001100010111101000000
1.11101111 0.1111001110000111011001010010001111110111110000110111011101000100001111011111011110100101000101001101101110000111110110011001001010111100101000000000010110000101111001011000101001100010010001110100110110000110010000101010000001001111111001011011010100110100
1.11110000 0.1111010001000110001101011001101100010011010100111001010101010100101000001010110001101111010100010010111011101110111010010100101000010010101111011011100001111001001001111101011101010000111011110101001001100101010110001001111010110010000000110000100001110011
1.11110001 0.1111010100000100101000111010111101110001111000011100111101110100100110010001100110000101000110001001010110110001101100110101000000100101001000101000100011110010101111000101111011010000000100110010110100111000100111111111001110111001111001001110010111100101
1.11110010 0.1111010111000010101011111100011001010100010001111101100001101101110011000011110100111110101111001100101000000111111101110000010101000111111101010001110000010010010010000000011011010111111010110101101101110111011111001010000011100001111011101000110101010001
1.11110011 0.1111011010000000010110100100010001011111011000010001101011000100101100011110111100111111100111101010110000001011101010001111000011010100101011000111000101101001101010000001001011000010011100011100100001001110100011000111011001101011111110001100110100111001
1.11110100 0.1111011100111101101000111000110110011101010010101000001111110010100110110100001000100101111000011011011010000001000100100111111000100111010001011000000101101001110001000000001010001000000010110000110100000111111000000010001111000101011100110011000110111101
1.11110101 0.1111011111111010100011000000010101111110100111110001111000110011110110111000001110000100110010001100111001010100111001001111000000001111100000111110111110000100110011000100000001001100100011111000011111111010010111110010100110110001110000011011001101001001
1.11110110 0.1111100010110111000101000000111011011011101100011000000111011001011110010100101111001011100101010011001111110010001011111001110100101001110001111001111011111000111111011100100101001000010010000101110100111010111110101100010100110111101011011111100101011010
1.11110111 0.1111100101110011001111000000101111110101110000100010100001011001110101111010100001111011100010010001111110100011011110011100110001010001001100011110000110010100000110110010011010101010101001101101101000101101101011011100110010011100110000010111010111110001
1.11111000 0.1111101000101111000001000101111001111000001100101010101001111110011010110000010100111001110101000110011000100110101101011010111111011110000010011011001000101100011001011001101101011101101100000111000100100111011000001110000011011010101101000010100011010011
1.11111001 0.1111101011101010011011010110011101111001101101011111001011100111101010001011110010100110100011001111101101000100100000000010111110100011100000011110000011110011010100001000001110011101010011001100110001010100111110010011110011010101111111111001101101001001
1.11111010 0.1111101110100101011101111000011101111101011111010110111011000110011001011000011001000010001110011000100101000011110010010101001111111111000111001000101111110100101101001111011100011110101111001010101000001101100001010101110011000011101001001011110101110000
1.11111011 0.1111110001100000001000110001111001110100011000110100010010000000011011111111100000010100110100000110010111110110001001100000011100001110111010110001000000100100110011100010011100111011100000011000101011100101001110100011111011111111100010111010100000010101
1.11111100 0.1111110100011010011100001000101110111110000100011001101100100001110111000111001011011001001100001100111110011000101100111010010110011111011111011001111001111011101110101110000110000110100101011101110110010000111011000010100011000101010100011001111111110000
1.11111101 0.1111110111010100011000000010111000101010001001101111101000000111000001100011100000011000101011111010101110010111010010100111011101100111001010001000101001001111101010101110000001010111101001000100010011110110000100110111110111000010101100111110000010111110
1.11111110 0.1111111010001101111100100110001111111001010101111100101000011101010110010100111011000011011111100010010001011001101101001000110101000001100011101100001010101010100000101100111000110011001110000010110110011000011101010000110011101111110000101111111101010001
1.11111111 0.1111111101000111001001111000101011011110100011010000000100101001001010100001011100101011000000110001001110001011011100101100010000111111101011110101110011111000000100111111110101000110001011110100100010101011001101100001000110100111110100110001110011100101
10.00000000 1.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...