Recall the cookie problem from the post on Verbal Algebra. Large cookies cost 30 cents, small ones cost 10 cents, and we bought 12 cookies for $2.00 or 200 cents. How many of each types did we buy?
The most straightforward way to set this problem up algebraically would be to use two equations and two unknowns. If x represents large cookies, and y represents small ones, then the fact that we have 12 cookies means (1) x + y = 12, and the $2 cost gives us our next equation (2) 30x + 10 y = 200. At this point, one way to proceed would be to solve (1) for y which gives us y = 12 - x, and then we could substitute this value for x in (2) which will give us (3) 30x + 10(12 - x) = 200.
The alternative approach we looked at in the Verbal Algebra post used just one variable. We let x be the number of large cookies, and verbal reasoning told us that (12 - x) was the number of small ones. This approach allowed us to set up our problem in the form 30x + 10(12 - x) = 200 instead of taking several steps to reach that point.
Algebra teachers usually teach the one variable approach to problems like this. This is done at a time when students do not yet know how to solve problems with two variables and two unknowns. Basically, verbal reasoning is used to stretch what we can accomplish with one variable algebra. A little creativity in setting up our problem allows us to make a one variable problem out of something that really should be a two variable problem. In the process we are able to eliminate some of the steps we would have to take if we took the more straightforward two variable approach.
But the emphasis in math education is not to teach students to make the most effective use of simple mathematical tools. Instead we try to teach students more advanced mathematical concepts even if we make rather trivial use of those concepts. We teach students to set up problems in the language of algebra, but do rather little to help them explore the different ways they could do so. We will now look at how that might be done.
Two numbers have a sum of 14 and a product of 45. What are the two numbers? We could call one number x, the other y and get two equations: (1) x + y = 14, and (2) xy = 45. Solving the first equation for y we would get y = 14 - x, and substituting in the second equation we get x(14 - x) = 45. In practice we usually call our second number x - 14, and then set up x(14 - x) = 45 as our original equation. Multiplying out we get 14x - x^2 = 45 which becomes 14x = x^2 + 45 or 0 = x^2 - 14x + 45. There are a number of ways to solve this quadratic equation. In one method, factoring, we do almost the opposite of what we did when we set up this particular problem.
To solve 0 = x^2 - 14x + 45 by factoring we look for two numbers whose sum is 14 and whose product is 45. 5 and 9 are two such numbers. We can now use this information to factor the expression x^2 - 14x + 45, and when we do we get 0 = x^2 - 14x + 45 = (x - 5)(x - 9). Since this product is zero one of the factors must be zero. Either x - 5 = 0, in which case x=5 or x - 9 = 0, in which case x = 9. In the first case our two numbers are x = 5, and 14 - x = 9 while in the second case they are x = 9, and 14 - x = 5. In either case 5 and 9 are the numbers. Therefore 5 and 9 are not only one possible solution, but in one order or the other they are the only possible solution.
Our final result is a nice one--but is it really necessary to do all this work? No. We could have saved a lot of effort if we had put a little more thought into how we set up our problem.
Two numbers have a sum of 60 and a product of 851. What are the two numbers? Instead of just making one number x, so the other number will be 60 - x, let's think about what we are doing. Two numbers that add up to 60 could both be 30--or if one is more than 30, the other is the same amount less than 30. If one is 30 + u, the other is 30 - u. There is a nice kine of symmetry here that suggests this might make our problem easier to solve. And it does.
The product of our two numbers is (30 + u)(30 - u) = 851. Multiplying out we get 900 - u^2 = 851. This becomes 900 = 851 + u^2, and subtracting 851 we get u^2 = 49. Taking square roots we see that u = +7, or u = -7. In the first case our two numbers are 37 and 23, In the second case they are 23 and 37.
Now consider two numbers that add up to s and have a product of p. For convenience we little let m = s/2 be the mean of the two numbers. Our numbers will now be m + u and m - u for some u. Multiplying we get (m + u)(m - u) = p or m^2 - u^2 = p. This means m^2 = p + u^2. And we get m^2 - p = u^2, Taking square roots on both sides we find SQRT(m^2 - p) = u or - SQRT(m^2 - p) = u. Substituting the first value for u we get m + SQRT(m^2 - p) and m - SQRT(m^2 - p) as our two numbers. The second value for u gives us the same two numbers in the other order.
Now suppose we wish to find the roots of the quadratic equation x^2 - 2mx + p = 0. We can factor x^2 - 2mx + p if we can find two numbers that add up to 2m and multiply to p. But we have just done that. Calling these two numbers q and r we can factor x^2 - 2mx + p and we get (x - q)(x - r). This product will be zero if and only if either (x - q) or (x - r) equals zero. This means our solution must be either m + SQRT(m^2 -p) or else m - SQRT(m^2 - p).
We can now derive the quadratic formula, or the solution for the general quadratic equation Ax^2 + Bx + C = 0, where B and C can be any numbers, and A is any nonzero number. We divide by A and get the equation x^2 + (B/A)x + (C/A). Setting (B/A) = -2m and (C/A) = p we get m = -B/(2A) and p = C/A. We now need only apply the result from the last paragraph to get our solution.
Our solution will unfortunately involve some messy fractions. There is, however, a trick that will allow us to avoid any fractions until the last step. We want to find q and r whose mean m = -B/(2A) and whose product p = C/A. Multiplying both these numbers by 2A we get Q = 2Aq and R = 2Ar. The mean of Q and R is -B. The product QR = (2Aq)(2Ar) = 4AA(C/A) = 4AC. We have two numbers Q and R whose mean M is -B and whose product P is 4AC. By our previous result Q and R in one order or the other must be =B + U and - B - U where U = SQRT([-B]^2 - 4AC) or simply U = SQRT(B^2 - 4AC).
Dividing Q and R by 2A we get q and r, our solution to the quadratic equation, in the nice form in which it is usually presented. That is, our roots are [-B + SQRT(B^2 - 4AC)]/(2A) and [-B = SQRT(B^2 - 4AC]/(2A).
Combining verbal reasoning and algebraic notation we have found an alternate approach to the study of quadratic equations which may be more accessible to many students. Certainly if this approach seems easier to you, you should consider using greater flexibility in setting up algebraic problems since it could make problem solving easier for you. A little creativity in setting up problems can yield considerable benefits.