I'm a bit new to this. I'm trying to figure out how subtraction works pen and paper wise.
I have a bit of a program where I can't seem to find any answers online. What I want to do is use the borrowing method of subtraction. I have a:
1) I'm trying subtract:
6526
- 8437
All websites I test and calculator says the answer is 1911 but I'm getting -2089. I'm using the borrowing method, but shouldn't the number be negative?
Thanks so much.
$6526-8437=-1911$. You can type it into google to check.
What I do when I have to solve this sort of problem is swap the order of the numbers so the big number is on top.
So I calculate $8437-6526=1911$. Then I multiply it by minus one to get $6526-8437$, which is what I wanted.
This works because $-(a-b)=b-a$.