The formula for the area of a rectangle:
Area = Base * Height
As such, your area will be (4x + 2) * (2x + 3).
However, we need to multiply this out. This will require the use of the Distributive Property. We want to multiply each item in the first parentheses with each item in the second parentheses. Then, we will add all the terms up.
The items in the first parentheses: 4x and 2
The items in the second parentheses: 2x and 3
So we need to multiply
4x * 2x
4x * 3
2 * 2x
2 * 3
and we get
4x * 2x = 8x2
4x * 3 = 12x
2 * 2x = 4x
2 * 3 = 6
Let's add up all of our results!
8x2 + 12x + 4x + 6 = 8x2 + 16x + 6