Question 1153552
<br>
The problem asks what the maximum list price of the computer can be if it costs $1500 after a discount of 18%.<br>
{{{x - 0.18x <= 1500}}}
{{{0.82x <= 1500}}}
{{{x <= 1500/0.82}}} = $1829 to the nearest dollar<br>
If she pays with a card so that the discount is only 15%, then....<br>
{{{0.85x <= 1500}}}
{{{x <= 1500/0.85}}} = $1765 to the nearest dollar<br>
The difference between those two is $64.<br>
-----------------------------------------------------<br>
NOTE: I interpret "a further 3 percent discount if she pays cash" to mean that the total discount is 15%+3% = 18%.<br>
A different possible interpretation is that the 3% discount is on the price that has already been discounted by 15%.<br>
With that interpretation, the total discount is 17.55% instead of 18% -- leading of course to slightly different answers to both questions.<br>