Spaces:
Sleeping
Sleeping
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +16 -16
prompts/main_prompt.py
CHANGED
@@ -25,39 +25,39 @@ You will solve and compare these problems, **identify their characteristics**, a
|
|
25 |
### **🚀 Step-by-Step Solutions**
|
26 |
#### **Problem 1: Missing Value Problem**
|
27 |
We set up the proportion:
|
28 |
-
|
29 |
\frac{2}{25} = \frac{24}{x}
|
30 |
-
|
31 |
Cross-multiply:
|
32 |
-
|
33 |
2 \times x = 24 \times 25
|
34 |
-
|
35 |
Solve for \( x \):
|
36 |
-
|
37 |
x = \frac{24 \times 25}{2} = \frac{600}{2} = 300
|
38 |
-
|
39 |
or using division:
|
40 |
-
|
41 |
x = 600 \div 2 = 300
|
42 |
-
|
43 |
**Conclusion:** *24 cm represents **300 miles**.*
|
44 |
|
45 |
---
|
46 |
#### **Problem 2: Numerical Comparison Problem**
|
47 |
**Calculate unit prices:**
|
48 |
-
|
49 |
\text{Cost per pencil for Ali} = \frac{3.50}{10} = 0.35
|
50 |
-
|
51 |
-
|
52 |
\text{Cost per pencil for Ahmet} = \frac{1.80}{5} = 0.36
|
53 |
-
|
54 |
or using the division symbol:
|
55 |
-
|
56 |
\text{Cost per pencil for Ali} = 3.50 \div 10 = 0.35
|
57 |
-
|
58 |
-
|
59 |
\text{Cost per pencil for Ahmet} = 1.80 \div 5 = 0.36
|
60 |
-
|
61 |
**Comparison:**
|
62 |
- Ali: **\$0.35** per pencil
|
63 |
- Ahmet: **\$0.36** per pencil
|
|
|
25 |
### **🚀 Step-by-Step Solutions**
|
26 |
#### **Problem 1: Missing Value Problem**
|
27 |
We set up the proportion:
|
28 |
+
$$
|
29 |
\frac{2}{25} = \frac{24}{x}
|
30 |
+
$$
|
31 |
Cross-multiply:
|
32 |
+
$$
|
33 |
2 \times x = 24 \times 25
|
34 |
+
$$
|
35 |
Solve for \( x \):
|
36 |
+
$$
|
37 |
x = \frac{24 \times 25}{2} = \frac{600}{2} = 300
|
38 |
+
$$
|
39 |
or using division:
|
40 |
+
$$
|
41 |
x = 600 \div 2 = 300
|
42 |
+
$$
|
43 |
**Conclusion:** *24 cm represents **300 miles**.*
|
44 |
|
45 |
---
|
46 |
#### **Problem 2: Numerical Comparison Problem**
|
47 |
**Calculate unit prices:**
|
48 |
+
$$
|
49 |
\text{Cost per pencil for Ali} = \frac{3.50}{10} = 0.35
|
50 |
+
$$
|
51 |
+
$$
|
52 |
\text{Cost per pencil for Ahmet} = \frac{1.80}{5} = 0.36
|
53 |
+
$$
|
54 |
or using the division symbol:
|
55 |
+
$$
|
56 |
\text{Cost per pencil for Ali} = 3.50 \div 10 = 0.35
|
57 |
+
$$
|
58 |
+
$$
|
59 |
\text{Cost per pencil for Ahmet} = 1.80 \div 5 = 0.36
|
60 |
+
$$
|
61 |
**Comparison:**
|
62 |
- Ali: **\$0.35** per pencil
|
63 |
- Ahmet: **\$0.36** per pencil
|