Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +4 -4
prompts/main_prompt.py
CHANGED
|
@@ -37,7 +37,7 @@ PROBLEM_SOLUTIONS_PROMPT = """
|
|
| 37 |
#### **Problem 1: Missing Value Problem**
|
| 38 |
We set up the proportion:
|
| 39 |
$$
|
| 40 |
-
\frac{2
|
| 41 |
$$
|
| 42 |
Cross-multiply:
|
| 43 |
$$
|
|
@@ -45,7 +45,7 @@ $$
|
|
| 45 |
$$
|
| 46 |
Solve for \( x \):
|
| 47 |
$$
|
| 48 |
-
x = \frac{
|
| 49 |
$$
|
| 50 |
or using division:
|
| 51 |
$$
|
|
@@ -57,10 +57,10 @@ $$
|
|
| 57 |
#### **Problem 2: Numerical Comparison Problem**
|
| 58 |
**Calculate unit prices:**
|
| 59 |
$$
|
| 60 |
-
\text{Cost per pencil for Ali} = \frac{
|
| 61 |
$$
|
| 62 |
$$
|
| 63 |
-
\text{Cost per pencil for Ahmet} = \frac{
|
| 64 |
$$
|
| 65 |
or using the division symbol:
|
| 66 |
$$
|
|
|
|
| 37 |
#### **Problem 1: Missing Value Problem**
|
| 38 |
We set up the proportion:
|
| 39 |
$$
|
| 40 |
+
\frac{2}{25} = \frac{24}{x}
|
| 41 |
$$
|
| 42 |
Cross-multiply:
|
| 43 |
$$
|
|
|
|
| 45 |
$$
|
| 46 |
Solve for \( x \):
|
| 47 |
$$
|
| 48 |
+
x = \frac{24 \times 25}{2}
|
| 49 |
$$
|
| 50 |
or using division:
|
| 51 |
$$
|
|
|
|
| 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 |
$$
|