In a telemetry system, three independent sensors report their values as 8-bit unsigned binary integers. To compute the total signal strength, the central processor must sum these values.
Calculate the sum of the following three 8-bit binary readings, giving your final answer as an 8-bit binary number:
0 0 1 1 0 1 0 10 1 0 1 0 0 1 0+ 0 0 1 0 1 1 0 0 \begin{array}{r} 0\ 0\ 1\ 1\ 0\ 1\ 0\ 1 \\ 0\ 1\ 0\ 1\ 0\ 0\ 1\ 0 \\ +\ 0\ 0\ 1\ 0\ 1\ 1\ 0\ 0 \\ \hline \\ \hline \end{array} 0 0 1 1 0 1 0 10 1 0 1 0 0 1 0+ 0 0 1 0 1 1 0 0