In this case, we'll have to carry out several steps to find the solution.
Step 01:
data:
suit:
final price = $335
discount = 33%
Step 02:
percentage:
discount = 33% = 33/100 = 0.33
regular price:
regular price = x
final price = regular price - regular price * discount
335 = x - (x * 0.33)
335 = x - 0.33x
335 = 0.67x
335 / 0.67 = x
500 = x
The answer is:
regular price = $500