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

From dftwiki3
Jump to: navigation, search
Line 256: Line 256:
 
Let's add 133 to 385
 
Let's add 133 to 385
  
<code><pre>
+
 
    1 3 3
+
&nbsp;&nbsp;&nbsp;&nbsp;1 3 3
  + 3 8 5
+
&nbsp;+&nbsp;&nbsp;3 8 5
 
   ------------         
 
   ------------         
</pre></code>
+
 
  
 
It's tempting to just go ahead and find the answer, isn't it?  Instead let's do it a different way and concentrate only on 3 + 5.  For this we write down the list of all available digits, in increasing order of weights.  For the purpose of this section, we'll call this list of digits the ''table of available digits''.
 
It's tempting to just go ahead and find the answer, isn't it?  Instead let's do it a different way and concentrate only on 3 + 5.  For this we write down the list of all available digits, in increasing order of weights.  For the purpose of this section, we'll call this list of digits the ''table of available digits''.

Revision as of 07:13, 5 September 2013

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



This section is only visible to computers located at Smith College













.