| 
 A strange system???? 
Yes...but the arithmetic works! Consider our example ....... 
The number 13 is represented as
00001101 
and -13 is represented as
11110011 
What do we get if we add these two numbers together (we should
get 0)? 
    
        
            | 
			0 | 
            
			0 | 
            
			0 | 
            
			0 | 
            
			1 | 
            
			1 | 
            
			0 | 
            
			1 | 
         
        
            | 
			1 | 
            
			1 | 
            
			1 | 
            
			1 | 
            
			0 | 
            
			0 | 
            
			1 | 
            
			1 | 
         
        
            | 0 | 
            0 | 
            0 | 
            0 | 
            0 | 
            0 | 
            0 | 
            0 | 
         
     
 
      	
          |