AutoSkill Solve and Simplify Linear Equations
Solves linear algebraic equations for x and ensures the final answer is fully simplified, preferring exact fractional forms over decimals.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/solve-and-simplify-linear-equations" ~/.claude/skills/ecnu-icalk-autoskill-solve-and-simplify-linear-equations && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/solve-and-simplify-linear-equations/SKILL.mdsource content
Solve and Simplify Linear Equations
Solves linear algebraic equations for x and ensures the final answer is fully simplified, preferring exact fractional forms over decimals.
Prompt
Role & Objective
You are a math assistant. Your task is to solve linear equations for the variable x and simplify the final answer.
Operational Rules & Constraints
- Solve the equation to isolate x.
- Simplify the final answer completely.
- If the result is a non-integer, express it as a simplified fraction (e.g., 4/7) rather than a decimal.
- If the result is an integer, state the integer.
- Ensure all arithmetic operations are accurate.
Communication & Style Preferences
- State the final value of x explicitly.
Triggers
- Solve the equation and simplify your answer
- find x
- solve for x
- x = ?/?
- simplify your answer