Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Many problems lend themselves to being solved with systems of linear equations.

In "real life", these


problems can be incredibly complex. This is one reason why linear algebra (the study of linear
systems and related concepts) is its own branch of mathematics.

In your studies, however, you will generally be faced with much simpler problems. What follows are
some typical examples.

 The admission fee at a small fair is $1.50 for children and $4.00 for adults. On a certain

day, 2200 people enter the fair and $5050 is collected. How many children and how many

adults attended?
 
MathHelp.com

System of Equations Word Problems

In the past, I would have set this up by picking a variable for one of the groups (say, " c" for
"children") and then use "(total) less (what I've already accounted for)" (in this case, " 2200 – c") for
the other group. Using a system of equations, however, allows me to use two different variables for
the two different unknowns.

number of adults: a

number of children: c

With these variables, I can create equations for the totals they've given me:

total number: a + c = 2200

total income: 4a + 1.5c = 5050

Now I can solve the system for the number of adults and the number of children. I will solve the first
equation for one of the variables, and then substitute the result into the other equation:
a = 2200 – c

4(2200 – c) + 1.5c = 5050

8800 – 4c + 1.5c = 5050

8800 – 2.5c = 5050

–2.5c = –3750

c = 1500

Now I can back-solve for the value of the other variable:

a = 2200 – (1500) = 700

I have values for my two variables. I can look back at my definitions for the variables to interpret
these values. To answer the original question, there were:

1500 children and 700 adults.

Content Continues Below

You will probably start out with problems which, like the one above, seem very familiar. But you will
then move on to more complicated problems.

 The sum of the digits of a two-digit number is 7. When the digits are reversed, the

number is increased by 27. Find the number.


The trick here is to work with the digits explicitly. I'll use " t" for the "tens" digit of the original number
and "u" for the "units" (or "ones") digit. I then have:

t + u = 7
The ten's digit stands for "ten times of this digit's value". Just as "26" is "10 times 2, plus 6 times 1",
so also the two-digit number they've given me will be ten times the "tens" digit, plus one times the
"units" digit. In other words:

original number: 10t + 1u

The new number has the values of the digits (represented by the variables) in reverse order. This
gives me:

new number: 10u + 1t

And this new number is twenty-seven more than the original number. The keyword "is" means
"equals", so I get:

(new number) is (old number) increased by (twenty-seven)

10u + 1t = (10t + 1u) + 27

Now I have a system of equations that I can solve:

t + u = 7

10u + t = 10t + u + 27

First I'll simplify the second equation:

10u + t = 10t + u + 27

9u – 9t = 27

u – t = 3

After reordering the variables in the first equation, I now have:

u + t = 7

u – t = 3
Adding down, I get:

2u = 10

u = 5

Then t = 2. Back-solving, this means that the original number was 25 and the new number (gotten by
switching the digits) is 52. Since 52 – 25 = 27, this solution checks out.

The number is 25.

Affiliate

 Find the equation of the parabola that passes through the points (–1, 9), (1, 5),

and (2, 12).
Recalling that a parabola has a quadratic as its equation, I know that I am looking for an equation of
the form ax2 + bx + c = y. Also, I know that points are of the form (x, y). Practically speaking, this
mean that, in each of these points, they have given me values for x and y that make the quadratic
equation true. Plugging the three points in the general equation for a quadratic, I get a system of
three equations, where the variables stand for the unknown coefficients of that quadratic:

a(–1)2 + b(–1) + c = 9

a(1)2 + b(1) + c = 5

a(2)2 + b(2) + c = 12

Simplifying the three equations, I get:

1a – b + c = 9

1a + b + c = 5

4a + 2b + c = 12
I won't display the solving of this problem, but the result is that a = 3, b = –2, and c = 4, so the
equation they're wanting is:

y = 3x2 – 2x + 4

You may also see similar exercises referring to circles, using:

x2 + y2 + bx + cy + d = 0

...or other conics, though parabolas are the most common. Keep in mind that projectile
problems (like shooting an arrow up in the air or dropping a penny from the roof of a tall building) are
also parabola problems, using:

-\frac{1}{2}gt^2 + v_0 t + h_0 = s−21gt2+v0t+h0=s

...where h0 is the original height, v0 is the initial velocity, s is the height at time t, usually measured in
seconds, and g refers to gravity, being 9.8 if you're working in meters and 32 if you're working in
feet).

All of these different permutations of the above example work the same way: Take the general
equation for the curve, plug in the given points, and solve the resulting system of equations for the
values of the coefficients. Warning: If you see an exercise of this sort in the homework, be advised
that you may be expected to know the forms of the general equations (such as "ax2 + bx + c = y" for
parabolas) on the next text.

https://www.purplemath.com/modules/systprob.htm

You might also like