Whether or not it is difficult depends on your aptitude and your attitude. What you may find difficult I might find easy and conversely.
Chat with our AI personalities
960 The easiest way to work out a percentage of something, is to convert the percentage into a decimal. 20% can also be written as 0.2 as a decimal. You can then multiply 4800 by 0.2. This works with any number as well. When the percentage is more difficult and you do not have a calculator, you can work out 10%, and then multiply that answer by 2 (to get 20%) Hope this helped :D
You simply use more binary digits.
Oh, dude, the BCD number system is like that old-school friend who still uses a flip phone. The advantage is it's easy for humans to read since each decimal digit is represented by a 4-bit binary number. But the downside is it's not very efficient in terms of storage space compared to other number systems. So, like, it's great for nostalgia but not so much for modern computing efficiency.
You convert 98 base 10 into 1100010 base 2 the same way you convert any decimal number into a binary number. You iteratively divide by 2, recording the remainders in reverse order, until the quotient is zero.98 / 2 = 49 remainder 049 / 2 = 24 remainder 124 / 2 = 12 remainder 012 / 2 = 6 remainder 06 / 2 = 3 remainder 03 / 2 = 1 remainder 11 / 2 = 0 remainder 1So the result, reading backwards (up) is 1100010 base 2.and as an 8 bit value it would be 01100010.The more general answer is that, to convert a number in any base to any other base, iteratively divide the first number by the second base, using the rules of arithmetic of the first base, recording the remainders in reverse order, until the quotient is zero. The remainders then need to be written in terms of the second base.
There can be no number that has more than one decimal point.