What does this mean? The rightmost digit of {eq}n^j{/eq} is the remainder when {eq}n^j{/eq} is divided by {eq}10{/eq}.
yep totaly nor random :))
Chat with our AI personalities
When rounding to a specific place, take a look at the digit immediately to the right of the target, in this case, the digit second from the left. If that digit is 4 or less, zero everything to the right of the target out. If that digit is 5 through 9, increase the target by one and zero everything to the right of it out. If the target is a 9, increasing it will turn it to zero and increase the digit to the left of the target by one.
Sometimes it is advantageous to express a value in round numbers. To round to a particular place, look at the digit immediately to the right of the one you want to round to, in this case, the second greatest place. If that digit is 4, 3, 2, 1 or 0, zero it and everything to the right of it out. If that digit is 5, 6, 7, 8 or 9, increase your target digit by one and zero everything to the right of it out. If your target digit is 9, it will become a zero and increase the digit to the left of it by one.
To round a number to a particular digit, look at the digit immediately to the right of your target, in this case, the ones place. If that digit is 4 or lower, zero it and everything to the right of it out. If that digit is 5 or higher, increase the target digit by one and zero everything to the right of it out. If your target digit is a 9, increasing it will turn it to zero and increase the digit to the left of it by one.
You can use the Windows calculator to do the conversions. If you want to learn how to do it yourself:To convert binary to decimal, multiply the right-most digit with 1, the second digit (from the right) with 2, the third with 4, etc.To convert to octal, group the bits from the right to the left, in groups of 3. Convert each group to a decimal digit.
To round any number, look at the digit to the right of the place you are rounding to. If the digit is 5 or more, change the digit in the place you are rounding to to the next higher digit. If the digit to the right of the place you are rounding to is less than 5, leave the digit in the place you are rounding to as it is. Change all digits to the right of the place you rounded to to zeros.