Built and fact-checked by the DocNectar team — see our editorial standards
Key Features
Instant Calculation
Get accurate results in real time with our optimized algorithm.
Mobile Friendly
Fully responsive design. Works on all devices & screen sizes.
Privacy Focused
Your data stays on your device. We don't store any inputs.
100% Free
No hidden costs. This tool is completely free forever.
The box method turns polynomial multiplication into a simple grid: label the rows with one polynomial's terms, the columns with the other's, fill in every cell with that row-times-column product, then add everything up. This tool builds that grid for you.
How it works
Every term of the first polynomial labels a row, every term of the second labels a column, and each cell holds the product of its row and column term. The final answer combines every cell, grouping by matching powers of x.
- Enter p₁: x³ coefficient (optional).
- Enter p₁: x² coefficient (optional).
- Enter p₁: x coefficient.
- Enter p₁: constant.
- Enter p₂: x³ coefficient (optional).
- Enter p₂: x² coefficient (optional).
- Enter p₂: x coefficient.
- Enter p₂: constant.
- Click Calculate to see your results.
Examples
Multiplying two binomials
(2x+3)(x-4) fills a 2×2 box with cells 2x², -8x, 3x, -12, combining to 2x²-5x-12.
A binomial times a trinomial
(x+2)(x²+3x-1) fills a 2×3 box, combining to x³+5x²+5x-2.
Who should use it
- Algebra coursework introducing polynomial multiplication.
- A visual alternative to FOIL for students who find grids easier to track.
Industry applications
- Mathematics education
Advantages
- Visual grid layout makes every partial product explicit.
- Works for polynomials beyond just binomials.
Limitations
- Limited to polynomials up to degree 3 in this tool's input fields.
Common mistakes to avoid
- Forgetting a row or column term, especially when a polynomial has a zero coefficient for a middle power of x.
Best practices
- Write out every term of each polynomial as a row/column label, including any that happen to be zero, before filling in the grid.
Tips
- The box method and the Generic Rectangle method use the same grid idea in opposite directions — box method multiplies, generic rectangle factors.