일차방정식 문장제의 5단계 — 미지수 정하기, 식 세우기, 풀기, 조건 확인, 검산 — 는 그대로다. 달라지는 것은 넷째 단계의 무게다. 이차방정식은 해를 (보통) 둘 내놓는데, 문제 상황은 그중 하나만 받아들이기도 하고 둘 다 받아들이기도 한다. 길이가 음수일 수는 없지만, 공이 같은 높이를 두 번 지나는 것은 당연하다. 거를지 말지는 식이 아니라 상황이 정한다 — 그래서 넷째 단계를 건너뛰면 답이 틀린다.
유형 1 · 넓이 설계
예제 1 — 화단 둘레의 보도
가로 10 m, 세로 8 m인 직사각형 화단 둘레에 일정한 폭의 보도를 두르려 한다. 보도를 포함한 전체 넓이가 168 m²가 되게 하려면 보도의 폭을 얼마로 해야 하는가?
풀이. 보도 폭을 x m라 하자. 보도가 사방을 두르므로 전체는 가로 10+2x, 세로 8+2x인 직사각형이다 — 양쪽에 x씩, 2x가 붙는 것에 주의한다.
(10+2x)(8+2x)=168⟹4x2+36x+80=168⟹x2+9x−22=0.
곱 −22, 합 9 — (11,−2)로 접으면 (x+11)(x−2)=0, 즉 x=−11 또는 x=2. 폭은 양수여야 하므로 x=−11은 버린다: 보도 폭은 2 m.
검산: 전체는 14×12=168 ✓.
유형 2 · 던진 물체의 높이
지면에서 위로 던진 물체의 높이는 이차함수로 근사된다. 초속 20 m/s로 던진 공의 t초 후 높이(m)를
h=−5t2+20t
로 모델링하자(−5t2은 중력이 끌어내리는 몫이다 — 이 계수가 왜 −5쯤인지는 물리에서 배운다). 이 식 하나에 여러 질문이 들어 있다.
언제 떨어지는가?h=0: −5t(t−4)=0이므로 t=0(던진 순간) 또는 t=4 — 4초 후 착지.
가장 높은 순간은? 꼭짓점: h=−5(t−2)2+20이므로 t=2초에 최고 높이 20 m.
높이가 15 m가 되는 순간은?−5t2+20t=15를 정리하면 t2−4t+3=0, 즉 (t−1)(t−3)=0 — t=1과t=3.
공의 높이 그래프 — 올라가며 1초에 15 m를 지나고, 2초에 20 m로 꼭대기, 내려오며 3초에 다시 15 m
여기서는 두 해를 모두 답한다. 공은 올라가면서 한 번, 내려오면서 한 번, 15 m를 두 번 지나기 때문이다. 그래프가 이유를 보여 준다 — 수평선 h=15가 포물선과 두 점에서 만난다. 버리기가 기본값이 아니라, 상황이 해석을 정한다.
유형 3 · 수익 최대화
예제 2 — 공연 티켓 가격
어느 공연의 티켓 가격이 8000원일 때 300장이 팔린다. 가격을 1000원 올릴 때마다 판매량은 25장씩 줄어든다. 수익(가격 × 판매량)을 최대로 하는 가격과 그때의 수익을 구하라.
풀이.1000원 인상을 n번 했다고 하자. 가격은 8000+1000n원, 판매량은 300−25n장, 수익은
검산 — 이웃 값으로: n=1이면 9000×275=2475000원, n=3이면 11000×225=2475000원 — 양쪽 다 더 작다 ✓ (게다가 둘이 같다: n=2가 정확히 축이라는 대칭의 증거다).
"최대·최소를 구하라"는 요구는 방정식이 아니라 꼭짓점 문제다 — 판매량이 줄어드는 손해와 가격이 오르는 이득이 균형을 이루는 지점을 완전제곱식이 찾아 준다.
주의
모델을 세울 때 가장 잦은 실수 둘. ① 테두리·보도 문제에서 폭 x가 양쪽에 붙는 것을 놓치고 10+x로 쓰는 것 — 그림을 작게 그려 보면 바로 잡힌다. ② 답에 단위를 빠뜨리는 것 — x=2는 답이 아니고 "2 m"가 답이다. 방정식의 해와 문제의 답은 같은 것이 아니다.
답이 "없다"일 수도 있다
조건을 만족하는 대상이 아예 존재하지 않을 수도 있다 — 그 판정도 이차방정식이 한다. 둘레가 30인 직사각형 중 넓이가 60인 것이 있을까? 한 변을 x라 하면 x(15−x)=60, 즉 x2−15x+60=0인데 D=225−240<0 — 그런 직사각형은 없다. (둘레 30으로 만들 수 있는 최대 넓이는 정사각형일 때 7.52=56.25뿐이다.) 판별식은 계산 도구를 넘어 가능성의 판정관이다.
문제 탭에는 수 퍼즐부터 액자 설계(분수 답), 물로켓, 사과 가격 책정, 십자 길 내기, 3-4-5가 튀어나오는 연속 정수 문제, 그리고 상자 접기 경시 문제까지 열세 문제가 있다.
Goals
Translate word problems into quadratic equations, then filter the two solutions through the problem's conditions.
Build the three standard models: area design, height of a thrown object, revenue maximization.
Distinguish situations where both solutions are answers from those where one must be discarded.
The five steps, with one step now heavier
The five steps from linear word problems — name the unknown, build the equation, solve, check the conditions, verify — carry over unchanged. What changes is the weight of step four. A quadratic usually hands you two solutions, and the situation may accept one of them or both. A length cannot be negative; a ball, on the other hand, naturally passes the same height twice. Whether to discard is decided by the situation, not by the equation — which is why skipping step four produces wrong answers.
Type 1 · Area design
Example 1 — A walkway around a flower bed
A rectangular flower bed measures 10 m by 8 m. A walkway of uniform width will surround it. How wide should the walkway be so that bed and walkway together cover 168 m²?
Solution. Let the width be x m. Since the walkway wraps all four sides, the outer rectangle measures 10+2x by 8+2x — note the 2x: x on each side.
(10+2x)(8+2x)=168⟹4x2+36x+80=168⟹x2+9x−22=0.
Product −22, sum 9 — the pair (11,−2) folds it into (x+11)(x−2)=0, so x=−11 or x=2. A width must be positive, so x=−11 is discarded: the walkway is 2 m wide.
Check: the outer rectangle is 14×12=168 ✓.
Type 2 · The height of a thrown object
The height of an object thrown straight up is well approximated by a quadratic. For a ball thrown at 20 m/s, model its height (in meters) after t seconds as
h=−5t2+20t
(the −5t2 is gravity's pull — where that coefficient comes from is physics' story to tell). This one formula holds several questions.
When does it land? Set h=0: −5t(t−4)=0, so t=0 (the throw) or t=4 — it lands after 4 seconds.
When is it highest? The vertex: h=−5(t−2)2+20, so the peak is 20 m at t=2 seconds.
When is it 15 m high? Solving −5t2+20t=15 reduces to t2−4t+3=0, i.e. (t−1)(t−3)=0 — t=1andt=3.
The ball's height: passing 15 m on the way up at t = 1, peaking at 20 m at t = 2, passing 15 m again at t = 3
Here we keep both solutions. The ball passes 15 m once going up and once coming down — and the graph says why: the horizontal line h=15 meets the parabola at two points. Discarding is not the default; the situation dictates the interpretation.
Type 3 · Maximizing revenue
Example 2 — Pricing concert tickets
At a ticket price of 8000 won, a show sells 300 tickets. Each 1000-won price increase costs 25 tickets of sales. Find the price that maximizes revenue (price × tickets sold), and that revenue.
Solution. Suppose the price is raised n times by 1000 won. The price is 8000+1000n won, sales are 300−25n tickets, and revenue is
R=(8000+1000n)(300−25n)=−25000n2+100000n+2400000.
The n2 coefficient is negative, so the maximum sits at the vertex: n=2⋅25000100000=2. The price is 10000 won, sales are 250 tickets, and the revenue is
10000×250=2500000 won.
Check against the neighbors: n=1 gives 9000×275=2475000 and n=3 gives 11000×225=2475000 — both smaller ✓ (and equal to each other: symmetry's way of confirming that n=2 is exactly the axis).
A demand to "maximize" or "minimize" is not an equation problem but a vertex problem — completing the square locates the point where the loss from falling sales exactly balances the gain from a higher price.
Watch out
The two most common modeling slips. ① In border and walkway problems, forgetting that the width x attaches on both sides and writing 10+x — a small sketch catches this instantly. ② Dropping the units from the answer — x=2 is not the answer; "2 m" is. The solution of the equation and the answer to the problem are not the same thing.
Sometimes the answer is "no such thing"
The object satisfying the conditions may simply not exist — and the quadratic is what proves it. Is there a rectangle with perimeter 30 and area 60? With one side x, we need x(15−x)=60, i.e. x2−15x+60=0 — but D=225−240<0. No such rectangle exists. (The best a perimeter of 30 can do is the square's 7.52=56.25.) The discriminant is more than a computational device — it is the judge of possibility.
The problems tab runs from number puzzles through a picture-frame design (with a fractional answer), a water rocket, apple pricing, a cross-shaped path, a consecutive-integer problem that coughs up 3-4-5, and a box-folding contest problem — thirteen in all.
배운 것을 그대로 손에 익히는 단계straightforward practice to get moving
문제Problem 1몸풀기Warm-up
연속한 두 짝수의 곱이 120이다. 두 수를 구하라.
The product of two consecutive even natural numbers is 120. Find them.
정답과 풀이Answer & solution
정답 · 10과 12
Answer · 10 and 12
작은 짝수를 n이라 하면 다음 짝수는 n+2:
n(n+2)=120⟹n2+2n−120=0⟹(n+12)(n−10)=0.
n=10 또는 n=−12. 문제에 "짝수"라고만 했다면 −12,−10도 후보지만, 보통 이런 문제는 자연수 맥락 — 여기서는 10과 12가 답이다. 검산: 10×12=120 ✓.
Let the smaller be n; the next even number is n+2:
n(n+2)=120⟹n2+2n−120=0⟹(n+12)(n−10)=0.
So n=10 or n=−12; since we want natural numbers, keep n=10. The numbers are 10 and 12. Check: 10×12=120 ✓.
문제Problem 2몸풀기Warm-up
어떤 정사각형의 넓이가 둘레의 2배와 같다. 한 변의 길이를 구하라.
A square's area equals twice its perimeter. Find its side length.
정답과 풀이Answer & solution
정답 · 8
Answer · 8
한 변을 x라 하면 넓이 x2, 둘레 4x:
x2=2⋅4x=8x⟹x2−8x=0⟹x(x−8)=0.
x=0 또는 x=8 — 변의 길이는 양수여야 하므로 x=0을 버린다. 답은 8.
검산: 넓이 64, 둘레 32, 그리고 64=2×32 ✓. (x로 나누지 않고 인수분해한 덕분에 x=0을 보고 나서 "버린" 것이다 — 잃는 것과 버리는 것은 다르다.)
With side x, the area is x2 and the perimeter 4x:
x2=2⋅4x=8x⟹x2−8x=0⟹x(x−8)=0.
So x=0 or x=8 — a side must be positive, so discard x=0. The answer is 8.
Check: area 64, perimeter 32, and 64=2×32 ✓. (Factoring instead of dividing by x meant we sawx=0 and then discarded it — discarding a solution is different from losing one.)
문제Problem 3몸풀기Warm-up
어떤 수의 제곱은 그 수의 3배보다 10만큼 크다. 이런 수를 모두 구하라.
A number's square is 10 more than three times the number. Find all such numbers.
정답과 풀이Answer & solution
정답 · 5와 −2
Answer · 5 and −2
그 수를 x라 하면
x2=3x+10⟹x2−3x−10=0⟹(x−5)(x+2)=0,
즉 x=5 또는 x=−2. 이 문제에는 버릴 조건이 없다 — "어떤 수"에는 음수도 포함되므로 둘 다 답이다.
검산: 25=15+10 ✓, 4=−6+10 ✓. 거르기는 습관이 아니라 판단이다.
Calling the number x,
x2=3x+10⟹x2−3x−10=0⟹(x−5)(x+2)=0,
so x=5 or x=−2. Nothing here filters anything out — "a number" includes negatives, so both are answers.
Check: 25=15+10 ✓ and 4=−6+10 ✓. Filtering is a judgment, not a reflex.
핵심Core
이 차시의 목표 수준the target level for this lesson
문제Problem 4핵심Core
가로 20 cm, 세로 15 cm인 사진 둘레에 일정한 폭의 액자 테두리를 둘렀더니, 테두리를 포함한 전체 넓이가 500 cm²가 되었다. 테두리의 폭을 구하라.
A photo measuring 20 cm by 15 cm gets a frame border of uniform width, making the total area (photo plus border) 500 cm². Find the border's width.
힌트Hint
전체는 가로 20+2x, 세로 15+2x다.
The overall rectangle is 20+2x by 15+2x.
정답과 풀이Answer & solution
정답 · 2.5 cm
Answer · 2.5 cm
테두리 폭을 x라 하면
(20+2x)(15+2x)=500⟹4x2+70x+300=500⟹2x2+35x−100=0.
ac=−200, 합 35 — 쌍 (40,−5)로 묶는다:
2x2+40x−5x−100=2x(x+20)−5(x+20)=(2x−5)(x+20)=0,
즉 x=25 또는 x=−20. 폭은 양수: x=2.5 cm.
검산: 전체 25×20=500 ✓. 답이 분수라고 이상한 것이 아니다 — 테두리 폭이 2.5 cm인 액자는 얼마든지 있다.
With border width x,
(20+2x)(15+2x)=500⟹4x2+70x+300=500⟹2x2+35x−100=0.
ac=−200, sum 35 — group with the pair (40,−5):
2x2+40x−5x−100=2x(x+20)−5(x+20)=(2x−5)(x+20)=0,
so x=25 or x=−20. A width is positive: x=2.5 cm.
Check: overall 25×20=500 ✓. A fractional answer is nothing strange — frames come in 2.5 cm widths all the time.
문제Problem 5핵심Core
지면에서 쏘아 올린 물로켓의 t초 후 높이는 h=−5t2+30t (m)로 모델링된다. 로켓이 착지하는 시각과 최고 높이를 구하라.
A water rocket launched from the ground has height h=−5t2+30t (meters) after t seconds. Find when it lands and its maximum height.
정답과 풀이Answer & solution
정답 · 착지 t=6초, 최고 높이 45 m (t=3초)
Answer · Lands at t=6 s; maximum height 45 m (at t=3 s)
착지.h=0: −5t(t−6)=0이므로 t=0(발사) 또는 t=6 — 착지는 6초 후.
최고 높이. 완전제곱꼴로: h=−5(t2−6t)=−5(t−3)2+45 — 꼭짓점 (3,45)이므로 3초에 최고 45 m.
검산: t=3에서 −45+90=45 ✓; 착지 시각이 꼭짓점의 두 배(6=2×3)인 것도 대칭과 맞는다 ✓.
Landing. Set h=0: −5t(t−6)=0, so t=0 (launch) or t=6 — it lands after 6 seconds.
Peak. Complete the square: h=−5(t2−6t)=−5(t−3)2+45 — vertex (3,45), so the peak is 45 m at t=3.
Check: at t=3, −45+90=45 ✓; and the landing time being double the peak time (6=2×3) matches the symmetry ✓.
문제Problem 6핵심Core
위로 던진 공의 높이가 h=−5t2+40t (m)이다. 높이가 60 m가 되는 시각을 모두 구하고, 두 개인 이유를 한 문장으로 설명하라.
A ball thrown upward has height h=−5t2+40t (meters). Find all times when the height is 60 m, and explain in one sentence why there are two.
정답과 풀이Answer & solution
정답 · t=2초와 t=6초 — 올라갈 때 한 번, 내려올 때 한 번 지나기 때문
Answer · t=2 s and t=6 s — the ball passes that height once going up and once coming down
−5t2+40t=60⟹t2−8t+12=0⟹(t−2)(t−6)=0,
즉 t=2 또는 t=6. 공은 올라가며 2초에 60 m를 지나고, 4초에 꼭대기(80 m)를 찍은 뒤, 내려오며 6초에 다시 60 m를 지난다 — 두 해 모두 실제 상황이므로 둘 다 답이다.
검산: t=2: −20+80=60 ✓, t=6: −180+240=60 ✓.
−5t2+40t=60⟹t2−8t+12=0⟹(t−2)(t−6)=0,
so t=2 or t=6. The ball passes 60 m on the way up at t=2, peaks at 80 m at t=4, and passes 60 m again on the way down at t=6 — both solutions describe real moments, so both are answers.
Check: t=2: −20+80=60 ✓; t=6: −180+240=60 ✓.
문제Problem 7핵심Core
사과를 개당 500원에 팔면 하루에 400개가 팔린다. 가격을 10원 올릴 때마다 판매량이 5개씩 줄어든다면, 하루 수익을 최대로 하는 사과 가격과 그때의 수익을 구하라.
Apples priced at 500 won each sell 400 a day. Every 10-won price increase cuts sales by 5 apples. Find the price that maximizes daily revenue, and that revenue.
힌트Hint
10원 인상을 n번 했다고 놓고 수익을 n의 식으로 써라.
Let the price be raised n times by 10 won, and write the revenue in terms of n.
정답과 풀이Answer & solution
정답 · 가격 650원, 최대 수익 211250원
Answer · Price 650 won; maximum revenue 211250 won
10원 인상을 n번 하면 가격은 500+10n원, 판매량은 400−5n개:
R=(500+10n)(400−5n)=−50n2+1500n+200000.
최대는 꼭짓점 n=2⋅501500=15에서: 가격 500+150=650원, 판매량 400−75=325개, 수익
650×325=211250원.
검산 — 이웃으로: n=14: 640×330=211200원, n=16: 660×320=211200원 — 둘 다 작고 서로 같다(대칭) ✓.
After n increases of 10 won, the price is 500+10n and sales are 400−5n:
R=(500+10n)(400−5n)=−50n2+1500n+200000.
The maximum sits at the vertex n=2⋅501500=15: price 500+150=650 won, sales 400−75=325, revenue
650×325=211250 won.
Check with neighbors: n=14: 640×330=211200; n=16: 660×320=211200 — both smaller, and equal to each other (symmetry) ✓.
문제Problem 8핵심Core
합이 14이고 곱이 45인 두 수를 구하라.
Two numbers have sum 14 and product 45. Find them.
정답과 풀이Answer & solution
정답 · 5와 9
Answer · 5 and 9
한 수를 x라 하면 다른 수는 14−x:
x(14−x)=45⟹x2−14x+45=0⟹(x−5)(x−9)=0,
즉 x=5 또는 9 — 어느 쪽을 x로 잡아도 두 수는 {5,9}다. 검산: 5+9=14 ✓, 5×9=45 ✓.
(근과 계수의 관계로 보면, 합 14·곱 45인 두 수는 t2−14t+45=0의 두 근 그 자체다.)
Let one number be x; the other is 14−x:
x(14−x)=45⟹x2−14x+45=0⟹(x−5)(x−9)=0,
so x=5 or 9 — either choice leaves the pair {5,9}. Check: 5+9=14 ✓, 5×9=45 ✓.
(In root–coefficient language: numbers with sum 14 and product 45 are exactly the roots of t2−14t+45=0.)
문제Problem 9핵심Core
어떤 삼각형의 밑변은 높이보다 4 cm 길고, 넓이는 30 cm²다. 높이를 구하라.
A triangle's base is 4 cm longer than its height, and its area is 30 cm². Find the height.
정답과 풀이Answer & solution
정답 · 6 cm (밑변은 10 cm)
Answer · 6 cm (with base 10 cm)
높이를 h라 하면 밑변은 h+4:
2h(h+4)=30⟹h2+4h−60=0⟹(h+10)(h−6)=0,
즉 h=6 또는 −10. 길이 조건으로 −10을 버리면 높이 6 cm, 밑변 10 cm.
검산: 26×10=30 ✓.
With height h, the base is h+4:
2h(h+4)=30⟹h2+4h−60=0⟹(h+10)(h−6)=0,
so h=6 or −10. Lengths are positive, so the height is 6 cm and the base 10 cm.
Check: 26×10=30 ✓.
도전Challenge
아이디어를 결합해야 풀리는 문제problems that take more than one idea
문제Problem 10도전Challenge
가로 20 m, 세로 14 m인 밭에 폭이 일정한 길을 가로로 하나, 세로로 하나 십자로 낸다. 길을 뺀 밭의 넓이가 216 m²가 되게 하는 길의 폭을 구하라.
A field measuring 20 m by 14 m gets two paths of uniform width, one horizontal and one vertical, crossing in the middle. Find the path width that leaves 216 m² of field.
힌트Hint
길을 밭의 가장자리로 밀어 붙였다고 상상하라 — 남은 밭이 직사각형 하나로 모인다.
Imagine sliding both paths to the field's edges — the remaining field gathers into a single rectangle.
정답과 풀이Answer & solution
정답 · 2 m
Answer · 2 m
십자 길을 각각 가장자리로 밀어 붙여도 남은 밭의 넓이는 변하지 않는다 — 그러면 남은 밭은 가로 20−x, 세로 14−x인 직사각형 하나가 된다:
(20−x)(14−x)=216⟹x2−34x+280=216⟹x2−34x+64=0.
곱 64, 합 34 — (2,32)로 (x−2)(x−32)=0, 즉 x=2 또는 32. 길 폭이 세로 14 m를 넘을 수는 없으므로 x=2 m.
검산: 18×12=216 ✓. "밀어 붙이기"가 십자 겹침(가운데 x2이 두 번 빠지는 문제)을 통째로 피해 준다 — 겹침을 직접 세도 같은 식이 나온다: 280−20x−14x+x2.
Sliding each path to an edge doesn't change the leftover area — and afterwards the remaining field is one rectangle, 20−x by 14−x:
(20−x)(14−x)=216⟹x2−34x+280=216⟹x2−34x+64=0.
Product 64, sum 34 — the pair (2,32) gives (x−2)(x−32)=0, so x=2 or 32. A path can't be wider than the 14 m field, so x=2 m.
Check: 18×12=216 ✓. The sliding trick sidesteps the overlap issue (the central x2 counted twice) entirely — counting the overlap directly gives the same equation: 280−20x−14x+x2.
문제Problem 11도전Challenge
연속한 세 자연수 중 가장 큰 수의 제곱이 나머지 두 수의 제곱의 합과 같다. 세 수를 구하라.
Among three consecutive natural numbers, the square of the largest equals the sum of the squares of the other two. Find the three numbers.
힌트Hint
가운데 수를 n으로 놓으면 식이 가장 깔끔하다.
Naming the middle number n keeps the algebra cleanest.
So n=0 or 4. At n=0 the smallest number would be −1, not natural — discard. Hence n=4 and the numbers are 3,4,5.
Check: 52=25=16+9=42+32 ✓ — the most famous right-triangle triple, 3-4-5, drops out. (Why this equation connects to right triangles is the Pythagorean theorem's story, told in Geometry.)
문제Problem 12도전Challenge서술형written response
둘레가 30인 직사각형 중 넓이가 60인 것이 존재하는지 판정하고, 이유를 설명하라. 존재하지 않는다면 가능한 최대 넓이도 구하라.
Determine whether a rectangle with perimeter 30 and area 60 exists, and explain. If not, also find the largest possible area.
힌트Hint
한 변을 x로 놓고 방정식을 세운 뒤, 풀리기 전에 판별식부터 보라.
Set up the equation with one side as x — then look at the discriminant before trying to solve.
풀이와 채점 기준Solution & grading notes
한 변을 x라 하면 다른 변은 15−x이고, 넓이 60이 되려면
x(15−x)=60⟹x2−15x+60=0.
판별식은 D=225−240=−15<0 — 실수 해가 없으므로 그런 직사각형은 존재하지 않는다.
최대 넓이는 꼭짓점에서 읽는다: 넓이 A=x(15−x)=−(x−215)2+4225이므로 x=7.5(정사각형)일 때 최대 4225=56.25. 56.25<60이므로 판별식의 판정과 일치한다 ✓.
채점 기준. 방정식을 바르게 세웠는가, D<0으로 비존재를 판정했는가(또는 최대 넓이 56.25<60으로 논증해도 만점), 최대 넓이를 꼭짓점(혹은 정사각형 논거)으로 구했는가.
With one side x, the other is 15−x, and area 60 would require
x(15−x)=60⟹x2−15x+60=0.
The discriminant is D=225−240=−15<0 — no real solutions, so no such rectangle exists.
The maximum area comes from the vertex: A=x(15−x)=−(x−215)2+4225, largest at x=7.5 (the square), giving 4225=56.25. Since 56.25<60, this agrees with the discriminant's verdict ✓.
Grading. A correct equation; the non-existence argued via D<0 (arguing via the maximum 56.25<60 earns full credit too); and the maximum area found from the vertex (or the square argument).
경시Contest
대회 스타일competition style
문제Problem 13경시Contest
직사각형 종이의 가로가 세로보다 5 길다. 네 모퉁이에서 한 변이 2인 정사각형을 잘라내고 점선을 따라 접어 뚜껑 없는 상자를 만들었더니 부피가 100이 되었다. 원래 종이의 가로와 세로를 구하라.
A rectangular sheet of paper is 5 longer than it is wide. Squares of side 2 are cut from the four corners, and the flaps are folded up to form an open-top box of volume 100. Find the sheet's dimensions.
힌트Hint
상자의 밑면은 원래 종이에서 가로세로 각각 4씩 줄어든 직사각형이고, 높이는 2다.
The box's base is the original sheet shrunk by 4 in each direction, and its height is 2.
정답과 풀이Answer & solution
정답 · 세로 9, 가로 14
Answer · Width 9, length 14
세로를 w라 하면 가로는 w+5. 모퉁이 정사각형(2×2)을 잘라 접으면 밑면은 (w−4)×(w+5−4)=(w−4)(w+1), 높이는 2:
So w=9 or −6 — lengths being positive, w=9. The sheet is 9 by 14.
Check: base (9−4)×(14−4)=5×10, height 2 — volume 5×10×2=100 ✓. It looks like a 3D problem, but once the base's dimensions are written down, all that remains is one quadratic.