29/50
Chat with our AI personalities
millions
mmm, there's a lot. For instance, .06145, .05984354. As long as it's below .062 and above .058, the number is in between.
If you mean 5.8% annual interest rate compounded monthly, then (1000*.058)/12 = 4.83
Binary to decimal is actually very simple. Here is a "Base 10" (Decimal) number 7. Binary is logically laid out in groups of 4 like: 0000 0000 0000 0111 It is read Right to Left and each 0/1 has a "Place Value". Starting at the right and moving left you have (1,2,4,8) (16,32,64,128) (256,512,1024,2048) (4096,8192,16384,32768). Now, every where that there is a ONE you take its "Place Value" and add all of them up. So, in our example we have 0111 i.e. (1 + 2 + 4 = 7)