A 7-segment LCD display can display a number of 128 states.
The following image shows the 16x8-grid with all the possible states:
How can you calculate the number of states?
A 7-segment LCD display can display a number of 128 states.
The following image shows the 16x8-grid with all the possible states:
How can you calculate the number of states?
The combinations of segments can be calculated with the binomial coefficient:
$$ _nC_k=\binom nk=\frac{n!}{k!(n-k)!} $$
I came across this problem evaluating the different number of segments lightened: