An embedded flight controller receives three telemetry calibration offsets represented as 8-bit unsigned binary integers:
0 0 1 1 0 1 1 00 1 0 1 0 0 1 1+ 0 0 1 0 1 1 0 1\begin{array}{r} 0\ 0\ 1\ 1\ 0\ 1\ 1\ 0 \\ 0\ 1\ 0\ 1\ 0\ 0\ 1\ 1 \\ +\ 0\ 0\ 1\ 0\ 1\ 1\ 0\ 1 \\ \hline \end{array}0 0 1 1 0 1 1 00 1 0 1 0 0 1 1+ 0 0 1 0 1 1 0 1
Calculate the sum of these three 8-bit binary numbers. Show your working and give your final answer in binary.