I got something method like the simplest multiplying methods when I googling.
If you had a number, like 123.456 and you wanted to multiply by 100 you'd just ... Move the decimal point to the right! Exactly. Move it 2 places to the right, since 100 = 10^2 And to multiply by 1/10000 = 10^-4, you'd move the decimal point 4 places to the left. These have to be the world's easiest multiplications,
But actually I am unfamiliar with this explain. So would you please rephrasing this?
This example shows why it works:
$$ 10^2\times 1.749=10^2\times(\overbrace{1\times 10^0+7\times 10^{-1}+4\times 10^{-2}+9\times10^{-3}}^{\textrm{definition of }1.749}) $$
$$ =1\times (10^2\times 10^0)+7\times (10^2\times 10^{-1})+4\times (10^2\times 10^{-2})+9\times(10^2\times 10^{-3})$$
$$=\underbrace{1\times 10^2+7\times 10^{1}+4\times 10^{0}+9\times10^{-1}}_{\textrm{definition of }174.9} $$
$$=174.9$$