Numbers are unique and so the decimal number 11 is 11 and no second number.
0.11
Decimal 11 = binary 1011
11 (decimal) would be written in binary as 1011
8/11 = 0.7272 repeating
Jejomar Binay was born on 1942-11-11.
this isn't the fact that the binary number 11 will have decimal equivalent 11... instead it have decimal number 1011 for decimal equivalant 11.here is the alogorithms for converting the decimal number to binary equivalent...!!!#include#includevoid main(){ int i,n,j,b[100];clrscr();printf("Enter a Number:");scanf("%d",&n);i=0;while(n>0){b[i]=n%2;n=n/2;i++;}printf("\n\nBinary Equivalent:");j=i-1;for(i=j;j>=0;j--)printf("%d",b[j]);getch();}using this algorithms... the binary equivalent of any number is taken out...!!! enjoy... have any query... email at :- "devilllcreature@yahoo.com" thank you....!!!
A decimal number is simply a way of representing a number in such a way 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. So the required decimal representation is 11.
Numbers are unique and so the decimal number 11 is 11 and no second number.
0.11
Decimal 11 = binary 1011
11 (decimal) would be written in binary as 1011
A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. If it does not contain a fractional part then the decimal representation does not require a decimal point. So the decimal for 11 mm is 11 mm. If you want it as a decimal fraction of some other quantity then you need to specify that second quantity.
7/11 = 7 ÷ 11 = 0.636364
decimal which is equivalent to nine over eleven = 0.8181
Yes, it may be a repeating decimal, such as 1/3 = 0.33333.... or 1/11 = 0.090909.... or something longer such as 1/7 = 0.142857142857142857.... where the '142857' is the repeating part. But every rational number (eg. fraction) can be mapped to a corresponding decimal equivalent.
8/11 = 0.7272 repeating