Before diving headfirst into geometrical proofs, it's a good idea to revisit algebra. We've already learned how to solve equations for a variable. Now we'll do algebra in the format of the two-column proof.
Sample Problem
Show that if 3x – 7 = 5, then x = 4.
Here, our given statement is 3x – 7 = 5, and we're asked to prove x = 4.
Statements | Reasons |
1. 3x – 7 = 5 | Given |
2. 3x – 7 + 7 = 5 + 7 | Addition of 7 to equation (1) |
3. 3x + 0 = 5 + 7 | Substitution of –7 + 7 = 0 into (2) |
4. 3x = 5 + 7 | Substitution of 3x + 0 = 3x into (3) |
5. 3x = 12 | Substitution of 5 + 7 = 12 into (4) |
6. 3x⁄3 = 12⁄3 | Dividing equation (5) by 3 |
7. x = 12⁄3 | Substitution of 3x⁄3 = x into (6) |
8. x = 4 | Substitution of 12⁄3 = 4 into (7) |
Is there such a thing as being too descriptive? Yep, and that was it, since over half the proof was devoted to telling the reader how to do arithmetic. We'll typically take numerical computation for granted, and write proofs like this:
Statements | Reasons |
1. 3x – 7 = 5 | Given |
2. 3x = 12 | Add 7 to both sides of equation (1) |
3. x = 4 | Divide equation (2) by 3 |
See? That proof looks a lot like how we'd write it in algebra. The only difference is that you give reasons as you go, convincing the readers (like your math teacher) that you know what you're doing. You got this.
Sample Problem
Show that if 5(x + 12) = 30 and x + y = 100, then y = 106.
This time, our two given statements are 5(x + 12) = 30 and x + y = 100. We're supposed to prove y = 106. Here we go.
Statements | Reasons |
1. 5(x + 12) = 30 | Given |
2. x + y = 100 | Given |
3. 5x + 60 = 30 | Distributive property (1) |
4. 5x = -30 | Subtract 60 from both sides of (3) |
5. x = -6 | Divide both sides of (4) by 5 |
6. -6 + y = 100 | Substitute x = -6 into (2) |
7. y = 106 | Add 6 to both sides of (6) |
As you can see, there are lots of ways of phrasing your reasons. The important part is that you justify each step with why your statement is true. Of course, if your "reader" prefers it to be written a certain way, it's probably a good idea to follow his or her suggestions. Just saying.