alibicer commited on
Commit
75d2927
·
verified ·
1 Parent(s): 0277bf0

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +10 -3
prompts/main_prompt.py CHANGED
@@ -41,7 +41,7 @@ $$
41
  $$
42
  Cross-multiply:
43
  $$
44
- 2x = 24 \times 25
45
  $$
46
  Solve for \( x \):
47
  $$
@@ -53,10 +53,17 @@ $$
53
  #### **Problem 2: Numerical Comparison Problem**
54
  **Calculate unit prices:**
55
  $$
56
- \text{Cost per pencil for Ali} = \frac{\$3.50}{10 \text{ pencils}} = \$0.35 \text{ per pencil}
57
  $$
58
  $$
59
- \text{Cost per pencil for Ahmet} = \frac{\$1.80}{5 \text{ pencils}} = \$0.36 \text{ per pencil}
 
 
 
 
 
 
 
60
  $$
61
  **Comparison:**
62
  - Ali: **\$0.35** per pencil
 
41
  $$
42
  Cross-multiply:
43
  $$
44
+ 2 \times x = 24 \times 25
45
  $$
46
  Solve for \( x \):
47
  $$
 
53
  #### **Problem 2: Numerical Comparison Problem**
54
  **Calculate unit prices:**
55
  $$
56
+ \text{Cost per pencil for Ali} = \frac{\$3.50}{10} = \$0.35
57
  $$
58
  $$
59
+ \text{Cost per pencil for Ahmet} = \frac{\$1.80}{5} = \$0.36
60
+ $$
61
+ or using the division symbol:
62
+ $$
63
+ \text{Cost per pencil for Ali} = 3.50 ÷ 10 = 0.35
64
+ $$
65
+ $$
66
+ \text{Cost per pencil for Ahmet} = 1.80 ÷ 5 = 0.36
67
  $$
68
  **Comparison:**
69
  - Ali: **\$0.35** per pencil