We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f98767 commit d78446dCopy full SHA for d78446d
src/main/kotlin/g1201_1300/s1251_average_selling_price/readme.md
@@ -68,4 +68,10 @@ UnitsSold table:
68
| 2 | 16.96 |
69
+------------+---------------+
70
71
-**Explanation:** Average selling price = Total Price of Product / Number of products sold. Average selling price for product 1 = ((100 * 5) + (15 * 20)) / 115 = 6.96 Average selling price for product 2 = ((200 * 15) + (30 * 30)) / 230 = 16.96
+**Explanation:**
72
+
73
+Average selling price = Total Price of Product / Number of products sold.
74
75
+Average selling price for product 1 = ((100 * 5) + (15 * 20)) / 115 = 6.96
76
77
+Average selling price for product 2 = ((200 * 15) + (30 * 30)) / 230 = 16.96
0 commit comments