194k views
11 votes
Write two different expressions to represent the sale price of a fishing pole, f, after a 20% discount.

1 Answer

8 votes

Answer:

When we have a discount of X% of the original price, the new price is calculated as:

New price = (original price) - (original price)*(X%/100%)

In our case, let's define:

P = original price of the fishing pole

f = price of the fishing pole after the discount

X% = 20%

Then the equation for the price of the fishing pole is:

f = P - P*(20%/100%) = P - P*0.2 = P*(1 - 0.2) = P*0.8

f = 0.8*P

This means that the price after the discount is 0.8 times the original price.

User Chris Buckett
by
3.0k points