Darkdata
Ruins!? ♥
Level: 103
   

Posts: 2014/2892
EXP: 11446646 For next: 24760
Since: 07-04-07
Since last post: 203 days Last activity: 11 days
|
|
Had to show a friend how to do it over the internet~
Feel free to laugh at my horrible mspaint image. ____________________
|
Taryn
Passed away.
Thanks for being a part of us, even if it wasn't always on the best of terms.
1987-2014
Level: 204
   

Posts: 11169/14742
EXP: 121753246 For next: 1596572
Since: 09-01-09
From: Seattle
Since last post: 10.1 years Last activity: 9.8 years
|
|
|
Lyskar
12210          -The Chaos within trumps the Chaos without-
Level: 192
   

Posts: 7662/12211
EXP: 99326270 For next: 547301
Since: 07-03-07
From: 52-2-88-7
Since last post: 7.4 years Last activity: 7.3 years
|
| Posted on 01-12-11 04:23:02 AM (last edited by Metal_Man88 at 01-12-11 01:23 AM) |
Link | Quote
| |
| Stats | Time/Date
01-11-11 10:23:02 PM
Posts
7662
Days Here
1288
Level
128
|
| | Metal_Man88's Post | Originally posted by Terra I had a teacher who tried to explain it some other way involving a lot of division, and I was more confused.
I learned an unusual way that involves dividing by 2. Example:
| Division | Result | Remainder |
|---|
| 1234 / 2 | 617 | 0 | | 617 / 2 | 308 | 1 | | 308 / 2 | 154 | 0 | | 154 / 2 | 77 | 0 | | 77 / 2 | 38 | 1 | | 38 / 2 | 19 | 0 | | 19 / 2 | 9 | 1 | | 9 / 2 | 4 | 1 | | 4 / 2 | 2 | 0 | | 2 / 2 | 1 | 0 | | 1 / 2 | 0 | 1 |
Then you reverse the remainders to get your result, which in this case is 10011010010.
____________________
|
| |
|
Danika
6230         
Level: 141
   
Posts: 5237/6235
EXP: 33300162 For next: 819852
Since: 10-23-09
Since last post: 1.2 years Last activity: 1.2 years
|
|
| 00:00:00 | Illumina Prevue Guide Emulator | POST #
5237 | I pretty much do the conversion decimal-to-binary the same way as DD, and very similarly with hex too... other bases can be hard (such as odd-numbered ones), and you can also get octal out of this
For base 12, I do something similar but with 12s, 144s, 1728s, etc. instead of powers of 2 (replacing 10 with A and 11 with B) 
____________________ Twitter • YouTube • DeviantArt • The Left Mouse Button
"Meow!" ~a cute cat |
|
Lyskar
12210          -The Chaos within trumps the Chaos without-
Level: 192
   

Posts: 7669/12211
EXP: 99326270 For next: 547301
Since: 07-03-07
From: 52-2-88-7
Since last post: 7.4 years Last activity: 7.3 years
|
|
| Stats | Time/Date
01-12-11 04:33:16 PM
Posts
7669
Days Here
1289
Level
128
|
| | Metal_Man88's Post | Oh, I almost forgot. The way I learned it can be switched to any base you want by dividing by a different number.
Crazy, isn't it?
(Base 8)
| Division | Result | Remainder |
|---|
| 1234 / 8 | 154 | 2 | | 154 / 8 | 19 | 2 | | 19 / 8 | 2 | 3 | | 2 / 8 | 0 | 2 |
Result: 2322 in base 8.
2 * 1 = 2
2 * 8 = 16
3 * 64 = 192
2 * 512 = 1024
--------------
= 1234
____________________
|
| |
|
Darkdata
Ruins!? ♥
Level: 103
   

Posts: 2036/2892
EXP: 11446646 For next: 24760
Since: 07-04-07
Since last post: 203 days Last activity: 11 days
|
|
Originally posted by Metal_Man88
Originally posted by Terra I had a teacher who tried to explain it some other way involving a lot of division, and I was more confused.
I learned an unusual way that involves dividing by 2. Example:
| Division | Result | Remainder |
|---|
| 1234 / 2 | 617 | 0 | | 617 / 2 | 308 | 1 | | 308 / 2 | 154 | 0 | | 154 / 2 | 77 | 0 | | 77 / 2 | 38 | 1 | | 38 / 2 | 19 | 0 | | 19 / 2 | 9 | 1 | | 9 / 2 | 4 | 1 | | 4 / 2 | 2 | 0 | | 2 / 2 | 1 | 0 | | 1 / 2 | 0 | 1 |
Then you reverse the remainders to get your result, which in this case is 10011010010.
So, I assume you round down? ____________________
|
Raspberry
Thank you for my time here. I won't ever forget..
Level: 85
   
Posts: 1504/1823
EXP: 5727189 For next: 171351
Since: 07-07-07
Pronouns: she/her
Since last post: 1.0 years Last activity: 77 days
|
|
Originally posted by Darkdata So, I assume you round down?
If you do it the way MM88 showed, yes, you truncate the division (just like you would if you did long division by hand, actually ).
____________________
|
|
|
Lyskar
12210          -The Chaos within trumps the Chaos without-
Level: 192
   

Posts: 7673/12211
EXP: 99326270 For next: 547301
Since: 07-03-07
From: 52-2-88-7
Since last post: 7.4 years Last activity: 7.3 years
|
|
| Stats | Time/Date
01-12-11 10:23:21 PM
Posts
7673
Days Here
1289
Level
128
|
| | Metal_Man88's Post | Yes.
My teacher worked on ballistic missiles and such. So he was able to teach the hard way by virtue of knowing his stuff--and how to teach people--something hard to come by.
____________________
|
| |
|