Ask a New Question
Search
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
157 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
804 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,833 views
Use the code to answer the question.
def discount_on_weekdays(day, amount): discount = 0 if day == 'Monday': discount = 0.1 *
1 answer
15 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
127 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
27 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
149 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
26 views
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category ==
1 answer
94 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
13 views