p(0)=p(1)=12
इसका उत्तर है: दो अलग-अलग एनकोडिंग हैं; 1) क्रमपरिवर्तन के दोषरहित एन्कोडिंग और 2) संयोजनों के हानिपूर्ण एन्कोडिंग।
∑8i=12i−1XiXiith28=256। फिर, संयोगवश कोई भी द्विआधारी अंकों को बिना किसी नुकसान के 10 से 0 से 255 के आधार में अनुवाद कर सकता है, या उस मामले के लिए कोई भी अन्य दोषरहित एन्कोडिंग (जैसे दोषरहित संपीड़ित डेटा, हेक्स, ऑक्टल) का उपयोग करके उस संख्या को फिर से लिख सकता है। हालांकि, सवाल खुद एक द्विआधारी है। प्रत्येक क्रमपरिवर्तन तब समान रूप से संभाव्य है क्योंकि तब एक ही तरीका है कि प्रत्येक अद्वितीय एन्कोडिंग अनुक्रम बनाया जा सकता है, और हमने मान लिया है कि 1 या 0 की उपस्थिति उस तार के भीतर कहीं भी समान रूप से होने की संभावना है, जैसे कि प्रत्येक क्रमपरिवर्तन समान रूप से संभावित है।
∑8i=120XiC(8,∑8i=1Xi)∑8i=1Xi at at time, and for that different problem, the probability of exactly 4 1's is 70 (C(8,4)) times greater than obtaining 8 1's, because there are 70, equally likely permutations that can produce 4 1's.
Note: At the current time, the above answer is the only one containing an explicit computational comparison of the two encodings, and the only answer that even mentions the concept of encoding. It took a while to get it right, which is why this answer has been downvoted, historically. If there are any outstanding complaints, leave a comment.
Update: Since the last update, I am gratified to see that the concept of encoding has begun to catch on in the other answers. To show this explicitly for the current problem I have attached the number of permutations that are lossy encoded in each combination.
Note that the number of bytes of information lost during each combinatorial encoding is equivalent to the number of permutations for that combination minus one [C(8,n)−1, where n is the number of 1's], i.e., for this problem, from 0 to 69 per combination, or 256−9=247 overall.