Your objective is to change the given number so that you have a whole number that is between but excluding 0 and 10 followed by the decimal point.
This introduces an error in that the number you have changed it to is no longer the same value as the one you started with. So you have to include something that would change it back if it were to be applied.
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(blue)("Given : " 0.00081)Given : 0.00081
color(brown)("Some people tell you to move the decimal point. This is not the best")Some people tell you to move the decimal point. This is not the best
color(brown)("way to think about it as it may give the wrong answer in some cases.")way to think about it as it may give the wrong answer in some cases.
color(green)("Keep the decimal point where it is but slide the number to give :")Keep the decimal point where it is but slide the number to give :
color(white)(xxxxxxxxxxxxxxxxxx.)8.1×××××××××.8.1
to change this back to the original number you would need to apply:
color(white)(xxxxxxxxxxxxxxxxxx.)(8.1)/(10^4)×××××××××.8.1104
Write this as:
color(white)(xxxxxxxxxxxxxxxxxx.)8.1 xx 10^(-4)×××××××××.8.1×10−4