Math Atlas

식의 값과 동류항Evaluating & Combining Like Terms

Pre-AlgebraPre-Algebra · 6. 일차식과 간단한 방정식6. Expressions & Simple Equations

학습 목표
  • 문자 여러 개, 거듭제곱, 음수가 섞인 식에 대입해 값을 구할 수 있다.
  • 항·계수·상수항을 구분하고, 부호를 항의 일부로 읽을 수 있다.
  • 동류항을 알아보고, 분배법칙을 근거로 정리할 수 있다.
  • 괄호가 있는 식을 풀어 정리할 수 있다 — 빼기 괄호의 부호 반전을 포함해서.
  • 정리가 옳았는지 수 대입으로 검산하는 습관을 갖춘다.

식의 값, 본격 연습

지난 차시의 대입을 여러 문자와 거듭제곱으로 확장하자. 규칙은 둘뿐이다 — 생략된 곱셈 기호를 되살리고, 음수는 괄호를 입혀 넣는다.

예제 1 · 여러 문자, 거듭제곱

(1) a=4a = 4, b=1b = -1일 때 3a+5b3a + 5b의 값 (2) x=2x = -2일 때 x23xx^2 - 3x의 값

풀이. (1) 3×4+5×(1)=125=73 \times 4 + 5 \times (-1) = 12 - 5 = 7.

(2) (2)23×(2)=4+6=10(-2)^2 - 3 \times (-2) = 4 + 6 = 10.

(2)의 함정은 두 겹이다 — (2)2=4(-2)^2 = 4이지 4-4가 아니고(괄호 덕분에 밑이 2-2), 3×(2)-3 \times (-2)+6+6이다. 음수 대입에서 괄호는 장식이 아니라 안전장치다.

공식에 대입하는 것도 똑같다. 섭씨 CC도를 화씨로 바꾸는 공식 F=95C+32F = \frac95 C + 32C=25C = 25를 넣으면 F=45+32=77F = 45 + 32 = 77 — 식 하나가 모든 온도의 변환표를 대신한다.

식의 부품: 항, 계수, 상수항

정리를 배우기 전에 부품의 이름부터. 식 5x+7-5x + 7은 덧셈으로 이어진 두 덩어리 5x-5x77로 나뉜다 — 각 덩어리가 이다. 문자 앞의 수(5-5)가 계수, 문자 없는 항(77)이 상수항이다.

주의

부호는 항의 일부다. 3x5y+23x - 5y + 2의 항은 3x3x, 5y-5y, +2+2 — "5y5y"가 아니라 "5y-5y"다. 부호를 항에 붙여 읽는 습관이 이 뒤의 모든 정리 계산에서 부호 실수를 막아 준다.

동류항: 같은 단위끼리만 셀 수 있다

사과 33개에 사과 22개를 더하면 사과 55개다. 사과 33개에 배 22개는? — 합쳐서 한 단어로 못 센다. 식에서도 같다. 3x+2x3x + 2x는 "xx 세 개 + xx 두 개"라 5x5x로 합쳐지지만, 3x+2y3x + 2y는 단위가 달라 더 줄지 않는다.

x x x 1 1 + x x 1 x x x x x 1 1 1 (3x + 2) + (2x + 1) = 5x + 3
x 타일은 x 타일끼리, 1 타일은 1 타일끼리 — (3x+2)+(2x+1) = 5x+3.

문자와 그 거듭제곱까지 완전히 같은 항을 동류항이라 한다. 3x3x7x-7x는 동류항, 3x3x3y3y는 아니고, 3x3x3x23x^2도 아니다(xx 한 개짜리와 xx 두 개 곱은 다른 단위).

합쳐도 되는 근거는 분배법칙 거꾸로다:

3x+5x=(3+5)x=8x.3x + 5x = (3 + 5)x = 8x.

연산의 성질 차시에서 넓이 그림으로 다진 그 법칙이, 여기서는 "계수끼리 더하기"라는 허가증이 된다. xx1x1x이므로 x+x=2xx + x = 2x다.

주의

3x+2y=5xy3x + 2y = 5xy는 틀렸다 — 다른 단위를 곱셈 기호로 붙여 버린 것이다. 수로 검사하면 바로 무너진다: x=2x = 2, y=1y = 1이면 좌변 88, 우변 1010. (단위가 같을 때만, 즉 동류항일 때만 계수를 더한다.)

정리하기: 모으고, 합치고

예제 2 · 동류항 정리

7x+43x97x + 4 - 3x - 9를 간단히 하여라.

풀이. 부호째로 모은다 — xx항끼리, 상수끼리:

(7x3x)+(49)=4x5.(7x - 3x) + (4 - 9) = 4x - 5.

검산: x=2x = 2를 원래 식과 결과에 각각 대입 — 14+469=314 + 4 - 6 - 9 = 3, 85=38 - 5 = 3 ✓. 정리 전후는 같은 식이어야 하므로 어떤 수를 넣어도 값이 같아야 한다. 이 대입 검산은 정리 실수를 잡는 가장 값싼 그물이다.

괄호 풀고 정리하기

괄호가 있으면 분배법칙으로 먼저 편다:

3(2x1)+4x=6x3+4x=10x3.3(2x - 1) + 4x = 6x - 3 + 4x = 10x - 3.

조심할 것은 빼기 괄호다. (2x3)-(2x - 3)(1)×(2x3)(-1) \times (2x - 3)이므로 괄호 안 모든 항의 부호가 뒤집힌다:

5x(2x3)=5x2x+3=3x+3.5x - (2x - 3) = 5x - 2x + 3 = 3x + 3.

3-3으로 쓰는 실수(뒤 항의 부호를 안 뒤집음)가 이 계산의 단골 오답이다. 검산으로 잡자 — x=1x = 1: 원래 식 5(23)=65 - (2 - 3) = 6, 결과 3+3=63 + 3 = 6 ✓.

Goals
  • Evaluate expressions mixing several variables, powers, and negatives.
  • Identify terms, coefficients, and constant terms — reading each sign as part of its term.
  • Recognize like terms and combine them, with the distributive law as the license.
  • Clear parentheses and simplify — including the sign flip behind a subtracted group.
  • Build the habit of checking a simplification by substituting a number.

Evaluating, in earnest

Extend last lesson's substitution to several letters and powers. Only two rules: revive the hidden multiplication signs, and dress negatives in parentheses.

Example 1 · Several letters, a power

(1) The value of 3a+5b3a + 5b for a=4a = 4, b=1b = -1 (2) The value of x23xx^2 - 3x for x=2x = -2

Solution. (1) 3×4+5×(1)=125=73 \times 4 + 5 \times (-1) = 12 - 5 = 7.

(2) (2)23×(2)=4+6=10(-2)^2 - 3 \times (-2) = 4 + 6 = 10.

Part (2) hides two traps: (2)2=4(-2)^2 = 4, not 4-4 (the parentheses make the base 2-2), and 3×(2)-3 \times (-2) is +6+6. With negative substitutions, parentheses are not decoration — they are the safety gear.

Formulas work the same way. The Celsius-to-Fahrenheit rule F=95C+32F = \frac95 C + 32 at C=25C = 25 gives F=45+32=77F = 45 + 32 = 77 — one expression standing in for an entire conversion table.

The parts of an expression: terms, coefficients, constants

Before simplifying, name the parts. The expression 5x+7-5x + 7 splits into two chunks joined by addition: 5x-5x and 77 — each chunk is a term. The number in front of a letter (5-5) is its coefficient; the letter-free term (77) is the constant term.

Watch out

A sign belongs to its term. The terms of 3x5y+23x - 5y + 2 are 3x3x, 5y-5y, and +2+2 — not "5y5y" but "5y-5y." Reading signs as glued to their terms is the habit that prevents sign errors in everything that follows.

Like terms: only like units can be counted together

Three apples plus two apples: five apples. Three apples plus two pears? No single word counts them. Expressions behave identically: 3x+2x3x + 2x is "three xx's plus two xx's," which merges into 5x5x; but 3x+2y3x + 2y mixes units and won't shrink.

x x x 1 1 + x x 1 x x x x x 1 1 1 (3x + 2) + (2x + 1) = 5x + 3
x-tiles group with x-tiles, unit tiles with units — (3x+2)+(2x+1) = 5x+3.

Terms with exactly the same letters raised to the same powers are like terms. 3x3x and 7x-7x qualify; 3x3x and 3y3y don't; nor do 3x3x and 3x23x^2 (one xx versus two multiplied — different units).

The license to combine is the distributive law, run backwards:

3x+5x=(3+5)x=8x.3x + 5x = (3 + 5)x = 8x.

The law built on area pictures back in the properties lesson now authorizes "add the coefficients." And since x=1xx = 1x, we get x+x=2xx + x = 2x.

Watch out

3x+2y=5xy3x + 2y = 5xy is wrong — it glues different units together with a multiplication. A number test collapses it instantly: at x=2x = 2, y=1y = 1, the left side is 88, the right is 1010. Coefficients add only across like terms.

Simplifying: gather, then merge

Example 2 · Combining like terms

Simplify 7x+43x97x + 4 - 3x - 9.

Solution. Gather signs-and-all — xx-terms together, constants together:

(7x3x)+(49)=4x5.(7x - 3x) + (4 - 9) = 4x - 5.

Check: substitute x=2x = 2 into both versions — 14+469=314 + 4 - 6 - 9 = 3 and 85=38 - 5 = 3 ✓. Before and after must be the same expression, so every input must give matching values. This substitution check is the cheapest net for catching simplification slips.

Clearing parentheses

With parentheses, distribute first:

3(2x1)+4x=6x3+4x=10x3.3(2x - 1) + 4x = 6x - 3 + 4x = 10x - 3.

The one to watch is a subtracted group. (2x3)-(2x - 3) means (1)×(2x3)(-1) \times (2x - 3), so every term inside flips sign:

5x(2x3)=5x2x+3=3x+3.5x - (2x - 3) = 5x - 2x + 3 = 3x + 3.

Writing 3-3 (forgetting to flip the second term) is the resident wrong answer here. Catch it with the check — at x=1x = 1: original 5(23)=65 - (2 - 3) = 6, result 3+3=63 + 3 = 6 ✓.