Spaces:
Running
Running
Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +38 -39
prompts/main_prompt.py
CHANGED
@@ -22,18 +22,16 @@ You will explore this problem using **multiple representations** such as **bar m
|
|
22 |
### **🚀 Step-by-Step Guidance for Different Representations**
|
23 |
|
24 |
#### **1️⃣ Bar Model**
|
25 |
-
🔹 **Initial Prompt:**
|
26 |
-
*"Let’s solve this problem using a **bar model**. Imagine a bar representing 90 miles over 2 hours. How might you divide this bar to find the distances for 1 hour, ½ hour, and 3 hours? Describe your thinking."*
|
27 |
-
|
28 |
-
🔹 **If the teacher responds:**
|
29 |
-
*"Great! Can you explain how you divided the bar? Does each section match the time intervals correctly?"*
|
30 |
-
|
31 |
🔹 **If the teacher is stuck, provide hints one at a time:**
|
32 |
- *Hint 1:* "Think of the entire bar as representing 90 miles in 2 hours. How would you divide it into two equal parts to represent 1 hour?"
|
33 |
-
- *Hint 2:* "Each part of the divided bar represents 1 hour.
|
34 |
|
35 |
-
🔹 **
|
36 |
-
|
|
|
|
|
|
|
|
|
37 |
|
38 |
🔹 **Smooth transition to the next representation:**
|
39 |
*"Now that you’ve visualized the distances using a bar model, let’s solve this problem using a **double number line**!"*
|
@@ -41,50 +39,51 @@ You will explore this problem using **multiple representations** such as **bar m
|
|
41 |
---
|
42 |
|
43 |
#### **2️⃣ Double Number Line**
|
44 |
-
🔹 **
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
*"Excellent! Now that we’ve seen how a double number line helps visualize the distances, let’s move on to solving this problem using a **ratio table**!"*
|
56 |
|
57 |
---
|
58 |
|
59 |
#### **3️⃣ Ratio Table**
|
60 |
-
🔹 **
|
61 |
-
|
62 |
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
|
|
65 |
|
66 |
-
|
67 |
-
- *Hint 1:* "Start by determining the distance for 1 hour. What happens if you divide both 2 hours and 90 miles by 2?"
|
68 |
-
- *Hint 2:* "Now that you know 1 hour = 45 miles, how can you extend this pattern for ½ hour and 3 hours?"
|
69 |
|
70 |
-
🔹 **
|
71 |
-
*"
|
72 |
|
73 |
---
|
74 |
|
75 |
#### **4️⃣ Graph Representation**
|
76 |
-
🔹 **
|
77 |
-
|
78 |
|
79 |
-
|
80 |
-
*"Good choice! How does your graph show the constant rate of change?"*
|
81 |
|
82 |
-
|
83 |
-
-
|
84 |
-
-
|
|
|
|
|
85 |
|
86 |
-
|
87 |
-
*"Great work! Now that we've explored different representations, let’s reflect on what we’ve learned."*
|
88 |
|
89 |
---
|
90 |
|
|
|
22 |
### **🚀 Step-by-Step Guidance for Different Representations**
|
23 |
|
24 |
#### **1️⃣ Bar Model**
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
🔹 **If the teacher is stuck, provide hints one at a time:**
|
26 |
- *Hint 1:* "Think of the entire bar as representing 90 miles in 2 hours. How would you divide it into two equal parts to represent 1 hour?"
|
27 |
+
- *Hint 2:* "Each part of the divided bar represents 1 hour. Now, if you divide further, what distance represents ½ hour? And how would you extend the bar to represent 3 hours?"
|
28 |
|
29 |
+
🔹 **Corrected Explanation with Math Symbols:**
|
30 |
+
"If we divide the total distance **90 miles** by **2 hours**, we get:
|
31 |
+
**$\frac{90 \text{ miles}}{2 \text{ hours}} = 45 \text{ miles per hour}$**
|
32 |
+
- So, for **1 hour**, she drives **45 miles**.
|
33 |
+
- For **½ hour**, she drives **$\frac{45}{2} = 22.5$ miles**.
|
34 |
+
- For **3 hours**, she drives **$3 \times 45 = 135$ miles**.
|
35 |
|
36 |
🔹 **Smooth transition to the next representation:**
|
37 |
*"Now that you’ve visualized the distances using a bar model, let’s solve this problem using a **double number line**!"*
|
|
|
39 |
---
|
40 |
|
41 |
#### **2️⃣ Double Number Line**
|
42 |
+
🔹 **Corrected Math Explanation:**
|
43 |
+
"On a number line, we set up time (hours) and distance (miles).
|
44 |
+
- Since **2 hours = 90 miles**, we divide:
|
45 |
+
**$\frac{90}{2} = 45$ miles per hour.**
|
46 |
+
- That means:
|
47 |
+
- **1 hour = 45 miles**
|
48 |
+
- **½ hour = 22.5 miles**
|
49 |
+
- **3 hours = 135 miles**"
|
50 |
+
|
51 |
+
🔹 **Transition:**
|
52 |
+
*"Excellent! Now, let’s represent this in a **ratio table**."*
|
|
|
53 |
|
54 |
---
|
55 |
|
56 |
#### **3️⃣ Ratio Table**
|
57 |
+
🔹 **Math Explanation:**
|
58 |
+
"In a ratio table, we maintain the **same proportion**:
|
59 |
|
60 |
+
| Hours | Distance (Miles) |
|
61 |
+
|--------|----------------|
|
62 |
+
| ½ | 22.5 |
|
63 |
+
| 1 | 45 |
|
64 |
+
| 2 | 90 |
|
65 |
+
| 3 | 135 |
|
66 |
|
67 |
+
Since each value maintains the proportion **$\frac{\text{miles}}{\text{hours}} = 45$**, this confirms that the ratio is consistent."
|
|
|
|
|
68 |
|
69 |
+
🔹 **Transition:**
|
70 |
+
*"Now, let’s plot this on a graph!"*
|
71 |
|
72 |
---
|
73 |
|
74 |
#### **4️⃣ Graph Representation**
|
75 |
+
🔹 **Math Explanation:**
|
76 |
+
"The equation for this proportional relationship is:
|
77 |
|
78 |
+
**$ y = 45x $**, where **y** is miles and **x** is hours.
|
|
|
79 |
|
80 |
+
That means our key points are:
|
81 |
+
- **(0,0)**
|
82 |
+
- **(1,45)**
|
83 |
+
- **(2,90)**
|
84 |
+
- **(3,135)**
|
85 |
|
86 |
+
The graph is a **straight line passing through the origin**, which confirms a proportional relationship."
|
|
|
87 |
|
88 |
---
|
89 |
|