을 거듭제곱으로 나타내고 값을 구하여라.
Write as a power and find its value.
정답과 풀이Answer & solution
이 번 곱해졌으므로 . 값은 , .
가 아니다 — 지수는 곱한 횟수다.
Four copies of multiplied: . The value: and .
Not — the exponent counts the multiplications.
을 우리는 로 줄여 쓴다 — 곱셈은 같은 수를 거듭 더한 것의 줄임 표기였다. 그럼 은? 같은 발명을 한 번 더 하면 된다:
| 반복되는 것 | 줄임 표기 |
|---|---|
| (거듭 덧셈) | |
| (거듭 곱셈) |
을 "3의 네제곱"이라 읽는다. 곱셈이 덧셈 위에 지은 집이라면, 거듭제곱은 곱셈 위에 지은 집이다.
같은 수 를 번 곱한 것을 으로 쓴다. 곱해지는 수 를 밑, 곱한 횟수 을 지수라 한다.
이다. 이 아니다. 지수는 "곱하는 수"가 아니라 "곱한 횟수"다. 연산 순서 차시에서 예고했던 경고를 여기서 정식으로 접수하자 — 과 을 헷갈리는 실수는 지수를 처음 배울 때 거의 모두가 한 번씩 저지른다.
작은 지수 둘은 특별한 이름이 있다. 은 제곱, 은 세제곱.
이름의 출처는 도형이다. 한 변이 인 정사각형의 넓이는 — 그래서 "제곱(square)"이다.
한 변이 인 정육면체의 부피는 — "세제곱(cube)". 넓이 단위 cm, 부피 단위 cm에 붙은 작은 숫자가 바로 이 지수다. 지난 단원의 넓이 환산 함정도 이 표기로 다시 읽힌다:
단위의 지수가 "환산 인수도 그만큼 거듭제곱하라"는 지시문이었던 것이다.
, , — 지수가 곧 의 개수다. 소수 차시의 자릿값 사다리가 사실은 의 거듭제곱 사다리였다: 왼쪽 한 칸이 이니 일의 자리에서 칸 왼쪽은 의 자리다. 큰 수가 한 줄로 정리된다:
유한소수 판정에서 썼던 사실도 거듭제곱 표기로 깔끔해진다: — 의 거듭제곱은 와 만 만드는 공장이다.
거듭제곱 표기의 첫 실전 무대는 소인수분해다. 모든 자연수는 소수들의 곱으로 쪼갤 수 있다 — 소수가 안 나올 때까지 계속 나누면 된다:
같은 소수를 거듭제곱으로 묶고 작은 소수부터 쓰는 것이 관례다. 이 "부품 명세서"는 이미 두 번 유용했다 — 약분에서 최대공약수를 찾을 때, 그리고 유한소수를 판정할 때(분모의 부품이 와 뿐인가). 어느 소수로 시작해 나누든 도착하는 명세서는 같다는 사실은 신기하고도 중요한데, 그 증명은 경시 과정의 정수론에서 만난다.
을 소인수분해하여라.
풀이. 로 세 번, 으로 두 번, 그리고 :
검산: ✓.
은 얼마인가. 펼쳐서 세어 보면
— 가 개, 이어서 개, 합쳐서 개다. 밑이 같은 곱에서 지수는 더해진다: . 근거는 거창한 게 아니라 개수 세기 하나다. 지수의 법칙들은 이런 관찰이 여럿 모여 체계를 이루는데, 그 전체 그림은 Algebra 1에서 그린다 — 지금은 "펼쳐서 세면 보인다"는 감각이면 충분하다.
거듭제곱의 성격을 마지막으로 하나 봐 두자. 이 한 칸 갈 때 은 씩 더해지고, 은 배씩 곱해진다. 처음엔 비슷해 보여도:
열 걸음 만에 대 — 곱하기의 반복은 더하기의 반복과 차원이 다른 속도로 자란다. 가 "대략 천"이라는 사실은 기억해 둘 가치가 있다. 이 폭발적 성장의 정체는 Algebra 1의 지수함수에서 본격적으로 다룬다.
We shorten to — multiplication is shorthand for repeated addition. So what about ? Make the same invention one level up:
| What repeats | Shorthand |
|---|---|
| (repeated addition) | |
| (repeated multiplication) |
Read as "three to the fourth power." If multiplication is a house built on addition, powers are a house built on multiplication.
The product of copies of the same number is written . The repeated number is the base; the count is the exponent.
. It is not . The exponent is not a number you multiply by — it is the count of multiplications. The order-of-operations lesson flagged this in advance; here's where the warning gets filed for real. Nearly everyone confuses with exactly once — make yours already behind you.
The two smallest exponents get special names: is " squared," and is " cubed."
The names come from geometry. A square with side has area — hence "squared."
A cube with edge has volume — hence "cubed." The little numbers on the units cm and cm are exactly these exponents. Even last unit's area-conversion trap reads cleanly in this notation:
The exponent on the unit was an instruction all along: raise the conversion factor to the same power.
, , — the exponent counts the zeros. The place-value ladder from the decimals lesson was secretly a ladder of powers of ten: each step left is , so the place steps left of the ones is the place. Large numbers line up in one stroke:
A fact we used for terminating decimals also tidies up: — powers of ten are a factory producing only s and s.
The first real workplace for exponent notation is prime factorization. Every whole number splits into a product of primes — keep dividing until only primes remain:
Convention: bundle repeated primes into powers, smallest primes first. This "parts list" has already been useful twice — finding the GCF when reducing fractions, and testing for terminating decimals (are the denominator's parts only s and s?). That every route of dividing arrives at the same parts list is a remarkable fact; its proof waits in the competition track's number theory.
Find the prime factorization of .
Solution. Three s, two s, and a :
Check: ✓.
What is ? Unfold and count:
— three s, then two more, five in all. With a common base, exponents add: . The justification is nothing fancier than counting. The exponent laws grow into a whole system of such observations, mapped out properly in Algebra 1 — for now, "unfold it and count" is exactly the right instinct.
One last piece of the power's character. As steps forward, grows by adding , while grows by doubling. They look similar at first:
Ten steps in: versus . Repeated multiplication is in a different league from repeated addition. The fact — "about a thousand" — is worth keeping in your pocket. The full story of this explosive growth belongs to exponential functions in Algebra 1.
을 거듭제곱으로 나타내고 값을 구하여라.
Write as a power and find its value.
이 번 곱해졌으므로 . 값은 , .
가 아니다 — 지수는 곱한 횟수다.
Four copies of multiplied: . The value: and .
Not — the exponent counts the multiplications.
의 값을 구하여라.
Find the value of .
두 배씩 다섯 걸음: .
Five doublings: .
과 중 어느 쪽이 큰가?
Which is larger, or ?
, 이므로 가 크다.
밑과 지수를 바꾸면 값이 달라진다 — 거듭제곱은 자리를 바꿔도 되는 곱셈()과 다르다. (재미로: 밑·지수를 바꿔도 같아지는 짝이 딱 하나 있다 — .)
and , so wins.
Swapping base and exponent changes the value — unlike multiplication, where . (Fun fact: exactly one pair survives the swap — .)
은 얼마인가?
What is ?
의 거듭제곱에서 지수는 의 개수다: , 백만이다.
For powers of ten the exponent counts the zeros: , one million.
을 소인수분해하여라.
Find the prime factorization of .
차례로 나눈다:
가 세 번, 이 두 번, 가 한 번: .
검산: ✓.
Divide in turn:
Three s, two s, one : .
Check: ✓.
를 계산하면 어떤 수의 제곱이 되는가?
Compute . It turns out to be the square of what number?
제곱 두 개의 합이 다시 제곱이 되는 특별한 세 수다. 도 같은 성질을 가진다() — 이런 세 쌍의 정체는 Geometry의 피타고라스 정리에서 밝혀진다.
A special triple where two squares sum to another square. does it too () — the identity of such triples is revealed by the Pythagorean theorem in Geometry.
한 변이 cm인 정사각형 손수건의 넓이를 cm와 m로 각각 나타내어라.
A square handkerchief has side cm. Express its area in cm and in m.
넓이는 cm.
m로는 m cm이므로 m.
검산: cm m로 먼저 바꿔 제곱해도 ✓ — 두 길이 만난다.
The area is cm.
In m: since m cm, we get m.
Check: convert first ( cm m), then square: ✓ — both roads agree.
의 값을 구하여라.
Find the value of .
이므로
"대략 천"으로 기억해 둘 값이다 — 컴퓨터의 1 KB가 1,024바이트인 이유이기도 하다.
Since ,
Worth remembering as "about a thousand" — it's also why a kilobyte is bytes.
에서 에 들어갈 수를 구하고, 그 값을 계산하여라.
In , find and compute the value.
펼쳐 세면 가 개: . 값은
앞 문제와 같은 값이다 — 이므로 . 같은 수가 다른 옷을 입고 나타났다.
Unfold and count: fours, so . Its value:
The same value as the previous problem — since , we have . One number, two outfits.
오늘 저금통에 원을 넣고, 다음 날부터 매일 전날의 배를 넣는다. 하루에 넣는 돈이 처음으로 원을 넘는 날은 오늘로부터 며칠 뒤인가?
Today you put won in a piggy bank; each following day you put in double the previous day's amount. How many days from today will the daily deposit first exceed won?
일 뒤에 넣는 돈을 거듭제곱으로 나타내 보자. 의 값을 알고 있다.
Write the deposit days from now as a power. You know the value of .
일 뒤에 넣는 돈은 원이다. 는 아직 아래이고, 가 처음으로 을 넘는다. 그러므로 일 뒤.
경계의 양쪽을 다 확인하는 것이 요령이다 — 이 넘는다는 것만으로는 "처음"인지 알 수 없고, 가 못 넘는다는 확인까지 있어야 답이 완성된다.
The deposit days out is won. is still below , and crosses it first. So: days.
Checking both sides of the boundary is the key move — knowing crosses isn't enough to claim "first"; you also need falling short.
이 어떤 자연수의 제곱인지 아닌지를 소인수분해로 판정하고, 그 근거를 설명하여라.
Using prime factorization, decide whether is a perfect square, and explain your reasoning.
소인수분해하면
모든 소인수의 지수가 짝수이므로 절반씩 나눠 두 묶음으로 똑같이 가를 수 있다:
그러므로 , 완전제곱수다. 일반화하면 — 어떤 수의 제곱 은 의 소인수분해를 두 벌 겹친 것이라 지수가 전부 짝수이고, 거꾸로 지수가 전부 짝수면 절반씩 갈라 제곱으로 쓸 수 있다. 지수의 홀짝이 완전제곱 판정기가 되는 셈이다.
채점 기준. 올바른 소인수분해 (1점), 지수가 모두 짝수라는 관찰과 결론(1점), "왜 짝수 지수면 제곱인가"의 근거 — 두 묶음으로 가르기 또는 재구성(1점). 직접 검산만 제시해도 결론은 인정하되 근거 점수는 소인수분해 논증에 준다.
Factor it:
Every prime's exponent is even, so the parts split evenly into two identical bundles:
So : a perfect square. In general, is two copies of 's parts list stacked together, so all its exponents are even — and conversely, all-even exponents split in half into a square root. The parity of the exponents is a perfect-square detector.
Grading notes. Correct factorization (1 pt); the all-even observation and the conclusion (1 pt); a reason why even exponents make a square — the two-bundle split or the explicit (1 pt). Verifying directly earns the conclusion, but the reasoning point belongs to the factorization argument.
의 일의 자리 숫자는 무엇인가?
What is the units digit of ?
의 일의 자리만 차례로 적어 보자. 패턴이 보이는가?
Write down just the units digits of See a pattern?
일의 자리만 따라가면
— 에서 이 된 뒤 똑같은 네 개 묶음 이 되풀이된다. 일의 자리는 직전 일의 자리에만 의존하기 때문에(의 일의 자리), 한 번 로 돌아오면 영원히 같은 주기를 돈다.
로 주기 의 배수이므로, 의 일의 자리는 묶음의 마지막인 과 같은 이다.
작은 확인: — 지수가 의 배수일 때 일의 자리 ✓.
Track only the units digits:
— after lands on , the block repeats forever. The units digit depends only on the previous units digit (times ), so once it returns to the cycle locks in.
Since is a multiple of the cycle length , the units digit of matches : it is .
Small confirmation: — exponent a multiple of , units digit ✓.
를 이용하여, 이 백만()보다 큰지 작은지 계산 없이 판정하여라.
Using , decide without heavy computation whether is greater or less than one million ().
을 두 개의 곱으로 써 보자.
Write as a product of two copies of .
지수를 가르면
그런데 이고, 양수는 큰 쪽의 제곱이 더 크므로
따라서 은 백만보다 크다. 와 의 작은 차이가 지렛대가 되는 풀이다 — 실제 값 을 계산하지 않고도 결론이 난다. 이 지렛대()는 경시에서 같은 거대한 수를 어림할 때 반복해서 등장한다.
Split the exponent:
Now , and for positive numbers the larger one has the larger square, so
Hence exceeds a million. The tiny gap between and does all the work — no need to compute . This lever () reappears constantly in contests for taming giants like .