Skip to main content

Generic Rectangle Calculator

Calculate generic rectangle instantly with our math tool. Shows detailed work, formulas used, and multiple solution methods.

Share this calculator

Formula

(ax + b)(cx + d) = acx^2 + (ad + bc)x + bd

The generic rectangle organizes the four products into a 2x2 grid: top-left = ac*x^2, top-right = ad*x, bottom-left = bc*x, bottom-right = bd. The middle terms combine to give the x coefficient.

Worked Examples

Example 1: Multiply (2x + 3)(4x + 5) Using Generic Rectangle

Problem: Use the area model to expand (2x + 3)(4x + 5).

Solution: Set up the rectangle:\n | 4x | 5 |\n 2x | 8x^2 | 10x |\n 3 | 12x | 15 |\n\nTop-left: 2x * 4x = 8x^2\nTop-right: 2x * 5 = 10x\nBottom-left: 3 * 4x = 12x\nBottom-right: 3 * 5 = 15\nCombine: 8x^2 + (10x + 12x) + 15 = 8x^2 + 22x + 15

Result: 8x^2 + 22x + 15

Example 2: Multiply (x - 3)(2x + 7) Using Generic Rectangle

Problem: Use the area model to expand (x - 3)(2x + 7).

Solution: Set up the rectangle:\n | 2x | 7 |\n x | 2x^2 | 7x |\n -3 | -6x | -21 |\n\nTop-left: x * 2x = 2x^2\nTop-right: x * 7 = 7x\nBottom-left: -3 * 2x = -6x\nBottom-right: -3 * 7 = -21\nCombine: 2x^2 + (7x - 6x) - 21 = 2x^2 + x - 21

Result: 2x^2 + x - 21

Frequently Asked Questions

What is the generic rectangle method in algebra?

The generic rectangle method (also called the area model or box method) is a visual strategy for multiplying polynomials by organizing the multiplication into a grid or rectangle format. Each term of the first polynomial labels a row, and each term of the second polynomial labels a column. The product of each row-column pair fills the corresponding cell of the rectangle. After filling all cells, you combine like terms to get the final expanded product. This method is especially helpful for students who struggle with the traditional FOIL method because it provides a concrete visual representation of the distributive property. It also scales easily to polynomials with more than two terms.

How is the generic rectangle different from FOIL?

While both methods accomplish the same goal of multiplying polynomials, they differ in organization and scalability. FOIL is a mnemonic (First, Outer, Inner, Last) that only works for multiplying two binomials, producing exactly four products. The generic rectangle method organizes the same products into a grid format, making the process more visual and systematic. The critical advantage of the generic rectangle is that it naturally extends to multiplying any polynomials, including trinomials by trinomials or even larger expressions. With FOIL, students must learn a completely different approach for polynomials with more than two terms, whereas the rectangle method simply requires a larger grid.

How do you set up a generic rectangle for multiplication?

Setting up a generic rectangle involves creating a grid where one polynomial labels the rows and the other labels the columns. For multiplying (ax + b)(cx + d), draw a 2-by-2 rectangle. Write the terms of the first binomial along the left side (ax on top, b on bottom) and the terms of the second binomial along the top (cx on the left, d on the right). Each cell contains the product of its row and column labels. The top-left cell is ax times cx = acx^2, the top-right is ax times d = adx, the bottom-left is b times cx = bcx, and the bottom-right is b times d = bd. Finally, add all four cells and combine like terms (the two x terms) to get the expanded form.

Can the generic rectangle method be used for factoring?

Yes, the generic rectangle method works in reverse for factoring, and many teachers consider it the clearest way to teach factoring trinomials. To factor ax^2 + bx + c, place ax^2 in the top-left cell and c in the bottom-right cell. Then find two terms whose product equals ax^2 times c and whose sum equals bx. Place these in the remaining two cells. Once the rectangle is filled, determine the common factors along each row and column, which become the terms of the two binomial factors. For example, to factor 6x^2 + 11x + 4, place 6x^2 and 4 in opposite corners, find 8x and 3x (product = 24x^2, sum = 11x), then read off factors (2x + 1)(3x + 4).

What are common mistakes when using the generic rectangle method?

Several pitfalls commonly trip up students using the generic rectangle method. First, incorrectly labeling the rows and columns by forgetting to include the variable with its coefficient, writing just 2 instead of 2x. Second, sign errors when multiplying negative terms in the cells. Third, forgetting to combine like terms after filling all cells. Fourth, placing terms in the wrong cells or mixing up which polynomial goes on which side (though the result is the same either way due to commutativity). Fifth, when using the method for factoring, students sometimes find factor pairs that satisfy the product condition but not the sum condition. Always double-check your work by multiplying the final factors back out to verify you get the original expression.

How do you extend the generic rectangle to multiply larger polynomials?

Extending the generic rectangle to larger polynomials is straightforward: simply increase the dimensions of the grid. To multiply a trinomial by a binomial, use a 3-by-2 grid. For two trinomials, use a 3-by-3 grid. Each cell still contains the product of its row label and column label. For example, multiplying (x^2 + 3x + 2)(2x + 5) uses a 3-by-2 grid with cells: x^2 times 2x = 2x^3, x^2 times 5 = 5x^2, 3x times 2x = 6x^2, 3x times 5 = 15x, 2 times 2x = 4x, and 2 times 5 = 10. Combining like terms gives 2x^3 + 11x^2 + 19x + 10. This scalability is the main advantage over FOIL.

References