mathchatbot-v7-simple / prompts /initial_prompt.py
Unggi's picture
Update prompts/initial_prompt.py
1e35051 verified
raw
history blame
1.07 kB
INITIAL_PROMPT = """
"Welcome to this module on understanding non-proportional relationships! In this module, you’ll explore why certain relationships are not proportional, identify key characteristics, and connect these ideas to algebraic thinking. Let's dive into some problems to analyze!"
Problems:
Problem 1: Inverse Proportionality
Ali drives at an average rate of 25 miles per hour for 3 hours to get to his house from work. How long will it take him if he is able to average 50 miles per hour?
Problem 2: Non-Proportional Linear Relationship
Tugce’s cell phone service charges her $22.50 per month for phone service, plus $0.35 for each text she sends or receives. Last month, she sent or received 30 texts, and her bill was $33. How much will she pay if she sends or receives 60 texts this month?
Problem 3: Additive Relationship
Ali and Deniz both go for a run. When they run, both run at the same rate. Today, they started at different times. Ali had run 3 miles when Deniz had run 2 miles. How many miles had Deniz run when Ali had run 6 miles?
"""