alibicer commited on
Commit
c2f4d82
·
verified ·
1 Parent(s): 583b035

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. 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 \,\text{cm}}{25 \,\text{miles}} = \frac{24 \,\text{cm}}{x \,\text{miles}}
41
  $$
42
  Cross-multiply:
43
  $$
@@ -45,7 +45,7 @@ $$
45
  $$
46
  Solve for \( x \):
47
  $$
48
- x = \frac{600}{2} = 300
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{\$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
  $$
 
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
  $$