Examples with solutions for Square of sum: Transition between expressions

Exercise #1

(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 #2

Solve the following problem:

x2+10x=25 x^2+10x=-25

Video Solution

Step-by-Step Solution

Proceed to solve the given equation:

x2+10x=25 x^2+10x=-25

First, let's arrange the equation by moving terms:

x2+10x=25x2+10x+25=0 x^2+10x=-25 \\ x^2+10x+25=0 \\ Note that the expression on the left side can be factored using the perfect square trinomial formula for a binomial squared:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+2\textcolor{red}{a}\textcolor{blue}{b}+\textcolor{blue}{b}^2

As shown below:

25=52 25=5^2

Therefore, we'll represent the rightmost term as a squared term:

x2+10x+25=0x2+10x+52=0 x^2+10x+25=0 \\ \downarrow\\ \textcolor{red}{x}^2+10x+\textcolor{blue}{5}^2=0

Now let's examine again the perfect square trinomial formula mentioned earlier:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

And the expression on the left side in the equation that we obtained in the last step:

x2+10x+52=0 \textcolor{red}{x}^2+\underline{10x}+\textcolor{blue}{5}^2=0

Notice that the terms x2,52 \textcolor{red}{x}^2,\hspace{6pt}\textcolor{blue}{5}^2 indeed match the form of the first and third terms in the perfect square trinomial formula (which are highlighted in red and blue),

However, in order to factor this expression (on the left side of the equation) using the perfect square trinomial formula mentioned, the remaining term must also match the formula, meaning the middle term in the expression (underlined with a line):

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

In other words - we will query whether we can represent the expression on the left side as:

x2+10x+52=0?x2+2x5+52=0 \textcolor{red}{x}^2+\underline{10x}+\textcolor{blue}{5}^2=0 \\ \updownarrow\text{?}\\ \textcolor{red}{x}^2+\underline{2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{5}}+\textcolor{blue}{5}^2=0

And indeed it is true that:

2x5=10x 2\cdot x\cdot5=10x

Therefore we can represent the expression on the left side of the equation as a perfect square binomial:

x2+2x5+52=0(x+5)2=0 \textcolor{red}{x}^2+2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{5}+\textcolor{blue}{5}^2=0 \\ \downarrow\\ (\textcolor{red}{x}+\textcolor{blue}{5})^2=0

From here we can take the square root of both sides of the equation (and don't forget there are two possibilities - positive and negative when taking the square root of an even power), then we'll easily solve by isolating the variable:

(x+5)2=0/x+5=±0x+5=0x=5 (x+5)^2=0\hspace{8pt}\text{/}\sqrt{\hspace{6pt}}\\ x+5=\pm0\\ x+5=0\\ \boxed{x=-5}

Let's summarize the solution of the equation:

x2+10x=25x2+10x+25=0x2+2x5+52=0(x+5)2=0x+5=0x=5 x^2+10x=-25 \\ x^2+10x+25=0 \\ \downarrow\\ \textcolor{red}{x}^2+2\cdot\textcolor{red}{x}\cdot\textcolor{blue}{5}+\textcolor{blue}{5}^2=0 \\ \downarrow\\ (\textcolor{red}{x}+\textcolor{blue}{5})^2=0 \\ \downarrow\\ x+5=0\\ \downarrow\\ \boxed{x=-5}

Therefore the correct answer is answer C.

Answer

x=5 x=-5

Exercise #3

(x+1)2+(x+2)2= (x+1)^2+(x+2)^2=

Video Solution

Step-by-Step Solution

In order to solve the exercise, we will need to know the abbreviated multiplication formula:

In this exercise, we will use the formula twice:

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

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

Now, we add:

x2+2x+1+x2+4x+4=2x2+6x+5 x^2+2x+1+x^2+4x+4=2x^2+6x+5

x²+2x+1+x²+4x+4=
2x²+6x+5

Note that a common factor can be extracted from part of the digits: 2(x2+3x)+5 2(x^2+3x)+5

Answer

2(x2+3x)+5 2(x^2+3x)+5

Exercise #4

Solve for y:

y2+4y+2=2 y^2+4y+2=-2

Video Solution

Step-by-Step Solution

Proceed to solve the given equation:

y2+4y+2=2 y^2+4y+2=-2

First, let's arrange the equation by moving terms:

y2+4y+2=2y2+4y+2+2=0y2+4y+4=0 y^2+4y+2=-2 \\ y^2+4y+2+2=0 \\ y^2+4y+4=0

Note that the expression on the left side can be factored using the perfect square trinomial formula:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+2\textcolor{red}{a}\textcolor{blue}{b}+\textcolor{blue}{b}^2

As shown below:

4=22 4=2^2

Therefore, we'll represent the rightmost term as a squared term:

y2+4y+4=0y2+4y+22=0 y^2+4y+4=0 \\ \downarrow\\ \textcolor{red}{y}^2+4y+\textcolor{blue}{2}^2=0

Now let's examine again the perfect square trinomial formula mentioned earlier:

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

And the expression on the left side in the equation that we obtained in the last step:

y2+4y+22=0 \textcolor{red}{y}^2+\underline{4y}+\textcolor{blue}{2}^2=0

Note that the terms y2,22 \textcolor{red}{y}^2,\hspace{6pt}\textcolor{blue}{2}^2 indeed match the form of the first and third terms in the perfect square trinomial formula (which are highlighted in red and blue),

However, in order to factor the expression in question (which is on the left side of the equation) using the perfect square trinomial formula mentioned, the remaining term must also match the formula, meaning the middle term in the expression (underlined):

(a+b)2=a2+2ab+b2 (\textcolor{red}{a}+\textcolor{blue}{b})^2=\textcolor{red}{a}^2+\underline{2\textcolor{red}{a}\textcolor{blue}{b}}+\textcolor{blue}{b}^2

In other words - we'll ask if we can represent the expression on the left side of the equation as:

y2+4y+22=0?y2+2y2+22=0 \textcolor{red}{y}^2+\underline{4y}+\textcolor{blue}{2}^2 =0 \\ \updownarrow\text{?}\\ \textcolor{red}{y}^2+\underline{2\cdot\textcolor{red}{y}\cdot\textcolor{blue}{2}}+\textcolor{blue}{2}^2 =0

And indeed it is true that:

2y2=4y 2\cdot y\cdot2=4y

Therefore we can represent the expression on the left side of the equation as a perfect square trinomial:

y2+2y2+22=0(y+2)2=0 \textcolor{red}{y}^2+2\cdot\textcolor{red}{y}\cdot\textcolor{blue}{2}+\textcolor{blue}{2}^2=0 \\ \downarrow\\ (\textcolor{red}{y}+\textcolor{blue}{2})^2=0

From here we can take the square root of both sides of the equation (and don't forget that there are two possibilities - positive and negative when taking an even root of both sides of an equation), then we'll easily solve by isolating the variable:

(y+2)2=0/y+2=±0y+2=0y=2 (y+2)^2=0\hspace{8pt}\text{/}\sqrt{\hspace{6pt}}\\ y+2=\pm0\\ y+2=0\\ \boxed{y=-2}

Let's summarize the solution of the equation:

y2+4y+2=2y2+4y+4=0y2+2y2+22=0(y+2)2=0y+2=0y=2 y^2+4y+2=-2 \\ y^2+4y+4=0 \\ \downarrow\\ \textcolor{red}{y}^2+2\cdot\textcolor{red}{y}\cdot\textcolor{blue}{2}+\textcolor{blue}{2}^2=0 \\ \downarrow\\ (\textcolor{red}{y}+\textcolor{blue}{2})^2=0 \\ \downarrow\\ y+2=0\\ \downarrow\\ \boxed{y=-2}

Therefore the correct answer is answer D.

Answer

y=2 y=-2

Exercise #5

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

Video Solution

Answer

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

Exercise #6

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

Video Solution

Answer

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

Exercise #7

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

Video Solution

Answer

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

Exercise #8

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

Video Solution

Answer

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

Exercise #9

22+12+32=? 2^2+12+3^2=\text{?}

Video Solution

Answer

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

Exercise #10

Rewrite the following expression as a multiplication and as an addition:

(a+3b)2 (a+3b)^2

Video Solution

Answer

(a+3b)(a+3b) (a+3b)(a+3b)

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

Exercise #11

Express the following exercise as a sum and as a power:

(7b+3z)(7b+3z)=? (7b+3z)(7b+3z)=\text{?}

Video Solution

Answer

49b2+42bz+9z2 49b^2+42bz+9z^2

(7b+3z)2 (7b+3z)^2

Exercise #12

Solve for x:

x2+32x=256 x^2+32x=-256

Video Solution

Answer

x=16 x=-16