Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +7 -2
prompts/main_prompt.py
CHANGED
@@ -47,16 +47,20 @@ Solve for \( x \):
|
|
47 |
$$
|
48 |
x = \frac{600}{2} = 300
|
49 |
$$
|
|
|
|
|
|
|
|
|
50 |
**Conclusion:** *24 cm represents **300 miles**.*
|
51 |
|
52 |
---
|
53 |
#### **Problem 2: Numerical Comparison Problem**
|
54 |
**Calculate unit prices:**
|
55 |
$$
|
56 |
-
\text{Cost per pencil for Ali} = \frac{\$3.50}{10
|
57 |
$$
|
58 |
$$
|
59 |
-
\text{Cost per pencil for Ahmet} = \frac{\$1.80}{5
|
60 |
$$
|
61 |
or using the division symbol:
|
62 |
$$
|
@@ -125,3 +129,4 @@ $$
|
|
125 |
|
126 |
*"I'm here to help! Let’s keep the conversation going."*
|
127 |
"""
|
|
|
|
47 |
$$
|
48 |
x = \frac{600}{2} = 300
|
49 |
$$
|
50 |
+
or using division:
|
51 |
+
$$
|
52 |
+
x = 600 \div 2 = 300
|
53 |
+
$$
|
54 |
**Conclusion:** *24 cm represents **300 miles**.*
|
55 |
|
56 |
---
|
57 |
#### **Problem 2: Numerical Comparison Problem**
|
58 |
**Calculate unit prices:**
|
59 |
$$
|
60 |
+
\text{Cost per pencil for Ali} = \frac{\$3.50}{10} = \$0.35
|
61 |
$$
|
62 |
$$
|
63 |
+
\text{Cost per pencil for Ahmet} = \frac{\$1.80}{5} = \$0.36
|
64 |
$$
|
65 |
or using the division symbol:
|
66 |
$$
|
|
|
129 |
|
130 |
*"I'm here to help! Let’s keep the conversation going."*
|
131 |
"""
|
132 |
+
|