Algebra

.math-hub-container { font-family: ‘Inter’, sans-serif; color: #334155; background: #f8fafc; }
.dark .math-hub-container { color: #e2e8f0; background: #0f172a; }
.tool-card { background: white; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: all 0.2s; border: 1px solid #e2e8f0; display: block; text-decoration: none; color: inherit; }
.dark .tool-card { background: #1e293b; border-color: #334155; }
.tool-card:hover { transform: translateY(-3px); border-color: #3b82f6; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }

Algebra Formulas & Tools

Essential algebraic formulas, calculators, and equation solvers.

Cheat Sheet

Quadratic Equation

Standard Form: ax² + bx + c = 0

Formula: x = [-b ± √(b² - 4ac)] / 2a

Expansion Formulas

(a + b)² = a² + 2ab + b²

(a - b)² = a² - 2ab + b²

(a + b)(a - b) = a² - b²