Solving 2 EquationsTake this problem for example: A farmer keeps chickens (with 2 legs) and pigs (with 4 legs). There are a total of 55 chickens and pigs. There are a total of 178 legs amongst them all. How many pigs does the farmer have? Eventually, you get to a guess which generates 55 heads and 178 legs which is 21 chickens and 34 pigs. (Legs: 21x2 + 34x4 = 178) What you are actually doing is solving two equations together by guessing the answers and plugging them back in. While this is simple and straight-forward, now that you know something about algebra, there is a way of solving a problem like this directly without all that guessing.     Let P = the number of pigs     Then the heads equation is:     C + P = 55     <= A total of 55 heads!     The legs equation is:             2C + 4P = 178 <= A total of 178 legs (2 for chickens and 4 for pigs!) The first equation is pretty obvious, but the second legs equation says that 2C (the number of chickens x 2) is the number of chicken legs and 4P (the number of pigs x 4) is the number of pig legs. The key is that both equations work together! Here's how you use algebra to solve these two equations:
Any two equations that can be made about the same number of two things can be solved like this. The key is to use the simpler equation (the heads equation in our example) to get an expression for one of the variables that can be substituted in the second (more complicated) equation and solved. |
OK, now here's a problem for you: (from the 2016 Olympiad): Jill likes insects and wants to be an entomologist when she grows up. For now, she keeps a collection of ants and spiders. Ants have 6 legs and spiders have 8, and together there are 380 legs in her collection. If she has 59 total ants and spiders, how many of each, ants and spiders, does she have?
|