Math Atlas

일차방정식, 제대로Linear Equations, Done Right

Algebra 1Algebra 1 · 1. 대수의 언어와 방정식1. The Language of Algebra & Equations

학습 목표
  • 방정식을 푸는 모든 단계를 등식의 성질로 정당화할 수 있다.
  • 분수·소수·괄호가 섞인 일차방정식을 실수 없이 푼다.
  • 해가 없는 경우와 모든 수가 해인 경우를 알아보고, 그 이유를 설명한다.
  • 여러 문자가 있는 식을 원하는 문자에 관해 푼다.
  • 문장제를 다섯 단계로 옮겨 적고, 답을 원래 문장으로 검산한다.

방정식을 푼다는 것

3x+5=203x + 5 = 20 정도는 눈으로도 풀 수 있는 사람이 많다. 하지만 이 차시의 목표는 답을 내는 요령이 아니라, 각 단계가 왜 허용되는지를 분명히 하고 어떤 모양의 일차방정식이 와도 같은 절차로 처리하는 데 있다. 처음 배우는 사람에게는 단단한 출발점이 되고, 이미 배운 사람에게는 요령으로만 알던 것이 원리로 바뀌는 시간이다. 이유를 아는 학생은 낯선 문제 앞에서 멈추지 않는다.

정의등식의 성질

a=ba = b이면, 양변에 같은 수를 더하거나 빼도, 같은 수를 곱해도 등식은 성립한다. 0이 아닌 같은 수로 나눠도 마찬가지다.

x x x 5 20 = 3x + 5 20
방정식 3x + 5 = 20은 균형 잡힌 저울이다. 양쪽 접시에서 5를 똑같이 덜어내면 상자 세 개가 15와 균형을 이루고, 다시 셋으로 똑같이 나누면 상자 하나가 5와 균형을 이룬다. 등식의 성질이 하는 일이 정확히 이것이다.

방정식을 푼다는 것은 이 성질만 사용해서, 주어진 방정식을 해가 같은 더 간단한 방정식으로 계속 바꿔 가는 일이다. 3x+5=203x + 5 = 20에서 3x=153x = 15로, 다시 x=5x = 5로. 세 방정식은 생김새만 다를 뿐 해가 같다. 마지막 것은 너무 간단해서 답이 그대로 보일 뿐이다.

"이항"이라는 말을 써도 좋지만, 이항은 새로운 규칙이 아니라 "양변에서 같은 것을 빼기"의 줄임말이라는 것을 기억하자. 규칙이 하나뿐이면 헷갈릴 일도 없다.

표준 절차

어떤 일차방정식이든 이 순서로 처리하면 된다.

  1. 괄호가 있으면 분배법칙으로 푼다.
  2. 분수나 소수가 있으면 양변에 적당한 수를 곱해 없앤다.
  3. 문자항은 한쪽으로, 상수항은 반대쪽으로 모은다.
  4. 문자의 계수로 양변을 나눈다.
  5. 원래 방정식에 대입해 검산한다.
예제 1 · 괄호가 있는 방정식

3(x4)+5=2x13(x - 4) + 5 = 2x - 1을 풀어라.

풀이. 괄호를 풀면 3x12+5=2x13x - 12 + 5 = 2x - 1, 정리하면

3x7=2x1.3x - 7 = 2x - 1.

양변에서 2x2x를 빼면 x7=1x - 7 = -1이고, 양변에 7을 더하면 x=6x = 6이다.

검산: 좌변은 3(64)+5=6+5=113(6-4) + 5 = 6 + 5 = 11, 우변은 2×61=112 \times 6 - 1 = 11. 양변이 같다.

따라서 해는 x=6x = 6이다.

분수와 소수는 먼저 청소한다

분수가 섞인 방정식을 분수인 채로 끌고 가면 계산 실수가 급격히 늘어난다. 시작하자마자 분모들의 최소공배수를 양변에 곱해 정수 방정식으로 바꾸는 것이 정석이다.

예제 2 · 분수 청소

x3+x14=32\dfrac{x}{3} + \dfrac{x-1}{4} = \dfrac{3}{2}를 풀어라.

풀이. 분모 3, 4, 2의 최소공배수는 12다. 양변에 12를 곱하면

12x3+12x14=1232,12 \cdot \frac{x}{3} + 12 \cdot \frac{x-1}{4} = 12 \cdot \frac{3}{2},

4x+3(x1)=184x + 3(x - 1) = 18이다. 전개하면 7x3=187x - 3 = 18, 양변에 3을 더하면 7x=217x = 21, 그러므로 x=3x = 3이다.

검산: 33+314=1+12=32\frac{3}{3} + \frac{3-1}{4} = 1 + \frac{1}{2} = \frac{3}{2}. 우변과 같다.

따라서 해는 x=3x = 3이다.

주의

최소공배수를 곱할 때는 양변의 모든 항에 곱해야 한다. 예제 2에서 우변의 32\frac{3}{2}에 12를 곱하는 것을 빼먹는 실수가 정말 잦다. 곱하는 순간 항의 개수를 세어 보는 습관이 좋다 — 곱하기 전 3개, 곱한 후에도 3개.

소수도 같은 요령이다. 0.3x+1.2=0.5x0.40.3x + 1.2 = 0.5x - 0.4라면 양변에 10을 곱해 3x+12=5x43x + 12 = 5x - 4로 만든다. 양변에서 3x3x를 빼고 4를 더하면 16=2x16 = 2x, 즉 x=8x = 8이다. 검산하면 좌변 0.3×8+1.2=3.60.3 \times 8 + 1.2 = 3.6, 우변 0.5×80.4=3.60.5 \times 8 - 0.4 = 3.6으로 일치한다.

해가 없거나, 모든 수가 해이거나

문자항을 정리했더니 문자가 사라지는 경우가 있다. 당황할 것 없이, 남은 문장이 참인지 거짓인지만 보면 된다.

예제 3 · 문자가 사라질 때

다음 두 방정식을 각각 풀어라.

(a) 2(3x5)=6x102(3x - 5) = 6x - 10 ⁠ (b) 4x+7=4x24x + 7 = 4x - 2

풀이. (a) 좌변을 전개하면 6x10=6x106x - 10 = 6x - 10. 양변이 완전히 같은 식이므로, xx에 어떤 수를 넣어도 등식이 성립한다. 모든 실수가 해다. 이런 방정식을 항등식이라 부른다.

(b) 양변에서 4x4x를 빼면 7=27 = -2. 거짓인 문장이 남았다. 어떤 xx도 이 등식을 참으로 만들 수 없으므로 해가 없다.

참고

"해가 x=0x = 0"과 "해가 없다"는 전혀 다른 말이다. 2x+6=x+62x + 6 = x + 6을 풀면 x=0x = 0이 나오는데, 이것은 엄연히 해가 하나 있는 방정식이다. 0이라는 답을 보고 "없다"로 착각하지 않도록 하자. 문제 탭에 이 함정이 준비되어 있다.

문자에 관해 풀기

과학 시간에 쓰는 공식은 문자가 여러 개다. 그중 원하는 문자 하나에 관해 푸는 기술은 방정식 풀이와 완전히 같다 — 다른 문자들을 그냥 숫자처럼 취급하면 된다.

예제 4 · 공식 뒤집기

직사각형 둘레 공식 P=2(l+w)P = 2(l + w)ww에 관해 풀어라.

풀이. 양변을 2로 나누면 P2=l+w\dfrac{P}{2} = l + w이고, 양변에서 ll을 빼면

w=P2l.w = \frac{P}{2} - l.

PPll을 알 때 ww를 바로 구할 수 있는 형태가 됐다. 예를 들어 둘레가 30이고 가로가 9라면 w=159=6w = 15 - 9 = 6이다.

화씨-섭씨 공식 F=95C+32F = \dfrac{9}{5}C + 32도 같은 요령으로 CC에 관해 풀 수 있다. 양변에서 32를 빼고 95\dfrac{9}{5}로 나누면(즉 59\dfrac{5}{9}를 곱하면) C=59(F32)C = \dfrac{5}{9}(F - 32)이다.

문장제: 번역의 다섯 단계

문장제가 어려운 이유는 수학이 아니라 번역이다. 단계를 정해 두면 번역이 기계적으로 된다.

  1. 읽기 — 무엇을 묻는지 한 문장으로 말해 본다.
  2. 정의 — 구하려는 양(또는 그것과 직결된 양)을 변수로 정의한다. 문장으로!
  3. 번역 — 문제의 조건을 변수의 식으로 옮겨 방정식을 세운다.
  4. 풀기 — 표준 절차대로.
  5. 답하기 — 답을 문장으로 쓰고, 원래 문장의 조건으로 검산한다.
예제 5 · 나이 문제

지호는 유나보다 4살 많다. 3년 뒤 두 사람의 나이의 합은 40이 된다. 두 사람은 지금 몇 살인가?

풀이. 유나의 현재 나이를 xx살이라 하자. 지호는 (x+4)(x + 4)살이다. 3년 뒤에는 각각 (x+3)(x + 3)살, (x+7)(x + 7)살이 되고, 그 합이 40이므로

(x+3)+(x+7)=40.(x + 3) + (x + 7) = 40.

정리하면 2x+10=402x + 10 = 40, 양변에서 10을 빼면 2x=302x = 30, 그러므로 x=15x = 15다.

검산: 지금 유나 15살, 지호 19살 — 4살 차이가 맞다. 3년 뒤 18살과 22살의 합은 40 — 조건과 맞는다.

따라서 유나는 15살, 지호는 19살이다.

주의

"3년 뒤"는 두 사람 모두 3살씩 많아진다는 뜻이다. 한 사람에게만 3을 더하는 실수, 그리고 "합이 40"을 현재 나이의 합으로 읽는 실수가 이 유형 오답의 대부분을 차지한다. 시간이 흐르는 문제는 표를 그려 현재/미래를 나눠 적으면 안전하다.

이제 문제 탭으로 넘어가자. 몸풀기부터 경시 스타일까지 열네 문제가 기다린다. 모든 풀이는 지난 차시의 뼈대를 그대로 따른다 — 여러분의 풀이도 그래야 한다.

Goals
  • Justify every step of an equation solution using the properties of equality.
  • Solve linear equations with fractions, decimals, and parentheses without slips.
  • Recognize equations with no solution, and equations where every number works — and explain why.
  • Solve a formula for any one of its variables.
  • Translate word problems in five steps and check answers against the original wording.

What solving actually means

Plenty of people can solve 3x+5=203x + 5 = 20 by eye. The goal of this lesson is not the knack of getting answers — it's knowing why each move is legal, so that any linear equation, however messy, falls to the same procedure. If this is your first pass through algebra, that gives you solid ground to stand on; if you've been through it before, this is where tricks you memorized turn into reasons. Students who know the reasons don't freeze on unfamiliar problems.

DefinitionProperties of equality

If a=ba = b, then adding the same number to both sides, subtracting it, or multiplying by it keeps the equation true. So does dividing both sides by the same nonzero number.

x x x 5 20 = 3x + 5 20
The equation 3x + 5 = 20 as a balanced scale. Take 5 off each pan and three boxes balance 15; split both sides into three equal groups and one box balances 5. That is exactly what the properties of equality do.

Solving an equation means using only these properties to keep replacing it with a simpler equation that has the same solutions: from 3x+5=203x + 5 = 20 to 3x=153x = 15 to x=5x = 5. All three equations say the same thing about xx; the last one is just so simple that the answer is staring at you.

You may have learned to "move terms across" the equals sign. That's fine as shorthand — but remember it isn't a new rule, just an abbreviation for "subtract the same thing from both sides." One rule, no confusion.

The standard procedure

Any linear equation yields to this order of operations:

  1. Clear parentheses using the distributive property.
  2. Clear fractions or decimals by multiplying both sides by a suitable number.
  3. Collect the variable terms on one side, the constants on the other.
  4. Divide both sides by the variable's coefficient.
  5. Check by substituting into the original equation.
Example 1 · An equation with parentheses

Solve 3(x4)+5=2x13(x - 4) + 5 = 2x - 1.

Solution. Clearing the parentheses gives 3x12+5=2x13x - 12 + 5 = 2x - 1, which tidies up to

3x7=2x1.3x - 7 = 2x - 1.

Subtracting 2x2x from both sides gives x7=1x - 7 = -1, and adding 7 to both sides gives x=6x = 6.

Check: the left side is 3(64)+5=6+5=113(6-4) + 5 = 6 + 5 = 11 and the right side is 2×61=112 \times 6 - 1 = 11. They agree.

Therefore the solution is x=6x = 6.

Clean out fractions and decimals first

Dragging fractions through an entire solution multiplies your chances of a slip. The standard move is to multiply both sides by the least common denominator right away, turning the equation into one with integers.

Example 2 · Clearing fractions

Solve x3+x14=32\dfrac{x}{3} + \dfrac{x-1}{4} = \dfrac{3}{2}.

Solution. The denominators 3, 4, and 2 have least common multiple 12. Multiplying both sides by 12:

12x3+12x14=1232,12 \cdot \frac{x}{3} + 12 \cdot \frac{x-1}{4} = 12 \cdot \frac{3}{2},

which is 4x+3(x1)=184x + 3(x - 1) = 18. Expanding gives 7x3=187x - 3 = 18; adding 3 to both sides gives 7x=217x = 21, so x=3x = 3.

Check: 33+314=1+12=32\frac{3}{3} + \frac{3-1}{4} = 1 + \frac{1}{2} = \frac{3}{2}, which matches the right side.

Therefore the solution is x=3x = 3.

Watch out

When you multiply by the LCD, it has to hit every term on both sides. Forgetting the right side — the 32\frac{3}{2} in Example 2 — is one of the most common mistakes in all of algebra. Count your terms before and after multiplying: three terms before, three terms after.

Decimals work the same way. Given 0.3x+1.2=0.5x0.40.3x + 1.2 = 0.5x - 0.4, multiply both sides by 10 to get 3x+12=5x43x + 12 = 5x - 4. Subtracting 3x3x and adding 4 to both sides gives 16=2x16 = 2x, so x=8x = 8. Check: the left side is 0.3×8+1.2=3.60.3 \times 8 + 1.2 = 3.6 and the right side is 0.5×80.4=3.60.5 \times 8 - 0.4 = 3.6. They match.

No solution, or every number a solution

Sometimes, while collecting terms, the variable vanishes entirely. Don't panic — just read the sentence that's left and ask whether it's true or false.

Example 3 · When the variable disappears

Solve each equation.

(a) 2(3x5)=6x102(3x - 5) = 6x - 10 ⁠ (b) 4x+7=4x24x + 7 = 4x - 2

Solution. (a) Expanding the left side gives 6x10=6x106x - 10 = 6x - 10. The two sides are literally the same expression, so every value of xx makes the equation true. Every real number is a solution. Such an equation is called an identity.

(b) Subtracting 4x4x from both sides leaves 7=27 = -2 — a false statement. No value of xx can rescue it, so the equation has no solution.

Note

"The solution is x=0x = 0" and "there is no solution" are completely different statements. Solving 2x+6=x+62x + 6 = x + 6 gives x=0x = 0: that equation has exactly one solution, and it happens to be zero. Don't let an answer of 0 trick you into saying "no solution." There's a trap waiting for you about this in the Problems tab.

Solving for a letter

Formulas from science class have several variables. Solving for the one you want uses exactly the same moves as solving any equation — treat all the other letters as if they were numbers.

Example 4 · Turning a formula around

Solve the rectangle perimeter formula P=2(l+w)P = 2(l + w) for ww.

Solution. Dividing both sides by 2 gives P2=l+w\dfrac{P}{2} = l + w, and subtracting ll from both sides gives

w=P2l.w = \frac{P}{2} - l.

Now ww can be read off directly whenever PP and ll are known: a perimeter of 30 with length 9 gives w=159=6w = 15 - 9 = 6.

The Fahrenheit–Celsius formula F=95C+32F = \dfrac{9}{5}C + 32 turns around the same way: subtract 32 from both sides and divide by 95\dfrac{9}{5} (that is, multiply by 59\dfrac{5}{9}) to get C=59(F32)C = \dfrac{5}{9}(F - 32).

Word problems: translation in five steps

What makes word problems hard is rarely the math — it's the translation. A fixed routine makes the translation mechanical.

  1. Read — say in one sentence what the problem is asking for.
  2. Define — introduce a variable for the quantity you want (or one tightly linked to it). In a sentence!
  3. Translate — turn the stated conditions into an equation.
  4. Solve — standard procedure.
  5. Answer — state the answer in words and check it against the original sentences.
Example 5 · An age problem

Jiho is 4 years older than Yuna. In 3 years, their ages will add up to 40. How old is each of them now?

Solution. Let xx be Yuna's age now, in years. Then Jiho is (x+4)(x + 4). In 3 years they will be (x+3)(x + 3) and (x+7)(x + 7), and those ages sum to 40:

(x+3)+(x+7)=40.(x + 3) + (x + 7) = 40.

This tidies to 2x+10=402x + 10 = 40; subtracting 10 from both sides gives 2x=302x = 30, so x=15x = 15.

Check: right now Yuna is 15 and Jiho is 19 — a 4-year gap, as stated. In 3 years they'll be 18 and 22, and 18+22=4018 + 22 = 40, as stated.

Therefore Yuna is 15 and Jiho is 19.

Watch out

"In 3 years" means both people are 3 years older. Adding 3 to only one age, or reading "their ages will add up to 40" as being about their ages now, accounts for most wrong answers on this type. When time passes in a problem, a small now/later table keeps you honest.

Now head to the Problems tab — fourteen problems, from warm-ups to contest style. Every posted solution follows the skeleton from the last lesson. Yours should too.