Calculator Inputs
Single column page layout with a responsive calculator grid.
Example Data Table
Use these sample cases to verify partial products, combined terms, and final simplified expressions.
| Example | Area Model Cells | Expanded Terms | Simplified Result |
|---|---|---|---|
| (x + 3)(x + 2) | x², 2x, 3x, 6 | x² + 2x + 3x + 6 | x² + 5x + 6 |
| (2x - 5)(x + 4) | 2x², 8x, -5x, -20 | 2x² + 8x - 5x - 20 | 2x² + 3x - 20 |
| (3x + 1)(2x - 7) | 6x², -21x, 2x, -7 | 6x² - 21x + 2x - 7 | 6x² - 19x - 7 |
| (0.5x + 2)(4x - 1) | 2x², -0.5x, 8x, -2 | 2x² - 0.5x + 8x - 2 | 2x² + 7.5x - 2 |
Formula Used
- General form: (ax + b)(cx + d)
- Area model products: acx2, adx, bcx, and bd
- Expanded result: acx2 + adx + bcx + bd
- Combined middle term: ad + bc
- Simplified polynomial: acx2 + (ad + bc)x + bd
- Discriminant for roots: Δ = B² - 4AC, where A = ac, B = ad + bc, and C = bd
- Vertex formula: x = -B / 2A and y = A x² + Bx + C
How to Use This Calculator
- Enter the variable coefficient and constant for the first binomial.
- Enter the variable coefficient and constant for the second binomial.
- Choose the variable symbol you want displayed in the algebra steps.
- Set the graph range and sample points for the plotted quadratic.
- Click Multiply Binomials to show the result below the header.
- Review the area model grid, partial products, and simplified expression.
- Inspect roots, discriminant, axis of symmetry, and vertex details.
- Download the finished report using the CSV or PDF buttons.
Frequently Asked Questions
1. What does the area model show?
The area model splits binomial multiplication into four smaller products. Each box represents one multiplication step. After filling all boxes, you combine like terms to create the final quadratic expression.
2. Is this different from FOIL?
The result is the same, but the layout is more visual. FOIL lists first, outer, inner, and last products. The area model places those same products into a two-by-two grid for easier checking.
3. Can I use negative values and decimals?
Yes. The calculator accepts positive numbers, negative numbers, and decimals for all four coefficients. This helps with classroom practice, algebra homework, and checking more realistic polynomial examples.
4. Why is the final answer quadratic?
Multiplying the variable terms creates a squared term. For example, x multiplied by x becomes x². That highest power of two makes the final simplified result a quadratic polynomial.
5. What are like terms in this calculator?
Like terms have the same variable and exponent. In binomial multiplication, the middle products usually produce matching first-degree terms. Those are added together to form the single middle coefficient.
6. Why does the graph matter?
The graph helps you connect algebra with shape. Once the binomials are multiplied, the simplified expression becomes a quadratic curve. That visual makes roots, turning points, and symmetry easier to understand.
7. What do the roots represent?
Roots are the x-values where the simplified polynomial equals zero. On the graph, they are the horizontal intercepts. They help verify factorization and show whether the product has real or complex solutions.
8. When should I export to CSV or PDF?
Use CSV when you want structured values for records or spreadsheets. Use PDF when you want a printable summary of the expression, area model, coefficients, and quadratic features in one file.