Ask a New Question
Amount paid after the discount
Kwame enjoyed a discount of ghc 200.00 for the set of furniture he purchased. If the discount is 20%. Find the amount paid after
1 answer
asked by
Romeo
192 views
I need some help on figureing out how to answer these problems please i have never done this type of math before thank you
Find
1 answer
asked by
Melissa Roberge
858 views
1)The credit terms 2/10, n/30 are interpreted as?
2% cash discount if the amount is paid within 10 days, with the balance due in
2 answers
asked by
Bae
1,888 views
Use the code to answer the question.
def discount_on_weekdays(day, amount): discount = 0 if day == 'Monday': discount = 0.1 *
1 answer
43 views
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category ==
1 answer
asked by
hatemaths
177 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
61 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
asked by
songoku
186 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
60 views
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category ==
1 answer
126 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
52 views