0

If I know that the price for a particular product is $1750 WITH a 35% discount

How can I found out what was the original price? This is probably a simple answer but I i have tried getting 35% and adding it to 1750, then 35% off that is a smaller number than 1750.

This isn't for study, purely just exporting a list of products, and I don't know there price before the sale price, and my client wants to know what the original prices were!

  • 1
    You've provided your own attempt, which is great. It might also help if you could tell us what you're studying, so that the answer can be tailored to suit your level. – Brian Tung Mar 07 '19 at 01:43

1 Answers1

2

Let $1750=n-0.35n$ then $1750=0.65n$ then $n= 1750/0.65$ where n is the original price.

Note: the answer might depend on how the "discount" is calculated.