answersLogoWhite

0

25 and nothing that had a decimal point well the number 369.3125 decimal. to convert to binary it worked fine the whole number 369 by justnumber by just dividing the desired base so since i wanted binary

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you perform arithmetic operations on binary numbers?

There are a few rules to perform arithmetic operations in binary numbers. According to those rules you can add or subtract binary numbers. There are only two arithmetic operations used in binary numbers, they are addition and subtraction.


What are the rules governing real numbers?

There are many. There are those that deal with the four basic binary operations, then there are rules governing exponents and logarithms.


What are the rules governing of real numbers?

There are many. There are those that deal with the four basic binary operations, then there are rules governing exponents and logarithms.


What are some alternative number systems and how do they differ from the traditional decimal system?

Some alternative number systems include binary, octal, and hexadecimal. These systems differ from the traditional decimal system in the base they use to represent numbers. For example, binary uses base 2, octal uses base 8, and hexadecimal uses base 16, while the decimal system uses base 10. This means that each system has a different set of digits and rules for counting and representing numbers.


How do you add the follwing numbers without converting to decimal 1110110.10011 plus 1.1001?

Write the numbers one below the other and line up the "binary" points. Add then together using the following rules: 0 + 0 = 0 0 + 1 = 1 and 1 + 1 = 0 and carry 1 to the previous column. To align the following in this browser, I have to add many leading 0s that are unnecessary on paper. 001110110.10011 0000000+1.1001 0=1111000.00101


Rules in converting scientific notation to decimal notation?

to convert scientific notation to decimal you count the number of spaces up to the last digit then put the decimal point then put x10 to the power of if how many places you move the decimal point.................................


What are the rules in adding decimal numbers?

If there are any numbers which are integers and so do not have a decimal point, then append one at the extreme right. Then arrange all the numbers in a column, with their decimal points aligned. Ad up the numbers ignoring the decimal points entirely. In the answer insert a decimal point under the column of decimal points.


What are the rules of decimal numbers?

The only rule is that the place value of each digit is ten times that of the digit to its right. A decimal representation does not require a decimal point.


What is the answer to 6.14 plus 8.91?

The answer to 6.14 plus 8.91 is 15.05. This is the result of adding the two numbers together, following the rules of addition for decimal numbers. When adding decimal numbers, align the decimal points and add the numbers as if they were whole numbers, then place the decimal point in the same position in the answer.


Are addition and subtraction variables?

No, they are binary operators. Two numbers (or variables) are combined, according rules of operation to give a single answer.


What is the sum of the binary addition 1010 plus 1101?

The person above answered by converting to decimal. Since our normal algebraic rules are designed for base-10 (ever try dividing in hex?) I suggest using the Calc program in Windows. Start the program, and in View, change the mode to Scientific. You will see one box called "Dec" selected. That is decimal notation. There is Hex for hexadecimal and Bin for binary. Click Bin, type in 1010, click +, type 1101, and press enter. FYI, if you now click Dec you will instantly convert the answer (10111) to decimal (23.)


Difference between binary and decimal numbers?

The binary system has only two digits: 0 and 1 The decimal has ten digits: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9 In binary, numbers are expressed as linear combinations of powers of 2 as in 13 = 1*23 + 1*22 + 0*21 + 1*20 which is written as 1101 In decimal, they are expressed in terms of powers of 10: 1507 = 1*103 + 5*102 + 0*21 + 7*20 All rules of mathematical operations (addition, subtraction, multiplication, division, exponents, etc) apply to both systems in the same way.