If given sales tax percentage and final price how do i find cost?
Divide the final price by (1 + the sales tax percentage converted to decimal form. )
For instance.......
Final price = $110 ... Sales tax = 10% = .10 in decimal form......so we have...
110 / (1 + .10) = 110 / 1.10 = $100 = cost