Ask Question
17 April, 21:21

A lock has two buttons: a "0" button and a "1" button. To open a door you need to push the buttons according to a preset 8-bit sequence. How many sequences are there? Suppose you press an arbitrary 8-bit sequence; what is the probability that the door opens? If the first try does not succeed in opening the door, you try another number; what is the probability of success?

+3
Answers (1)
  1. 17 April, 22:27
    0
    Step-by-step explanation:

    The problem relates to filling 8 vacant positions by either 0 or 1

    each position can be filled by 2 ways so no of permutation

    = 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2

    = 256

    b)

    Probability of opening of lock in first arbitrary attempt

    = 1 / 256

    c) If first fails, there are remaining 255 permutations, so

    probability of opening the lock in second arbitrary attempt

    = 1 / 255.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A lock has two buttons: a "0" button and a "1" button. To open a door you need to push the buttons according to a preset 8-bit sequence. ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers