Math Atlas

문자와 식Variables & Expressions

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

학습 목표
  • 문자가 왜 필요한지 — 빈칸의 한계와 일반화의 언어 — 를 설명할 수 있다.
  • 곱셈 기호 생략, 수 먼저 쓰기, 나눗셈의 분수꼴 등 식의 표기 관례를 지켜 쓸 수 있다.
  • 문장을 식으로, 식을 문장으로 번역할 수 있다 — 순서 함정("~보다 ~ 작은")을 피해서.
  • 문자에 수를 대입해 식의 값을 구할 수 있다(음수는 괄호에 넣어서).
  • 패턴을 문자 식 하나로 요약할 수 있다.

빈칸의 한계, 이름표의 등장

연산의 성질 차시에서 예고했던 약속을 지킬 차례다 — "문자는 빈칸의 이름표"라는 선언의 본격판.

+3=8\square + 3 = 8처럼 빈칸 하나면 \square로 충분하다. 그런데 "어떤 수와 그 수보다 5 큰 수의 합"을 빈칸으로 쓰면 +(+5)\square + (\square + 5) — 두 빈칸이 같은 수라는 것을 기호가 보장해 주지 않는다. 빈칸에 이름을 붙이면 해결된다:

n+(n+5).n + (n + 5).

같은 이름 nn은 같은 수, 다른 이름은 다를 수 있는 수. 이름표가 붙은 빈칸이 문자이고, 문자와 수를 연산으로 엮은 것이 이다.

문자의 더 큰 힘은 일반화다. "가로 33, 세로 22인 직사각형의 둘레는 2×(3+2)2 \times (3 + 2)"는 직사각형 하나의 이야기지만,

2×(a+b)2 \times (a + b)

는 가로 aa, 세로 bb모든 직사각형의 둘레를 한 번에 말한다. 수 하나하나의 산수에서 모든 수에 대한 문장으로 — 이것이 대수의 출발점이다.

표기 관례: 식을 읽기 좋게

식에는 오래 다듬어진 표기 약속이 있다.

  • 곱셈 기호는 생략한다: 3×a=3a3 \times a = 3a, a×b=aba \times b = ab. 기호 ×\times가 문자 xx와 헷갈리기 때문이기도 하다. 단, 수끼리는 생략 불가 — 3×53 \times 53535로 쓸 수는 없다.
  • 수를 문자 앞에: a×3a \times 33a3a로. 1a1a는 그냥 aa, (1)a(-1)aa-a.
  • 같은 문자의 곱은 거듭제곱으로: a×a=a2a \times a = a^2 (거듭제곱 차시 그대로).
  • 나눗셈은 분수꼴로: a÷3=a3a \div 3 = \dfrac{a}{3}. 분수 막대가 숨은 괄호 역할까지 해 주므로(a+b2\frac{a+b}{2}) ÷\div보다 안전하다.

2×(a+b)=2(a+b),x×x×y×3=3x2y.2 \times (a + b) = 2(a + b), \qquad x \times x \times y \times 3 = 3x^2y.

번역: 문장 ↔ 식

문장제의 절반은 번역이다. 자주 나오는 표현부터:

문장
nn보다 77 큰 수 n+7n + 7
nn보다 77 작은 수 n7n - 7
nn33 3n3n
nn의 절반 n2\dfrac{n}{2}
nn33배보다 77 작은 수 3n73n - 7
주의

"nn33보다 77 작은 수"는 3n73n - 7이다 — 기준(3n3n)을 먼저 세우고 거기서 77을 뺀다. 문장에 나온 순서대로 73n7 - 3n으로 쓰면 뜻이 뒤집힌다. 헷갈리면 수로 검사하자: n=10n = 10이면 "30보다 7 작은 수"는 23=310723 = 3 \cdot 10 - 7 ✓.

예제 1 · 식 세우기

다음을 식으로 나타내어라.

(1) 한 개 800800원인 사과 nn개의 값 (2) 2020개의 사탕을 xx명이 똑같이 나눌 때 한 사람의 몫 (3) yy보다 66 작은 수의 22

풀이. (1) 800n800n(원). (2) 20x\dfrac{20}{x}(개). (3) 기준은 "yy보다 66 작은 수" =y6= y - 6이고 그것의 22배이므로 2(y6)2(y - 6).

(3)에서 괄호가 생명이다 — 2y62y - 6은 "yy22배보다 66 작은 수"로 다른 식이다.

대입: 이름표 자리에 수를 돌려놓기

문자에 수를 넣는 것을 대입이라 하고, 그 결과를 식의 값이라 한다. a=5a = 5일 때 4a34a - 3의 값은

4×53=17.4 \times 5 - 3 = 17.

생략된 곱셈 기호가 대입 순간 되살아난다는 점(4a=4×a4a = 4 \times a)과, 음수를 대입할 때는 괄호에 넣는다는 점만 지키면 된다: x=3x = -3일 때 2x+10=2×(3)+10=42x + 10 = 2 \times (-3) + 10 = 4. 대입 계산의 본격 연습과 동류항 정리는 다음 차시의 몫이다.

패턴을 식 하나로

문자의 힘을 시험해 보자. 성냥개비로 정사각형을 한 줄로 이어 만든다:

4 +3 +3 n → 3n + 1
첫 정사각형은 4개, 그다음부터는 칸마다 3개씩 — n칸이면 3n + 1개.

첫 칸은 44개, 그 뒤로는 칸마다 33개씩 보태진다. 칸이 nn개면

4+3+3++3n1=4+3(n1)=3n+1.4 + \underbrace{3 + 3 + \cdots + 3}_{n-1\text{개}} = 4 + 3(n - 1) = 3n + 1.

표로 검사: n=1,2,3n = 1, 2, 3일 때 4,7,104, 7, 10 ✓. 이제 n=100n = 100이어도 세지 않고 안다 — 301301개. 규칙을 찾는 눈과 그것을 식으로 적는 손, 이 둘이 이 단원에서 기를 근육이다.

Goals
  • Explain why letters are needed — the limits of blanks, and the language of generalization.
  • Follow the notation conventions: dropped multiplication signs, numbers first, division as fractions.
  • Translate sentences into expressions and back — dodging the word-order trap ("less than").
  • Substitute numbers for letters to evaluate an expression (negatives go in parentheses).
  • Compress a pattern into a single expression.

Blanks run out; name tags step in

Time to keep a promise from the properties lesson — the declaration that "a letter is a name tag for a blank," now in full.

For +3=8\square + 3 = 8, one blank is fine. But try writing "a number plus the number five more than it" with blanks: +(+5)\square + (\square + 5) — nothing in the notation guarantees the two blanks hold the same number. Naming the blank fixes it:

n+(n+5).n + (n + 5).

Same name, same number; different names may differ. A named blank is a variable, and variables and numbers tied together by operations form an expression.

The deeper power of letters is generalization. "A rectangle 33 wide and 22 tall has perimeter 2×(3+2)2 \times (3 + 2)" is a statement about one rectangle. But

2×(a+b)2 \times (a + b)

states the perimeter of every rectangle with width aa and height bb, all at once. From arithmetic about single numbers to sentences about all numbers — that is where algebra begins.

Conventions: keeping expressions readable

Expressions come with long-polished notational agreements.

  • Drop the multiplication sign: 3×a=3a3 \times a = 3a, a×b=aba \times b = ab. (One reason: ×\times is too easy to confuse with the letter xx.) Between plain numbers it cannot be dropped — 3×53 \times 5 is not 3535.
  • Number before letter: a×3a \times 3 becomes 3a3a. Also 1a1a is just aa, and (1)a(-1)a is a-a.
  • Repeated letters become powers: a×a=a2a \times a = a^2, straight from the powers lesson.
  • Division becomes a fraction: a÷3=a3a \div 3 = \dfrac{a}{3}. The fraction bar even doubles as hidden parentheses (a+b2\frac{a+b}{2}), making it safer than ÷\div.

2×(a+b)=2(a+b),x×x×y×3=3x2y.2 \times (a + b) = 2(a + b), \qquad x \times x \times y \times 3 = 3x^2y.

Translation: sentences ↔ expressions

Half of every word problem is translation. The frequent phrases first:

Sentence Expression
77 more than nn n+7n + 7
77 less than nn n7n - 7
33 times nn 3n3n
half of nn n2\dfrac{n}{2}
77 less than 33 times nn 3n73n - 7
Watch out

"77 less than 33 times nn" is 3n73n - 7: build the reference (3n3n) first, then take 77 away. Writing the words in reading order as 73n7 - 3n flips the meaning. When in doubt, test with a number: for n=10n = 10, "seven less than thirty" is 23=310723 = 3 \cdot 10 - 7 ✓.

Example 1 · Building expressions

Write an expression for each.

(1) The cost of nn apples at 800800 won each (2) One person's share when 2020 candies are split equally among xx people (3) Twice the number that is 66 less than yy

Solution. (1) 800n800n won. (2) 20x\dfrac{20}{x} candies. (3) The reference is "66 less than yy," which is y6y - 6; twice that is 2(y6)2(y - 6).

In (3) the parentheses carry the meaning — 2y62y - 6 says "6 less than twice yy," a different expression.

Substitution: returning a number to its tag

Putting a number in for a letter is substitution, and the result is the value of the expression. For a=5a = 5, the value of 4a34a - 3 is

4×53=17.4 \times 5 - 3 = 17.

Two habits cover everything: the dropped multiplication sign comes back to life at substitution time (4a=4×a4a = 4 \times a), and negative numbers go in wearing parentheses: for x=3x = -3, 2x+10=2×(3)+10=42x + 10 = 2 \times (-3) + 10 = 4. Heavier evaluation practice — and combining like terms — belongs to the next lesson.

A pattern in one expression

Put the letters to work. Build a row of squares from matchsticks:

4 +3 +3 n → 3n + 1
The first square takes 4 sticks; every square after adds 3 — so n squares take 3n + 1.

The first square costs 44 sticks, and each square after it adds 33. With nn squares,

4+3+3++3n1 copies=4+3(n1)=3n+1.4 + \underbrace{3 + 3 + \cdots + 3}_{n-1 \text{ copies}} = 4 + 3(n - 1) = 3n + 1.

Table check: n=1,2,3n = 1, 2, 3 gives 4,7,104, 7, 10 ✓. Now n=100n = 100 needs no counting — 301301 sticks. Spotting the rule and writing it as an expression: those are the two muscles this unit trains.