Respuesta :
If you would like to know what represents the final price of a gaming system with the discount and taxes applied, you can calculate this using the following steps:
p(g) = 0.8 * g
c(p) = 1.12 * p
1.12 * p = 1.12 * 0.8 * g = 0.896 * g = c(p(g)) = c[p(g)]
The correct result would be c[p(g)] = 0.896g.
p(g) = 0.8 * g
c(p) = 1.12 * p
1.12 * p = 1.12 * 0.8 * g = 0.896 * g = c(p(g)) = c[p(g)]
The correct result would be c[p(g)] = 0.896g.