You learned this in school. Probably.
// MISSION BRIEFING
A simple quadratic expression needs to be factored.
Write your answer in the form (x+a)(x+b). No spaces required.
// FACTOR THIS EXPRESSION
x² + 5x + 6
Format: (x+a)(x+b) — order doesn't matter.