What are the required steps to convert base 10 decimal system
number 7 464 574 311 325 688 020 to base 2 unsigned binary equivalent?
- A number written in base ten, or a decimal system number, is a number written using the digits 0 through 9. A number written in base two, or a binary system number, is a number written using only the digits 0 and 1.
1. Divide the number repeatedly by 2:
Keep track of each remainder.
Stop when you get a quotient that is equal to zero.
- division = quotient + remainder;
- 7 464 574 311 325 688 020 ÷ 2 = 3 732 287 155 662 844 010 + 0;
- 3 732 287 155 662 844 010 ÷ 2 = 1 866 143 577 831 422 005 + 0;
- 1 866 143 577 831 422 005 ÷ 2 = 933 071 788 915 711 002 + 1;
- 933 071 788 915 711 002 ÷ 2 = 466 535 894 457 855 501 + 0;
- 466 535 894 457 855 501 ÷ 2 = 233 267 947 228 927 750 + 1;
- 233 267 947 228 927 750 ÷ 2 = 116 633 973 614 463 875 + 0;
- 116 633 973 614 463 875 ÷ 2 = 58 316 986 807 231 937 + 1;
- 58 316 986 807 231 937 ÷ 2 = 29 158 493 403 615 968 + 1;
- 29 158 493 403 615 968 ÷ 2 = 14 579 246 701 807 984 + 0;
- 14 579 246 701 807 984 ÷ 2 = 7 289 623 350 903 992 + 0;
- 7 289 623 350 903 992 ÷ 2 = 3 644 811 675 451 996 + 0;
- 3 644 811 675 451 996 ÷ 2 = 1 822 405 837 725 998 + 0;
- 1 822 405 837 725 998 ÷ 2 = 911 202 918 862 999 + 0;
- 911 202 918 862 999 ÷ 2 = 455 601 459 431 499 + 1;
- 455 601 459 431 499 ÷ 2 = 227 800 729 715 749 + 1;
- 227 800 729 715 749 ÷ 2 = 113 900 364 857 874 + 1;
- 113 900 364 857 874 ÷ 2 = 56 950 182 428 937 + 0;
- 56 950 182 428 937 ÷ 2 = 28 475 091 214 468 + 1;
- 28 475 091 214 468 ÷ 2 = 14 237 545 607 234 + 0;
- 14 237 545 607 234 ÷ 2 = 7 118 772 803 617 + 0;
- 7 118 772 803 617 ÷ 2 = 3 559 386 401 808 + 1;
- 3 559 386 401 808 ÷ 2 = 1 779 693 200 904 + 0;
- 1 779 693 200 904 ÷ 2 = 889 846 600 452 + 0;
- 889 846 600 452 ÷ 2 = 444 923 300 226 + 0;
- 444 923 300 226 ÷ 2 = 222 461 650 113 + 0;
- 222 461 650 113 ÷ 2 = 111 230 825 056 + 1;
- 111 230 825 056 ÷ 2 = 55 615 412 528 + 0;
- 55 615 412 528 ÷ 2 = 27 807 706 264 + 0;
- 27 807 706 264 ÷ 2 = 13 903 853 132 + 0;
- 13 903 853 132 ÷ 2 = 6 951 926 566 + 0;
- 6 951 926 566 ÷ 2 = 3 475 963 283 + 0;
- 3 475 963 283 ÷ 2 = 1 737 981 641 + 1;
- 1 737 981 641 ÷ 2 = 868 990 820 + 1;
- 868 990 820 ÷ 2 = 434 495 410 + 0;
- 434 495 410 ÷ 2 = 217 247 705 + 0;
- 217 247 705 ÷ 2 = 108 623 852 + 1;
- 108 623 852 ÷ 2 = 54 311 926 + 0;
- 54 311 926 ÷ 2 = 27 155 963 + 0;
- 27 155 963 ÷ 2 = 13 577 981 + 1;
- 13 577 981 ÷ 2 = 6 788 990 + 1;
- 6 788 990 ÷ 2 = 3 394 495 + 0;
- 3 394 495 ÷ 2 = 1 697 247 + 1;
- 1 697 247 ÷ 2 = 848 623 + 1;
- 848 623 ÷ 2 = 424 311 + 1;
- 424 311 ÷ 2 = 212 155 + 1;
- 212 155 ÷ 2 = 106 077 + 1;
- 106 077 ÷ 2 = 53 038 + 1;
- 53 038 ÷ 2 = 26 519 + 0;
- 26 519 ÷ 2 = 13 259 + 1;
- 13 259 ÷ 2 = 6 629 + 1;
- 6 629 ÷ 2 = 3 314 + 1;
- 3 314 ÷ 2 = 1 657 + 0;
- 1 657 ÷ 2 = 828 + 1;
- 828 ÷ 2 = 414 + 0;
- 414 ÷ 2 = 207 + 0;
- 207 ÷ 2 = 103 + 1;
- 103 ÷ 2 = 51 + 1;
- 51 ÷ 2 = 25 + 1;
- 25 ÷ 2 = 12 + 1;
- 12 ÷ 2 = 6 + 0;
- 6 ÷ 2 = 3 + 0;
- 3 ÷ 2 = 1 + 1;
- 1 ÷ 2 = 0 + 1;
2. Construct the base 2 representation of the positive number:
Take all the remainders starting from the bottom of the list constructed above.
7 464 574 311 325 688 020(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
7 464 574 311 325 688 020 (base 10) = 110 0111 1001 0111 0111 1110 1100 1001 1000 0010 0001 0010 1110 0000 1101 0100 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.