Chapter

Mixed Algebra Problems I

A mixed module without an announced method: factorization, systems, polynomials, sequences, inequalities, functional equations, and integer checks.
Log in to track solved progress and bookmarks.

Theory

Key idea

In a mixed module the method is not announced in advance. The student must recognize the form of the problem: factorization, sum-product substitution, modular arithmetic, inequality, functional equation, or recurrence.

The main strategy is to look for structure before computing. A good first minute: check symmetry, integrality, completing the square, the presence of \(x+y\), \(xy\), \(f(0)\), \(f(1)\), fixed sum, or fixed product.

Basic facts

A symmetric system in two variables often reduces to \(s=x+y\), \(p=xy\). A difference of squares gives \((x-y)(x+y)\). For integer roots of a monic polynomial, first check divisors of the constant term. For inequalities, \((a-b)^2\ge0\), AM-GM, and Cauchy are useful.

In functional equations, begin with special values. In sequences, look for finite differences, telescoping, or an explicit formula from the first terms.

When to use this method

If the problem asks to “find all”, you need a mechanism that restricts the possibilities. If it asks to “prove”, look for an identity or a nonnegative form. If the problem looks bulky, try replacing the variables by more stable expressions.

How to recognise the method

Integers suggest divisibility and residues. Quadratic expressions suggest completing the square or Vieta. Positive variables with a fixed sum suggest AM-GM or Cauchy. An equation containing \(f(x+y)\) almost always starts with \(x=0\) or \(y=0\).

Typical mistakes

In mixed problems it is easy to apply a favorite method without checking. Do not expand everything if factors can be kept. Always verify the found answers in the original condition, especially in parameter and integer problems.

Mini-checklist

1. Is there symmetry? 2. Is there integrality or a modular obstruction? 3. Can a square be completed? 4. Is there a natural substitution? 5. Have equality cases, signs, and negative solutions been checked?

Examples

Example 1. The method is not announced

Problem. Solve \(x+y+xy=19\), \(x^2+y^2=25\).

Solution.

Let \(s=x+y\), \(p=xy\). Then \(s+p=19\), \(s^2-2p=25\). Since \(p=19-s\), \(s^2+2s-63=0\), so \(s=7\) or \(s=-9\). For \(s=7\), \(p=12\), the roots are \(3\) and \(4\). For \(s=-9\), \(p=28\), the discriminant is negative. Answer: \((3,4),(4,3)\).

Example 2. Hidden divisibility

Problem. Prove that \(n^3+3n^2+2n\) is divisible by \(6\).

Solution.

Factor: \(n^3+3n^2+2n=n(n+1)(n+2)\). This is the product of three consecutive integers, so it is divisible by \(6\).

Example 3. Parameter through Vieta

Problem. For which integers \(a\) does \(x^2+ax+18\) have integer roots?

Solution.

Let the roots be \(r,s\). Then \(rs=18\), \(r+s=-a\). The possible sums of factor pairs of \(18\) are \(\pm19,\pm11,\pm9\). Hence \(a\in\{-19,-11,-9,9,11,19\}\).

Example 4. Inequality without a hint

Problem. Let \(x,y,z>0\). Prove \(\frac{x^2}{2x+y}+\frac{y^2}{2y+z}+\frac{z^2}{2z+x}\ge\frac{x+y+z}{3}\).

Solution.

By Cauchy, the left-hand side is at least \(\frac{(x+y+z)^2}{(2x+y)+(2y+z)+(2z+x)}=\frac{(x+y+z)^2}{3(x+y+z)}=\frac{x+y+z}{3}\).

Example 5. Functional equation

Problem. Let \(f:\mathbb Z\to\mathbb Z\), \(f(m+n)=f(m)+f(n)+2mn\), \(f(1)=2\). Find \(f(n)\).

Solution.

Set \(g(n)=f(n)-n^2\). Then \(g(m+n)=g(m)+g(n)\), and \(g(1)=1\). Hence \(g(n)=n\), so \(f(n)=n^2+n\).

Example 6. Modular obstruction

Problem. Prove that \(x^2+y^2+z^2=8k+7\) has no integer solutions.

Solution.

A square modulo \(8\) is \(0,1,4\). A sum of three such residues cannot be \(7\) modulo \(8\). But the right-hand side is congruent to \(7\). Contradiction.

Example 7. Sequence

Problem. \(u_0=1\), \(u_1=3\), \(u_{n+2}=3u_{n+1}-2u_n\). Prove that \(u_n=2^{n+1}-1\).

Solution.

The check for \(n=0,1\) is true. If the formula holds for \(n,n+1\), then \(u_{n+2}=3(2^{n+2}-1)-2(2^{n+1}-1)=2^{n+3}-1\). The induction is complete.

Example 8. Primality of an expression

Problem. Find all integers \(n\) for which \(n^4+4\) is prime.

Solution.

Use Sophie Germain's factorization: \(n^4+4=(n^2-2n+2)(n^2+2n+2)\). For \(|n|>1\), both factors are greater than \(1\), so the number is composite. For \(n=1\) and \(n=-1\), we get \(5\), which is prime. For \(n=0\), we get \(4\). Answer: \(n=\pm1\).

Problems

Problems

#10.1
#10.1

Minimum

Completing Square Grade 8 Grade 9 ★☆☆☆☆

Find the least value of \(x^2-10x+29\).

Details
Problem: ALG-B1-M10-P001
Difficulty: Level 1 of 5
Tag: Completing Square
Grade: Grade 8, Grade 9
#10.2
#10.2

Two unknowns

System Grade 8 Grade 9 ★☆☆☆☆

Solve the system \(x+y=8\), \(xy=15\).

Details
Problem: ALG-B1-M10-P002
Difficulty: Level 1 of 5
Tag: System
Grade: Grade 8, Grade 9
#10.3
#10.3

Three neighboring integers

Divisibility Grade 8 Grade 9 ★☆☆☆☆

Prove that \(n(n+1)(n+2)\) is divisible by \(6\) for every integer \(n\).

Details
Problem: ALG-B1-M10-P003
Difficulty: Level 1 of 5
Tag: Divisibility
Grade: Grade 8, Grade 9
#10.4
#10.4

Four steps

Recurrence Grade 8 Grade 9 ★☆☆☆☆

Let \(f(0)=5\) and \(f(n+1)=f(n)+2\) for \(n\ge0\). Find \(f(4)\).

Details
Problem: ALG-B1-M10-P004
Difficulty: Level 1 of 5
Tag: Recurrence
Grade: Grade 8, Grade 9
#10.5
#10.5

Estimate with a reciprocal

AM-GM Grade 8 Grade 9 ★☆☆☆☆

For \(x>0\), prove that \(x+\frac{4}{x}\ge4\).

Details
Problem: ALG-B1-M10-P005
Difficulty: Level 1 of 5
Tag: AM-GM
Grade: Grade 8, Grade 9
#10.6
#10.6

Symmetric system

System Grade 8 Grade 9 ★★☆☆☆

Solve \(x+y+xy=19\), \(x^2+y^2=25\).

Details
Problem: ALG-B1-M10-P006
Difficulty: Level 2 of 5
Tag: System
Grade: Grade 8, Grade 9
#10.7
#10.7

Parameter

Vieta Grade 8 Grade 9 ★★☆☆☆

Find all integers \(a\) for which \(x^2+ax+18\) has integer roots.

Details
Problem: ALG-B1-M10-P007
Difficulty: Level 2 of 5
Tag: Vieta
Grade: Grade 8, Grade 9
#10.8
#10.8

Zero sum

Identity Grade 8 Grade 9 ★★☆☆☆

Let \(a+b+c=0\). Prove that \(a^3+b^3+c^3=3abc\).

Details
Problem: ALG-B1-M10-P008
Difficulty: Level 2 of 5
Tag: Identity
Grade: Grade 8, Grade 9
#10.9
#10.9

Linear function

Functional Equation Grade 8 Grade 9 ★★☆☆☆

Find all linear functions \(f(x)=ax+b\) such that \(f(x+y)=f(x)+f(y)+3\).

Details
Problem: ALG-B1-M10-P009
Difficulty: Level 2 of 5
Tag: Functional Equation
Grade: Grade 8, Grade 9
#10.10
#10.10

Explicit formula

Recurrence Grade 8 Grade 9 ★★☆☆☆

Let \(u_0=0\), \(u_{n+1}=u_n+3n+1\). Find \(u_n\).

Details
Problem: ALG-B1-M10-P010
Difficulty: Level 2 of 5
Tag: Recurrence
Grade: Grade 8, Grade 9
#10.11
#10.11

Difference of squares

Factorisation Grade 8 Grade 9 Grade 10 ★★★☆☆

Find all integer solutions of \(x^2-y^2=35\).

Details
Problem: ALG-B1-M10-P011
Difficulty: Level 3 of 5
Tag: Factorisation
Grade: Grade 8, Grade 9, Grade 10
#10.12
#10.12

Three polynomial values

Finite Differences Grade 8 Grade 9 Grade 10 ★★★☆☆

A polynomial \(P(x)\) of degree at most \(2\) satisfies \(P(0)=1\), \(P(1)=3\), \(P(2)=7\). Find \(P(3)\).

Details
Problem: ALG-B1-M10-P012
Difficulty: Level 3 of 5
Tag: Finite Differences
Grade: Grade 8, Grade 9, Grade 10
#10.13
#10.13

Fraction equation

Factorisation Grade 8 Grade 9 Grade 10 ★★★☆☆

Find positive integer solutions of \(\frac{1}{x}+\frac{1}{y}=\frac{1}{8}\).

Details
Problem: ALG-B1-M10-P013
Difficulty: Level 3 of 5
Tag: Factorisation
Grade: Grade 8, Grade 9, Grade 10
#10.14
#10.14

Additivity

Rational Domain Grade 8 Grade 9 Grade 10 ★★★☆☆

Let \(f:\mathbb Q\to\mathbb Q\), \(f(x+y)=f(x)+f(y)\), \(f(3)=12\). Find \(f\left(\frac{5}{2}\right)\).

Details
Problem: ALG-B1-M10-P014
Difficulty: Level 3 of 5
Tag: Rational Domain
Grade: Grade 8, Grade 9, Grade 10
#10.15
#10.15

Estimate of products

Inequality Grade 8 Grade 9 Grade 10 ★★★☆☆

Let \(a,b,c\ge0\), \(a+b+c=3\). Prove that \(ab+bc+ca\le3\).

Details
Problem: ALG-B1-M10-P015
Difficulty: Level 3 of 5
Tag: Inequality
Grade: Grade 8, Grade 9, Grade 10
#10.16
#10.16

Triple of numbers

Sum Zero Grade 8 Grade 9 Grade 10 ★★★☆☆

Find all real triples \((a,b,c)\) such that \(a+b+c=0\), \(a^2+b^2+c^2=8\), \(a^3+b^3+c^3=0\).

Details
Problem: ALG-B1-M10-P016
Difficulty: Level 3 of 5
Tag: Sum Zero
Grade: Grade 8, Grade 9, Grade 10
#10.17
#10.17

Three neighboring values

Squares Grade 9 Grade 10 ★★★★☆

Find all integer triples \((x,y,z)\) such that \(x^2+y^2+z^2=xy+yz+zx+3\).

Details
Problem: ALG-B1-M10-P017
Difficulty: Level 4 of 5
Tag: Squares
Grade: Grade 9, Grade 10
#10.18
#10.18

Consecutive roots

Parameter Grade 9 Grade 10 ★★★★☆

Find all integer pairs \((a,b)\) for which \(x^2+ax+b\) has two integer roots differing by \(1\).

Details
Problem: ALG-B1-M10-P018
Difficulty: Level 4 of 5
Tag: Parameter
Grade: Grade 9, Grade 10
#10.19
#10.19

Linear recurrence

Induction Grade 9 Grade 10 ★★★★☆

Let \(u_0=1\), \(u_1=3\), \(u_{n+2}=3u_{n+1}-2u_n\). Prove that \(u_n=2^{n+1}-1\).

Details
Problem: ALG-B1-M10-P019
Difficulty: Level 4 of 5
Tag: Induction
Grade: Grade 9, Grade 10
#10.20
#10.20

Three fractions

Cauchy Grade 9 Grade 10 ★★★★☆

Let \(x,y,z>0\). Prove \[\frac{x^2}{2x+y}+\frac{y^2}{2y+z}+\frac{z^2}{2z+x}\ge\frac{x+y+z}{3}.\]

Details
Problem: ALG-B1-M10-P020
Difficulty: Level 4 of 5
Tag: Cauchy
Grade: Grade 9, Grade 10
#10.21
#10.21

Function on integers

Quadratic Substitution Grade 9 Grade 10 ★★★★☆

Let \(f:\mathbb Z\to\mathbb Z\), \(f(m+n)=f(m)+f(n)+2mn\), \(f(1)=2\). Find \(f(n)\).

Details
Problem: ALG-B1-M10-P021
Difficulty: Level 4 of 5
Tag: Quadratic Substitution
Grade: Grade 9, Grade 10
#10.22
#10.22

Three squares modulo 8

Modular Arithmetic Grade 9 Grade 10 ★★★★☆

Prove that \(x^2+y^2+z^2=8k+7\) has no integer solutions.

Details
Problem: ALG-B1-M10-P022
Difficulty: Level 4 of 5
Tag: Modular Arithmetic
Grade: Grade 9, Grade 10
#10.23
#10.23

Descent

Descent Grade 9 Grade 10 ★★★★★

Prove that \(x^2+y^2=6xy\) has no positive integer solutions.

Details
Problem: ALG-B1-M10-P023
Difficulty: Level 5 of 5
Tag: Descent
Grade: Grade 9, Grade 10
#10.24
#10.24

When the expression is prime

Factorisation Grade 9 Grade 10 ★★★★★

Find all integers \(n\) for which \(n^4+4\) is prime.

Details
Problem: ALG-B1-M10-P024
Difficulty: Level 5 of 5
Tag: Factorisation
Grade: Grade 9, Grade 10

Ladders

No published ladders were found.
Previous Chapter
Next Chapter