## Text-Based Prompt Template: Step-by-Step Math Problem Solver
### Overview
The image displays a rectangular text box containing a structured prompt template. The template provides instructions for solving a math problem using a step-by-step methodology. The box has a light blue background (`#f0f8ff` approximate) and a solid black border. All text is left-aligned and rendered in a monospaced font (e.g., Courier, Consolas).
### Components/Axes
* **Container:** A single, rounded-corner rectangle with a black border.
* **Background Color:** Light blue.
* **Text Font:** Monospaced.
* **Text Color:** Black, except for the placeholder `{problem}` which is in red.
* **Layout:** The text is arranged in a single block with clear line breaks.
### Content Details
The complete textual content within the box is transcribed below:
```
Let's think step by step and solve the following math problem. Use "Step
n: " before each step to distinguish between different steps, where n is
a positive integer starting from 1, representing the current step number.
Put your final answer in boxed.
Problem: {problem}
```
**Transcription Notes:**
1. The text is in **English**.
2. The line break after "Step" in the first line appears to be a natural text wrap within the box's constraints.
3. The placeholder `{problem}` is highlighted in red text, indicating it is a variable field to be replaced with an actual math problem.
### Key Observations
* **Instructional Clarity:** The template provides explicit, unambiguous formatting rules for the response: use "Step n:" prefixes and box the final answer.
* **Visual Emphasis:** The use of red for the `{problem}` placeholder is the only color variation, effectively drawing attention to the input field.
* **Structural Simplicity:** The design is purely functional, with no decorative elements beyond the containing border. The monospaced font reinforces a technical, code-like, or formal instructional context.
### Interpretation
This image is not a data chart or a complex diagram; it is a **prompt engineering template**. Its purpose is to standardize the output format when asking an AI (or a human) to solve a mathematical problem.
* **Function:** It acts as a meta-instruction, ensuring the solution is presented in a clear, sequential, and easily parseable manner. The "Step n:" format enforces logical decomposition, while the "boxed" requirement highlights the definitive result.
* **Underlying Principle:** The template embodies a "chain-of-thought" prompting strategy, which encourages breaking down complex reasoning into manageable, verifiable steps. This improves accuracy and allows for easier debugging of the problem-solving process.
* **Context:** Such templates are commonly used in educational technology, automated tutoring systems, or when interacting with large language models to obtain structured, high-quality reasoning outputs. The red placeholder signifies where the core task (the specific math problem) is injected into this predefined reasoning framework.