Json Formatting
1. The problem is to format the given instructions and requirements into a clear, copyable text.
2. The instructions specify how to respond to math questions with a strict JSON format including LaTeX for math expressions.
3. Key points include using numbered steps, Markdown with LaTeX, no prose outside JSON, and strict LaTeX rules such as using only $...$ or $$...$$ for math.
4. The JSON must have keys like "role", "content", "slug", "subject", "desmos", and "q_count".
5. The "content" must explain the problem, show formulas, intermediate steps, and final answers in a learner-friendly way.
6. No ASCII art or extra prose is allowed; the output must be a single valid JSON object.
7. The "desmos" field should be minimal unless a graph is requested.
8. "q_count" must reflect the number of distinct problems answered.
This summary follows the user's request to format the instructions as copyable text.