Update prompts/initial_prompt.py
Browse files
prompts/initial_prompt.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
INITIAL_PROMPT = """
|
2 |
-
Welcome to this module on proportional reasoning and similar triangles! In this module, you
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
"""
|
|
|
1 |
INITIAL_PROMPT = """
|
2 |
+
"Welcome to this module on proportional reasoning and similar triangles! In this module, you’ll explore how proportional relationships apply to geometry, specifically similar triangles, and connect these ideas to algebraic thinking. Are you ready to begin? Let’s get started!"
|
3 |
+
Problem Statement:
|
4 |
+
"The following triangles, △ABC\triangle ABC△ABC and △DEF\triangle DEF△DEF, are similar, meaning their corresponding sides are proportional. Given the side lengths:
|
5 |
+
Triangle ABC: AB=8, BC=6
|
6 |
+
Triangle DEF: DE=24, EF=x
|
7 |
+
What is the length of EF in △DEF? Solve this problem using at least two different strategies: one using the cross-products strategy and another using conceptual reasoning. Explain your thought process after each solution."
|
8 |
"""
|