Sum of Squares

The sum of squares formula is one of the shortcut formulas, a key algebraic concept that helps express the sum of two squared terms:

(X+Y)2=X2+2XY+Y2(X + Y)^2=X^2+ 2XY + Y^2

That is, when we encounter two numbers with a plus sign (sum) and they are between parentheses and raised as an expression to the square, we can use this formula.

As mentioned, the formula is a shortcut, as it skips a step in the full solution:
(x+y)2=x2+xy+yx+y2=x2+2xy+y2(x + y)^2=x^2+xy+yx+y^2=x^2+ 2xy + y^2

Visual breakdown of abbreviated multiplication formulas: (a+b)² = a² + 2ab + b² and (a−b)² = a² − 2ab + b², with color-coded area models representing the expansion of binomials

Pay attention - The formula also works for non-algebraic expressions or combined combinations with numbers and unknowns.
It's good to know that it is very similar to the formula for the difference of squares and differs only in the minus sign of the central element.

Example:

(3+b)2=(3 + b)^2=
3×3+3×b+b×3+b×b=3\times3+3\times b+ b\times 3 + b \times b =
32+2(3b)+b2=3^2+2(3b)+ b^2 =
b2+6b+9b^2+6b+9

Practice Square of sum

Examples with solutions for Square of sum

Exercise #1

Choose the expression that has the same value as the following:

(x+y)2 (x+y)^2

Video Solution

Step-by-Step Solution

To solve this problem, we will use the formula for the square of a sum, which is (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2.

Here, we identify a=x a = x and b=y b = y . Thus, our expression (x+y)2 (x+y)^2 can be expanded as follows:

(x+y)2=x2+2xy+y2 (x+y)^2 = x^2 + 2xy + y^2

Now we will match this expanded form with the given choices.

  • Choice 1: x2+y2 x^2 + y^2 - This is missing the middle term 2xy 2xy .
  • Choice 2: y2+x2+2xy y^2 + x^2 + 2xy - This matches the expanded expression.
  • Choice 3: x2+xy+y2 x^2 + xy + y^2 - The term xy xy doesn't match the required 2xy 2xy .
  • Choice 4: x22xy+y2 x^2 - 2xy + y^2 - The middle term has an incorrect sign.

Therefore, the expression that is equivalent to (x+y)2 (x+y)^2 is choice 2: y2+x2+2xy y^2 + x^2 + 2xy .

Answer

y2+x2+2xy y^2+x^2+2xy

Exercise #2

Choose the expression that has the same value as the following:


(x+3)2 (x+3)^2

Video Solution

Step-by-Step Solution

We use the abbreviated multiplication formula:

x2+2×x×3+32= x^2+2\times x\times3+3^2=

x2+6x+9 x^2+6x+9

Answer

x2+6x+9 x^2+6x+9

Exercise #3

4x2+20x+25= 4x^2+20x+25=

Video Solution

Step-by-Step Solution

In this task, we are asked to simplify the formula using the abbreviated multiplication formulas.

Let's take a look at the formulas:

(xy)2=x22xy+y2 (x-y)^2=x^2-2xy+y^2

 (x+y)2=x2+2xy+y2 (x+y)^2=x^2+2xy+y^2

(x+y)×(xy)=x2y2 (x+y)\times(x-y)=x^2-y^2

Taking into account that in the given exercise there is only addition operation, the appropriate formula is the second one:

Now let us consider, what number when multiplied by itself will equal 4 and what number when multiplied by itself will equal 25?

The answers are respectively 2 and 5:

We insert these into the formula:

(2x+5)2= (2x+5)^2=

(2x+5)(2x+5)= (2x+5)(2x+5)=

2x×2x+2x×5+2x×5+5×5= 2x\times2x+2x\times5+2x\times5+5\times5=

4x2+20x+25 4x^2+20x+25

That means our solution is correct.

Answer

(2x+5)2 (2x+5)^2

Exercise #4

(x2+4)2= (x^2+4)^2=

Video Solution

Step-by-Step Solution

To solve the expression (x2+4)2 (x^2 + 4)^2 , we will follow these steps:

  • Step 1: Identify the expression as a binomial (a+b) (a + b) , where a=x2 a = x^2 and b=4 b = 4 .
  • Step 2: Apply the binomial square formula: (a+b)2=a2+2ab+b2 (a + b)^2 = a^2 + 2ab + b^2 .
  • Step 3: Substitute a a and b b into the formula.
  • Step 4: Calculate each term in the formula.
  • Step 5: Simplify to arrive at the final expanded form.

Let's execute these steps:
Step 1: Identify a=x2 a = x^2 and b=4 b = 4 .
Step 2: Apply the formula (a+b)2=a2+2ab+b2 (a + b)^2 = a^2 + 2ab + b^2 .
Step 3: Substitute to get: (x2)2+2(x2)(4)+42 (x^2)^2 + 2(x^2)(4) + 4^2 .
Step 4: Calculate each term:
- (x2)2=x4 (x^2)^2 = x^4 ,
- 2(x2)(4)=8x2 2(x^2)(4) = 8x^2 ,
- 42=16 4^2 = 16 .
Step 5: Combine the terms to get the expanded expression: x4+8x2+16 x^4 + 8x^2 + 16 .

Therefore, the solution to the expression is x4+8x2+16 x^4 + 8x^2 + 16 .

Answer

x4+8x2+16 x^4+8x^2+16

Exercise #5

(x+x2)2= (x+x^2)^2=

Video Solution

Step-by-Step Solution

To solve this problem, follow these steps:

  • Step 1: Identify the terms: Here, a=x a = x and b=x2 b = x^2 .
  • Step 2: Apply the square of a binomial formula: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2.
  • Step 3: Substitute the terms into the formula and simplify the resulting expression.

Now, let's work through each step:

Step 1: We have a=xa = x and b=x2b = x^2.
Step 2: The formula gives us: (a+b)2=a2+2ab+b2 (a + b)^2 = a^2 + 2ab + b^2

Step 3: Substituting a=xa = x and b=x2b = x^2 into the formula:

(x+x2)2=(x)2+2(x)(x2)+(x2)2 (x + x^2)^2 = (x)^2 + 2(x)(x^2) + (x^2)^2

This simplifies to:

x2+2x3+x4 x^2 + 2x^3 + x^4

Therefore, the expanded form of the expression (x+x2)2 (x + x^2)^2 is x2+2x3+x4\mathbf{x^2 + 2x^3 + x^4}.

This matches with choice 3 from the options provided.

Answer

x2+2x3+x4 x^2+2x^3+x^4

Exercise #6

(7+8)2=? (7+8)^2=\text{?}

Video Solution

Step-by-Step Solution

To solve this problem, we'll use the formula for the square of a sum.

  • Step 1: Identify our variables as a=7 a = 7 and b=8 b = 8 .
  • Step 2: Apply the formula (a+b)2=a2+2ab+b2 (a + b)^2 = a^2 + 2ab + b^2 .
  • Step 3: Substitute into the formula:
    (7+8)2=72+2×7×8+82 (7 + 8)^2 = 7^2 + 2 \times 7 \times 8 + 8^2 .
  • Step 4: Express the final expression in the most informative form.

Therefore, the expanded expression for (7+8)2 (7 + 8)^2 is 72+2×7×8+82 7^2 + 2 \times 7 \times 8 + 8^2 .

Regarding the choices provided, the correct one is Option 3: 72+2×7×8+82 7^2 + 2 \times 7 \times 8 + 8^2 .

Answer

72+2×7×8+82 7^2+2\times7\times8+8^2

Exercise #7

(a+b)2=? (a+b)^2=\text{?}

Video Solution

Step-by-Step Solution

To solve this problem, we'll follow these steps:

  • Identify the given expression (a+b)2(a+b)^2.
  • Apply the formula for the square of a sum: (x+y)2=x2+2xy+y2(x+y)^2 = x^2 + 2xy + y^2.
  • Substitute x=ax = a and y=by = b into the formula and simplify.

Let's apply these steps to the expression (a+b)2(a+b)^2:
We start with the expression (a+b)2(a+b)^2. This means we are squaring the sum a+ba + b.

According to the formula (x+y)2=x2+2xy+y2(x+y)^2 = x^2 + 2xy + y^2, we can substitute x=ax = a and y=by = b. Therefore, the expression becomes:

(a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2.

Therefore, the expanded form of the expression (a+b)2(a+b)^2 is a2+2ab+b2a^2 + 2ab + b^2.

Answer

a2+2ab+b2 a^2+2ab+b^2

Exercise #8

(7+x)(7+x)=? (7+x)(7+x)=\text{?}

Video Solution

Step-by-Step Solution

According to the shortened multiplication formula:

Since 7 and X appear twice, we raise both terms to the power:

(7+x)2 (7+x)^2

Answer

(7+x)2 (7+x)^2

Exercise #9

Solve for x:

(x+3)2=x2+9 (x+3)^2=x^2+9

Video Solution

Step-by-Step Solution

Let's solve the equation. First, we'll simplify the algebraic expressions using the perfect square binomial formula:

(a±b)2=a2±2ab+b2 (a\pm b)^2=a^2\pm2ab+b^2 We'll then apply the formula we mentioned and expand the parentheses in the expression in the equation:

(x+3)2=x2+9x2+2x3+32=x2+9x2+6x+9=x2+9 (x+3)^2=x^2+9 \\ x^2+2\cdot x\cdot3+3^2=x^2+9\\ x^2+6x+9=x^2+9 We'll continue and combine like terms, by moving terms around. Later - we can notice that the squared term cancels out, therefore it's a first-degree equation, which we'll solve by isolating the variable term on one side and dividing both sides of the equation by its coefficient:

x2+6x+9=x2+96x=0/:6x=0 x^2+6x+9=x^2+9 \\ 6x=0\hspace{8pt}\text{/}:6\\ \boxed{x=0} Therefore, the correct answer is answer A.

Answer

x=0 x=0

Exercise #10

x2+16x+64=81 x^2+16x+64=81

Find X

Video Solution

Step-by-Step Solution

Let's solve the equation x2+16x+64=81 x^2 + 16x + 64 = 81 step-by-step:

  • Step 1: Recognize the Left-Hand Side as a Perfect Square
    Notice that the left-hand side, x2+16x+64 x^2 + 16x + 64 , can be factored as (x+8)2 (x + 8)^2 because (x+8)2=x2+16x+64 (x + 8)^2 = x^2 + 16x + 64 .
  • Step 2: Set the Factored Expression Equal to 81
    We have (x+8)2=81 (x + 8)^2 = 81 .
  • Step 3: Take the Square Root of Both Sides
    Taking the square root on both sides gives two possible equations: x+8=9 x + 8 = 9 and x+8=9 x + 8 = -9 .
  • Step 4: Solve Each Equation
    For x+8=9 x + 8 = 9 :
    Subtract 8 from both sides to get x=1 x = 1 .
    For x+8=9 x + 8 = -9 :
    Subtract 8 from both sides to get x=17 x = -17 .

Therefore, the solutions to the equation are x=17 x = -17 or x=1 x = 1 .

Answer

x=17 x=-17 or x=1 x=1

Exercise #11

(2[x+3])2= (2\lbrack x+3\rbrack)^2=

Video Solution

Step-by-Step Solution

We will first solve the exercise by opening the inner brackets:

(2[x+3])²

(2x+6)²

We will then use the shortcut multiplication formula:

(X+Y)²=+2XY+

(2x+6)² = 2x² + 2x*6*2 + 6² = 2x+24x+36

Answer

4x2+24x+36 4x^2+24x+36

Exercise #12

Fill in the blanks:

x2+?+9=(x+3)2 x^2+\text{?}+9=(x+3)^2

Video Solution

Step-by-Step Solution

To solve this problem, let's start by expanding the expression on the right side of the equation using the formula for the square of a sum.

Step 1: Expand (x+3)2 (x + 3)^2 :

  • Using the formula (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2, we substitute a=xa = x and b=3b = 3.
  • We have: (x+3)2=x2+2×x×3+32(x + 3)^2 = x^2 + 2 \times x \times 3 + 3^2.
  • Simplifying, we get: x2+6x+9x^2 + 6x + 9.

Step 2: Compare with the given expression:

  • The left side of the equation is x2+?+9x^2 + \text{?} + 9.
  • From our expansion, we see x2+6x+9x^2 + 6x + 9 matches the structure x2+?+9x^2 + \text{?} + 9.
  • This implies the missing term ? \text{?} is 6x6x.

Therefore, the missing term in the expression x2+?+9=(x+3)2 x^2 + \text{?} + 9 = (x + 3)^2 is 6x 6x .

Answer

6x 6x

Exercise #13

Fill in the blanks:

(x+?)2=x2+?+25 (x+?)^2=x^2+?+25

Video Solution

Step-by-Step Solution

To solve this problem, we'll use the formula for the square of a sum, (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2. This will help us determine the missing components in the expression.

The expression given is (x+?)2=x2+?+25(x+?)^2 = x^2 + ? + 25.

First, match it to the expanded form:

(x+b)2=x2+2bx+b2(x+b)^2 = x^2 + 2bx + b^2.

According to the problem, the expanded form is x2+?+25x^2 + ? + 25. This means b2=25b^2 = 25, so:
b2=25 b^2 = 25
Therefore, b=5b = 5 or b=5b = -5. For simplicity, let's choose b=5b = 5.

Now, calculate 2bx2bx:
2bx=2×5×x=10x 2bx = 2 \times 5 \times x = 10x

Substituting bb into the equation, we have:

(x+5)2=x2+10x+25(x+5)^2 = x^2 + 10x + 25.

Thus, the missing numbers are 55 and 10x10x.

Therefore, the solution to the problem is 5,10x 5, 10x .

Answer

5,10x 5,10x

Exercise #14

(3x+4)2=? (3x+4)^2=\text{?}

Video Solution

Step-by-Step Solution

To solve the problem (3x+4)2(3x + 4)^2, we will use the formula for the square of a binomial:

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

  • Identify aa and bb: Here, a=3xa = 3x and b=4b = 4.
  • Apply the formula:

1. Calculate a2a^2 which is (3x)2=9x2(3x)^2 = 9x^2.

2. Calculate 2ab2ab which is 2×(3x)×4=24x2 \times (3x) \times 4 = 24x.

3. Calculate b2b^2 which is 42=164^2 = 16.

Combine the results:

  • a2+2ab+b2=9x2+24x+16a^2 + 2ab + b^2 = 9x^2 + 24x + 16.

Therefore, the expanded form of (3x+4)2(3x + 4)^2 is 9x2+24x+169x^2 + 24x + 16.

The correct answer choice is: 9x2+24x+16 9x^2 + 24x + 16 .

Answer

9x2+24x+16 9x^2+24x+16

Exercise #15

4x2=12x9 4x^2=12x-9

Video Solution

Step-by-Step Solution

To solve the quadratic equation 4x2=12x9 4x^2 = 12x - 9 , we begin by rewriting it in standard quadratic form:

4x212x+9=04x^2 - 12x + 9 = 0

Here, we compare to the general form ax2+bx+c=0 ax^2 + bx + c = 0 and identify:

  • a=4a = 4
  • b=12b = -12
  • c=9c = 9

We will now use the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Substitute in the values for aa, bb, and cc:

x=(12)±(12)244924x = \frac{-(-12) \pm \sqrt{(-12)^2 - 4 \cdot 4 \cdot 9}}{2 \cdot 4}

Simplify:

x=12±1441448x = \frac{12 \pm \sqrt{144 - 144}}{8}

x=12±08x = \frac{12 \pm \sqrt{0}}{8}

x=12±08x = \frac{12 \pm 0}{8}

This simplifies further to:

x=128=32x = \frac{12}{8} = \frac{3}{2}

Therefore, the solution to the equation 4x2=12x9 4x^2 = 12x - 9 is x=32 x = \frac{3}{2} .

Answer

x=32 x=\frac{3}{2}