|
|
|
|
|
by dbsmith83
550 days ago
|
|
In the first image on the left, you can see the large square has length and width of a, which would have an area of a*a, or a^2. There is then a little square inside with length and width b, for an area of b^2. Essentially, the little square is getting removed from the big one (a^2 - b^2). In the last image on the right, you can see that the length of one side is (a-b) and the top side is (a+b), which would mean the area is equal to the product of (a-b)(a+b). This means that a^2 – b^2 = (a + b)(a – b). The intermediate steps just show how to move the area around visually |
|