2

The question I have is to give a combinatorial proof of the identity $(a+b)^2 = a^2 +b^2 +2ab$.

I understand the concept of combinatorial proofs but am having some trouble getting started with this problem, any help would be appreciated.

3 Answers3

7

Hint. You have $a$ different blue shirts and $b$ different pink shirts. In how many ways can you choose one shirt to wear today and one to wear tomorrow?

David
  • 82,662
2

Draw a square of side $a+b$ and a line parallel to each pair of sides. Where should you place the line?

Imagine this broken into a checkerboard:

enter image description here

Ross Millikan
  • 374,822
  • 8
    I would call this a geometric proof. – Ma Ming Feb 20 '14 at 00:19
  • would you draw two lines through the middle of the square so that they were parallel to each of the sides? – user130096 Feb 20 '14 at 00:23
  • 1
    @MaMing: yes, but if you do it on a checkerboard it becomes combinatorial. – Ross Millikan Feb 20 '14 at 00:26
  • @user130096: maybe they don't go through the middle. If they were $a$ from one side, for example. – Ross Millikan Feb 20 '14 at 00:27
  • well it is a combinatorial proof so wouldn't that be a good thing if it became a combinatorial? – user130096 Feb 20 '14 at 00:28
  • @RossMillikan where would the lines go then? it makes sense for each line to go through the middle doesn't it? – user130096 Feb 20 '14 at 00:33
  • For example, let $a=5,b=3$ and think of a checkerboard ($8 \times 8)$ If you draw a line with five columns to the left of it and another with five rows in front of it, you divide the checkerboard into four regions. What are the areas of each region? – Ross Millikan Feb 20 '14 at 00:35
  • it would be a^2 + b^2 correct? – user130096 Feb 20 '14 at 00:37
  • @RossMillikan: I'm just being curious. What is the essential difference between a proof that involves counting and a combinatorial proof in general ? – r9m Feb 20 '14 at 00:39
  • 1
    A combinatorial proof is usually understood as one that establishes equality by counting the same group of things in two different ways. Here the whole square is $(a+b)^2$ and the four regions are $a^2,b^2,ab,ab$ – Ross Millikan Feb 20 '14 at 00:44
1

Combinatorially argue that ${a+b \choose 2} = {a \choose 2} + {b \choose 2} + ab$

r9m
  • 17,938