Difference between revisions of "CSC103: DT's Notes 1"

From dftwiki3
Jump to: navigation, search
Line 277: Line 277:
 
The result is 8.
 
The result is 8.
  
    1 3 3
+
    1 3 3
  + 3 8 5
+
 +  3 8 5
 
   ------------
 
   ------------
        <font color="magenta">8</font>
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="magenta">8</font>
  
 
We move on the next column and add 3 + 8.  Using our ''table of digits'', this is what we get:
 
We move on the next column and add 3 + 8.  Using our ''table of digits'', this is what we get:
Line 301: Line 301:
 
Here we had to roll over our list of available digits.  We know the rule!  When we roll over we add 1 to the digit on the left.  In this case the digit'''s''' on the left.  We'll put this new digit (red) above the third column of numbers as follows:
 
Here we had to roll over our list of available digits.  We know the rule!  When we roll over we add 1 to the digit on the left.  In this case the digit'''s''' on the left.  We'll put this new digit (red) above the third column of numbers as follows:
  
    <font color="red">1</font>
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red">1</font>
    1 3 3
+
&nbsp;&nbsp;&nbsp;&nbsp;1 3 3
  + 3 8 5
+
&nbsp;+&nbsp;&nbsp;&nbsp;3 8 5
 
   ------------
 
   ------------
      <font color="magenta">1</font> 8
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="magenta">1</font> 8
  
 
So now we have 3 numbers to add: 1, 1 and 3:
 
So now we have 3 numbers to add: 1, 1 and 3:

Revision as of 07:15, 5 September 2013

--© D. Thiebaut 08:10, 30 January 2012 (EST)



This section is only visible to computers located at Smith College













.