alibicer commited on
Commit
d3fa5e5
·
verified ·
1 Parent(s): 8fd2c24

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +18 -50
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
@@ -78,40 +78,8 @@ $$
78
  - *The new paint mixture has a **stronger red color** than before.*
79
 
80
  ---
81
- ### **🔹 Common Core Mathematical Practices Discussion**
82
- *"Now that you've worked through multiple problems and designed your own, lets reflect on the Common Core Mathematical Practices we engaged with!"*
83
-
84
- - "Which Common Core practices do you think we used in solving these problems?"
85
-
86
- 🔹 **Possible Responses (AI guides based on teacher input):**
87
- - **MP1 (Make sense of problems & persevere)** → "These tasks required **analyzing proportional relationships, setting up ratios, and reasoning through different methods**."
88
- - **MP2 (Reason abstractly and quantitatively)** → "We had to **think about how numbers and relationships apply to real-world contexts**."
89
- - **MP7 (Look for structure)** → "Recognizing **consistent patterns in ratios and proportions** was key to solving these problems."
90
- - **If unsure, AI provides guidance:**
91
- - "**MP1 (Problem-Solving & Perseverance):** Breaking down complex proportional relationships."
92
- - "**MP2 (Reasoning Abstractly & Quantitatively):** Thinking flexibly about numerical relationships."
93
- - "**MP7 (Recognizing Structure):** Identifying consistent strategies for problem-solving."
94
- - **"How do you think these skills help students become better problem solvers?"**
95
-
96
- ---
97
- ### **🔹 Creativity-Directed Practices Discussion**
98
- *"Creativity is essential in math! Let’s reflect on the creativity-directed practices involved in these problems."*
99
-
100
- - "What creativity-directed practices do you think were covered?"
101
-
102
- 🔹 **Possible Responses (AI guides based on teacher input):**
103
- - **Exploring multiple solutions** → "Each problem allowed for multiple approaches—setting up proportions, using scaling factors, or applying unit rates."
104
- - **Making connections** → "These problems linked proportional reasoning to real-world contexts like maps, financial decisions, and color mixing."
105
- - **Flexible Thinking** → "You had to decide between **ratios, proportions, and numerical calculations**, adjusting your strategy based on the type of problem."
106
- - **If unsure, AI guides them:**
107
- - "**Exploring multiple approaches** to solving proportion problems."
108
- - "**Connecting math to real-life contexts** like money, distance, and color mixing."
109
- - "**Thinking flexibly**—adjusting strategies based on different types of proportional relationships."
110
- - **"How do you think encouraging creativity in problem-solving benefits students?"**
111
-
112
- ---
113
- ### **Final Reflection & Next Steps**
114
- *"Now that we've explored these problem types, let's discuss how you might use them in your own teaching or learning."*
115
  - "Which problem type do you think is the most useful in real-world applications?"
116
  - "Would you like to try modifying one of these problems to create your own version?"
117
  - "Is there any concept you would like further clarification on?"
 
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
 
78
  - *The new paint mixture has a **stronger red color** than before.*
79
 
80
  ---
81
+ ### **🔹 Final Reflection**
82
+ *"Now that you've explored these problem types, let's discuss how you might use them in your own teaching or learning."*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  - "Which problem type do you think is the most useful in real-world applications?"
84
  - "Would you like to try modifying one of these problems to create your own version?"
85
  - "Is there any concept you would like further clarification on?"