Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がそれを正しく言うかどうかはわかりません。
私の質問は、ネットとGSTが与えられた場合、どのようにしてアイテムのコストを取得できるかということです。
基本的な方程式は次のとおりです。
net = cost + (gst * cost) = cost * (1.0 + gst)
(gst小数で表されます)
gst
したがって、代数(両側をで割る1.0 + gst)によって、次のようになります。
1.0 + gst
cost = net / (1.0 + gst)