
David W. answered 03/08/16
Tutor
4.7
(90)
Experienced Prof
When possible, it is good to assign a variable to the value the problem asks you to find (so you won't forget to solve for it later).
Let:
x = the maximum price of a meal
Translate:
"8% tax" means the total is now 1.08x [x + (8/100)x]
"15% tip" means the total is now (15/100)(1.08x)
[note: you may also write 15% as 15/100 or 0.15 as needed]
"out of $10.00" means (1.15)(1.08x) ≤ $10.00
[note: don't be afraid of the rules for inequalities]
(1.15)(1.08x) ≤ $10.00 [re-write]
x ≤ $8.05
The most you can spend is $8.05.
To check:
meal costs $8.05
with 8% tax: $8.05*1.08 = $8.69
with 15% tip: $8.69*1.15 = $9.99
Also:
meal costs $8.06
with 8% tax: $8.06*1.08 = $8.70
with 15% tax: $8.70*1.15= $10.01