1
$\begingroup$

How many binary sequences of length 7 have at least two 1's? Can someone please explain the procedure in detail please. I tried solving it using the "count what you do not want" procedure, but I got nowhere. Thank you in advance

$\endgroup$
1
  • 4
    $\begingroup$ What do you get if you count those that have exactly zero or exactly one 1? $\endgroup$ Commented Feb 9, 2015 at 17:16

1 Answer 1

4
$\begingroup$

The number of $7$-digit sequences is $2^7=128$

The number of $7$-digit sequences with $0$ occurrences of "one" is $\binom70=1$

The number of $7$-digit sequences with $1$ occurrence of "one" is $\binom71=7$

The number of $7$-digit sequences with $2$ or more occurrences of "one" is $128-(1+7)=120$

$\endgroup$
1
  • $\begingroup$ @MathLover95: You're welcome :) $\endgroup$ Commented Feb 9, 2015 at 18:43

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.