alibicer commited on
Commit
e1fed1f
·
verified ·
1 Parent(s): 889bba5

Update prompts/main_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/main_prompt.py +2 -13
prompts/main_prompt.py CHANGED
@@ -22,22 +22,11 @@ You will solve and compare these problems, **identify their characteristics**, a
22
  *"Kim is mixing paint. Yesterday, she combined **red and white paint** in a certain ratio. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
23
 
24
  ---
25
- ### **💬 Let's Discuss!**
26
- *"Now that you have seen the problems, let's work through them step by step.*
27
- 1️⃣ **Which problem do you want to start with?**
28
- 2️⃣ **What is the first strategy that comes to your mind for solving it?**
29
- 3️⃣ **Would you like a hint before starting?**
30
-
31
- *"Please type your response, and I'll guide you further!"*
32
- """
33
-
34
- ### 🚀 PROBLEM SOLUTIONS ###
35
- PROBLEM_SOLUTIONS_PROMPT = """
36
  ### **🚀 Step-by-Step Solutions**
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 +34,7 @@ $$
45
  $$
46
  Solve for \( x \):
47
  $$
48
- x = \frac{24 \times 25}{2}
49
  $$
50
  or using division:
51
  $$
 
22
  *"Kim is mixing paint. Yesterday, she combined **red and white paint** in a certain ratio. Today, she used **more red paint** but kept the **same amount of white paint**. How will today’s mixture compare to yesterday’s in color?"*
23
 
24
  ---
 
 
 
 
 
 
 
 
 
 
 
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
  $$
 
34
  $$
35
  Solve for \( x \):
36
  $$
37
+ x = \frac{24 \times 25}{2} = \frac{600}{2} = 300
38
  $$
39
  or using division:
40
  $$