Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3323a4

Browse files
authored
Update readme.md
1 parent5e48b0d commitb3323a4

File tree

1 file changed

+7
-1
lines changed
  • src.save/main/java/g1201_1300/s1251_average_selling_price

1 file changed

+7
-1
lines changed

‎src.save/main/java/g1201_1300/s1251_average_selling_price/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,10 @@ UnitsSold table:
6868
| 2 | 16.96 |
6969
+------------+---------------+
7070

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
71+
**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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp