Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +2 -2
prompts/main_prompt.py
CHANGED
@@ -60,10 +60,10 @@ $$
|
|
60 |
$$
|
61 |
or using the division symbol:
|
62 |
$$
|
63 |
-
\text{Cost per pencil for Ali} = 3.50
|
64 |
$$
|
65 |
$$
|
66 |
-
\text{Cost per pencil for Ahmet} = 1.80
|
67 |
$$
|
68 |
**Comparison:**
|
69 |
- Ali: **\$0.35** per pencil
|
|
|
60 |
$$
|
61 |
or using the division symbol:
|
62 |
$$
|
63 |
+
\text{Cost per pencil for Ali} = 3.50 \div 10 = 0.35
|
64 |
$$
|
65 |
$$
|
66 |
+
\text{Cost per pencil for Ahmet} = 1.80 \div 5 = 0.36
|
67 |
$$
|
68 |
**Comparison:**
|
69 |
- Ali: **\$0.35** per pencil
|