alibicer commited on
Commit
9ff257b
·
verified ·
1 Parent(s): 9cf13b4

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +7 -5
prompts/main_prompt.py CHANGED
@@ -29,6 +29,7 @@ You will solve and compare these problems, **identify their characteristics**, a
29
  PROBLEM_SOLUTIONS_PROMPT = """
30
  ### **🚀 Step-by-Step Solutions**
31
  #### **Problem 1: Missing Value Problem**
 
32
  \[
33
  \frac{2 \text{ cm}}{25 \text{ miles}} = \frac{24 \text{ cm}}{x \text{ miles}}
34
  \]
@@ -36,6 +37,7 @@ Cross-multiply:
36
  \[
37
  2x = 24 \times 25
38
  \]
 
39
  \[
40
  x = \frac{600}{2} = 300
41
  \]
@@ -51,8 +53,8 @@ x = \frac{600}{2} = 300
51
  \text{Price per pencil (Ahmet)} = \frac{1.80}{5} = 0.36
52
  \]
53
  **Comparison:**
54
- - Ali: **$0.35** per pencil
55
- - Ahmet: **$0.36** per pencil
56
 
57
  **Conclusion:** *Ali got the better deal because he paid **less per pencil**.*
58
 
@@ -84,9 +86,9 @@ x = \frac{600}{2} = 300
84
  - "Yes! Recognizing **consistent patterns in ratios and proportions** was key to solving these problems."
85
  - **If unsure, AI provides guidance:**
86
  - "Some key Common Core connections include:
87
- - **MP1 (Problem-Solving & Perseverance)**: Breaking down complex proportional relationships.
88
- - **MP2 (Reasoning Abstractly & Quantitatively)**: Thinking flexibly about numerical relationships.
89
- - **MP7 (Recognizing Structure)**: Identifying **consistent ratios and proportional reasoning strategies**."
90
  - "How do you think these skills help students become better problem solvers?"
91
 
92
  ---
 
29
  PROBLEM_SOLUTIONS_PROMPT = """
30
  ### **🚀 Step-by-Step Solutions**
31
  #### **Problem 1: Missing Value Problem**
32
+ We set up the proportion:
33
  \[
34
  \frac{2 \text{ cm}}{25 \text{ miles}} = \frac{24 \text{ cm}}{x \text{ miles}}
35
  \]
 
37
  \[
38
  2x = 24 \times 25
39
  \]
40
+ Solve for \( x \):
41
  \[
42
  x = \frac{600}{2} = 300
43
  \]
 
53
  \text{Price per pencil (Ahmet)} = \frac{1.80}{5} = 0.36
54
  \]
55
  **Comparison:**
56
+ - Ali: **\$0.35** per pencil
57
+ - Ahmet: **\$0.36** per pencil
58
 
59
  **Conclusion:** *Ali got the better deal because he paid **less per pencil**.*
60
 
 
86
  - "Yes! Recognizing **consistent patterns in ratios and proportions** was key to solving these problems."
87
  - **If unsure, AI provides guidance:**
88
  - "Some key Common Core connections include:
89
+ - **MP1 (Problem-Solving & Perseverance):** Breaking down complex proportional relationships.
90
+ - **MP2 (Reasoning Abstractly & Quantitatively):** Thinking flexibly about numerical relationships.
91
+ - **MP7 (Recognizing Structure):** Identifying **consistent ratios and proportional reasoning strategies**."
92
  - "How do you think these skills help students become better problem solvers?"
93
 
94
  ---