Logo
Overview

Solved Examples

April 10, 2024
1 min read

Example 1: Mind the Mistake

Incorrect Expansion: (a+3)2=a2+9(a + 3)^2 = a^2 + 9 Explanation: This is a common error where the middle term is forgotten. Correct: (a+3)2=a2+2(a)(3)+32=a2+6a+9(a + 3)^2 = a^2 + 2(a)(3) + 3^2 = a^2 + 6a + 9

Example 2: Negative Distributivity

Expand: 3x(2y5)-3x(2y - 5) =(3x)(2y)+(3x)(5)= (-3x)(2y) + (-3x)(-5) =6xy+15x= -6xy + 15x

Example 3: Fractions

Simplify: (x+1x)2(x + \frac{1}{x})^2 Using Identity 1A: x2+2(x)(1x)+(1x)2x^2 + 2(x)(\frac{1}{x}) + (\frac{1}{x})^2 =x2+2+1x2= x^2 + 2 + \frac{1}{x^2}

Example 4: Large Numbers

Calculate: 53×4753 \times 47 Recognize this as (50+3)(503)(50+3)(50-3). 5023250^2 - 3^2 =25009=2491= 2500 - 9 = 2491