John H.

asked • 01/11/17

What is the total number of combinations for 7 on-off switches when multiple swithes can be simultaneously on-off? Is it 2x2x2x2x2x2x2?

2x2x2x2x2x2x2 seems too small a number of combinations. 

1 Expert Answer

By:

David W.

Arranging values in order:  26 25 24 23 22 21 20
    you may now learn how to count in Binary:
0 = 0000000
1 = 0000001
2 = 0000010
2 = 0000011
4 = 0000100
5 = 0000101
6 = 0000110
7 = 0000111
8 = 0001000
. . .
127 = 1111111
 
Note: Originally, the U.S. ASCII character set had 7 bits and was usually transmitted with a parity bit (for checking accuracy).  Now, computers use all 8 bits in a byte for data.  U.S. ASCII is used to transmit data on the Internet.
Report

01/11/17

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.