As Curzon prepares for the upcoming AMC 10/12, I’m trying to make an “exhaustive” search, or categorize techniques that are used in solving algebra problems involving square roots.
The following problems are approximately organized by difficulty level within each section, starting with basic manipulation and progressing to advanced techniques.
These problems involve expressions of the form a+a+a+⋯ where the pattern continues infinitely. The key insight is that if we call the entire expression x, then x=a+x, leading to the equation x2=a+x.
Some of these problems also involve finite nested radicals, but they telescope or simplify in some way. Of these, only the final problem is really challenging.
2016 BmMT Team Problem 13: The following expression is an integer. Find this integer: 220+16220+16220+16⋯.
2006 HMMT February General Part 1 Problem 4: Find 1+1+1+…31+31+31+…
2024 MAΘ Hustle Algebra 2 Problem 12: Solve for x: x=132−132−⋯
2003 MAΘ Theta Gemini Problem 25: If 20−20−20−…=x then x=
2013 MAΘ Mu Ciphering Problem 4: Evaluate: 10+310+310+⋯
2023 MAΘ Theta Equations and Inequalities Problem 6: x=4+34+34+⋯ Find x.
2011 Crux Mayhem Problem M452 Part (a): Suppose that x=a+a+a+⋯ for some real number a>0. Prove that x2−a=x.
2011 Crux Mayhem Problem M452 Part (b): Determine the integer equal to 6+6+6+⋯30+30+30+⋯−42+42+42+⋯
2001 HMMT February Guts Problem 14: Find the exact value of 1+1+1+1+1+⋱2121.
2008 HMMT February Guts Problem 17: Solve the equation x+4x+16x+…+42008x+3−x=1
2012 Crux Mayhem Problem M487: Let m be a positive integer. Find all real solutions to the equation
These problems involve isolating radical terms and squaring to eliminate them. The key technique is:
Isolate one radical term on one side of the equation
Square both sides to eliminate that radical
If there’s another radical, repeat the process
Always check for extraneous solutions introduced by squaring
2009 MAΘ Hustle Algebra Problem 15: Solve: x=2x+24
Solution
Solution 1 (Isolate and Square).
Isolate the radical:
x−24=2x
Square both sides:
(x−24)2=4x
Expand:
x2−48x+576=4x
Simplify:
x2−52x+576=0
Solve the quadratic:
x=252±522−4⋅576=252±400=252±20
So
x=272=36orx=232=16
Check x=16:
16=?216+24=8+24=32
This fails, so x=16 is extraneous. The valid solution is
x=36
Solution 2 (Substitution).
Let
y=x
so
x=y2
Substitute:
y2=2y+24
Rewrite:
y2−2y−24=0
Factor:
(y−6)(y+4)=0
Then
y=6ory=−4
Because y=x≥0, take y=6. Thus
x=y2=36
Note. Both solutions square exactly once. The isolation method squares the original equation after isolating the radical, while the substitution method first rewrites the problem as an equation linear in x and then squares that simpler form. Always check for extraneous roots introduced by squaring.
2008 MAΘ Hustle Algebra 2 Problem 25: Solve x−4+x=6
Solution
Solution 1 (Isolate and Square).
Same as above: isolate the radical, square, and solve the resulting quadratic.
Solution 2 (Substitution).
The substitution is a little trickier here. Let
y=x−4
Then
x=y2+4
Substitute:
y+(y2+4)=6
Simplify:
y2+y+4=6y2+y−2=0
Factor:
(y+2)(y−1)=0
So
y=−2ory=1
Since y=x−4≥0, take y=1. Then
x=y2+4=1+4=5
2018 MAΘ Hustle Algebra Problem 21: Find all solutions to x=3x+4
2022 MAΘ Hustle Algebra 2 Problem 15: Find the sum of the solutions to x=2x+35
2009 MAΘ Theta Individual Problem 11: Solve: x−3−x=−3
2009 MAΘ Theta Radicals Problem 9: Solve: 2+x1+3x=819
2018 MAΘ Alpha Systems of Equations Problem 29: Solve: x+2+x=532.
Solution
Solution 1 (Three quick algebra routes). Two radicals make this interesting since you will have to square twice. You can isolate either one, or square right away. One of these choices is easier than the others:
Isolate x+2: from x+2+x=2 get x+2=2−x. Square: x+2=4−4x+x⇒4x=2⇒x=21⇒x=41.
Isolate x: from x=2−x+2. Square: x=4−4x+2+x+2⇒4x+2=6⇒x+2=23⇒x+2=49⇒x=41.
Square immediately: (x+2+x)2=4⇒(x+2)+x+2x(x+2)=4⇒2x+2+2x(x+2)=4⇒2x(x+2)=2−2x⇒x(x+2)=1−x. Square again: x(x+2)=(1−x)2=1−2x+x2⇒x2+2x=1−2x+x2⇒4x=1⇒x=41. Check: x=41 satisfies the original equation, so the solution is 41.
Solution 2 (Substitution). Let y=x and z=x+2. Then y+z=2 and z2−y2=2⇒(z−y)(z+y)=2⇒(z−y)⋅2=2⇒z−y=1. Solve y+z=2, z−y=1: adding gives 2z=3⇒z=23, then y=21. Thus x=41.
Which version felt easiest? In general it pays to isolate the more complicated radical before squaring. Here the two radicals are similar, so isolating either works cleanly while squaring immediately is slightly more messy.
2019 BmMT Individual Problem 13: If x is a real number such that x+10=x+20, compute x.
2015 MAΘ Hustle Algebra 2 Problem 23: Solve for x if 11−x=−5x+1.
2013 MAΘ Mu State Bowl Problem 1: Find x as a common fraction: 4+10−x=6+4−x
2015 JHMT Algebra Problem 3: Find the unique x>0 such that x+x+x=1.
2009 MAΘ Alpha Ciphering Problem 4: Find the sum of all real x such that x−1x+4+x+4x−1=25.
Solution
Solution 1 (Three algebra routes). Two radicals mean you will square twice. You can isolate either one, or square right away.
Isolate x+x: from x+x+x=1 get x+x=1−x. Square: x+x=(1−x)2=1−2x+x⇒3x=1⇒x=31⇒x=91.
Isolate x: from x=1−x+x. Square: x=1−2x+x+x+x⇒2x+x=1+x. Subtract twice the original equation 2(x+x+x)=2 to eliminate the complicated radical:
2x+x−(2x+x)=1+x−2x=1−x simplifies to x=3x after squaring, which gives 9x2−x=0⇒x∈{0,91}. Only x=91 satisfies the original, so x=91.
Square immediately: (x+x+x)2=1⇒2x+x+2xx+x=1⇒2xx+x=1−2x−x. Square: 4x(x+x)=(1−2x−x)2⇒2x+3x−1=0⇒x=21−3x. Square: 4x=(1−3x)2⇒9x2−10x+1=0⇒x∈{1,91}. Check the original; only x=91 works, hence x=91.
Solution 2 (One-variable substitution). Let y=x. Then y+y2+y=1⇒y2+y=1−y. Square: y2+y=(1−y)2=1−2y+y2⇒3y=1⇒y=31⇒x=y2=91.
2014 MMATHS Mathathon Problem 11: Compute 6−11−6+11.