Click here to Skip to main content
15,916,462 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Common Core Subtraction Pin
Marc Clifton22-Apr-14 3:45
mvaMarc Clifton22-Apr-14 3:45 
GeneralRe: Common Core Subtraction Pin
Ron Nicholson22-Apr-14 3:57
professionalRon Nicholson22-Apr-14 3:57 
GeneralRe: Common Core Subtraction Pin
Michael Martin22-Apr-14 4:02
professionalMichael Martin22-Apr-14 4:02 
GeneralRe: Common Core Subtraction Pin
fd975022-Apr-14 4:15
professionalfd975022-Apr-14 4:15 
GeneralRe: Common Core Subtraction Pin
Blue Waffler22-Apr-14 4:43
Blue Waffler22-Apr-14 4:43 
GeneralRe: Common Core Subtraction Pin
ZurdoDev22-Apr-14 4:22
professionalZurdoDev22-Apr-14 4:22 
GeneralRe: Common Core Subtraction Pin
Pualee22-Apr-14 5:06
Pualee22-Apr-14 5:06 
GeneralRe: Common Core Subtraction Pin
  Forogar  22-Apr-14 4:56
professional  Forogar  22-Apr-14 4:56 
I think the idea is to move from the lower number to the larger number in small steps that are each easy to do:
3 + 5 = 8,
8 + 10 = 18,
18 + 2 = 20

Yay! There is the answer!

The old way way was obviously way too complicated where you have to do:
The "ones" column: 2 - 2 = 0
The "tens" column: 3 - 1 = 2
...and then you wrote the "tens" answer followed by the "ones" answer to get 20
Yay! There is the answer!

Of course, you could make it even easier by only incrementing the lower number by 1 until you reached the larger number and then counting how many times you had to do that. 20 Yes! That should be the new method! Much simpler!

Or, for future programmers using nice round, easily remembered numbers:
12 + 4  = 16
16 + 8  = 24
24 + 8  = 32
    ____
     20

- I would love to change the world, but they won’t give me the source code.

JokeRe: Common Core Subtraction Pin
ZurdoDev22-Apr-14 5:08
professionalZurdoDev22-Apr-14 5:08 
GeneralRe: Common Core Subtraction Pin
  Forogar  22-Apr-14 9:06
professional  Forogar  22-Apr-14 9:06 
GeneralRe: Common Core Subtraction Pin
ZurdoDev22-Apr-14 9:11
professionalZurdoDev22-Apr-14 9:11 
GeneralRe: Common Core Subtraction Pin
  Forogar  22-Apr-14 9:14
professional  Forogar  22-Apr-14 9:14 
GeneralRe: Common Core Subtraction Pin
Stryder_122-Apr-14 5:07
Stryder_122-Apr-14 5:07 
GeneralRe: Common Core Subtraction Pin
Dan Neely22-Apr-14 5:09
Dan Neely22-Apr-14 5:09 
GeneralRe: Common Core Subtraction Pin
BobJanova22-Apr-14 5:30
BobJanova22-Apr-14 5:30 
GeneralRe: Common Core Subtraction Pin
Pualee22-Apr-14 5:36
Pualee22-Apr-14 5:36 
GeneralRe: Common Core Subtraction Pin
BotCar22-Apr-14 22:47
BotCar22-Apr-14 22:47 
GeneralRe: Common Core Subtraction Pin
ian dennis23-Apr-14 12:59
ian dennis23-Apr-14 12:59 
GeneralRe: Common Core Subtraction Pin
BotCar23-Apr-14 19:52
BotCar23-Apr-14 19:52 
GeneralRe: Common Core Subtraction Pin
BobJanova25-Apr-14 6:48
BobJanova25-Apr-14 6:48 
GeneralRe: Common Core Subtraction Pin
#realJSOP24-Apr-14 0:09
professional#realJSOP24-Apr-14 0:09 
GeneralRe: Common Core Subtraction Pin
BobJanova25-Apr-14 6:46
BobJanova25-Apr-14 6:46 
GeneralRe: Common Core Subtraction Pin
Andy Brummer22-Apr-14 5:58
sitebuilderAndy Brummer22-Apr-14 5:58 
GeneralRe: Common Core Subtraction Pin
dan!sh 22-Apr-14 6:16
professional dan!sh 22-Apr-14 6:16 
GeneralRe: Common Core Subtraction Pin
Pualee22-Apr-14 7:41
Pualee22-Apr-14 7:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.