Andrew N. answered 09/11/20
Math is a human activity that can be learned by anyone.
These first two questions are both basically asking you to come up with different equations for the area of the entire rectangle. Notice that the blue square has side lengths x, the yellow rectangles have side lengths x and 1, and the orange squares have sides of length 1.
- The first way to find the area is to multiply the sides of the rectangle. The bottom side of the rectangle is: x+1+1+1=x+3. The right side is x + 1. Each of these sides is a binomial so we have A = (x + 3)(x+1)
- The second way to find the area is to add up all the areas of the interior shapes. we have one x2 area, four x areas and three 1 areas, so the equation adding these up is A = x2 + 4x + 3
And we can verify they are equal by using FOIL:
A = (x + 3)*(x + 1)
= x2 + x + 3x + 3
= x2 + 4x + 3
so they are equal. The other questions should use some similar thinking.