Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
|
@@ -3,14 +3,12 @@ INITIAL_PROMPT = """
|
|
| 3 |
Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
|
| 4 |
|
| 5 |
π **Problem:**
|
| 6 |
-
Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests $1,500, which is 60% of their total investment.
|
| 7 |
-
**How much do Orrin and Damen invest together?**
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
| 15 |
-
βοΈ **Now, choose a method and explain your approach!**
|
| 16 |
"""
|
|
|
|
| 3 |
Your task is to solve the following problem using different representations and connect the proportional relationship to the meaning of the problem."
|
| 4 |
|
| 5 |
π **Problem:**
|
| 6 |
+
Orrin and Damen decided to invest money in a local ice cream shop. Orrin invests $1,500, which is 60% of their total investment. How much do Orrin and Damen invest together?
|
|
|
|
| 7 |
|
| 8 |
+
π‘ **How to proceed:**
|
| 9 |
+
- **Step 1:** Select a method (**Bar Model, Double Number Line, or Equation**).
|
| 10 |
+
- **Step 2:** **Explain your thought process before receiving guidance.**
|
| 11 |
+
- **Step 3:** The AI will provide **feedback on your explanation** before offering hints or solutions.
|
| 12 |
|
| 13 |
+
π **Now, type your preferred method to begin!**
|
|
|
|
| 14 |
"""
|