Completing the square is method of solving a quadratic equation that involves finding a value to add to both the left and right side of the equation. This value has the extra benefit of making one side of the equation a perfect trinomial which makes the function easier to identify and/or graph.
Let's begin by factoring 25 from the left side of the equation.
25(x^2-(20)/25x) = 11
Take the coefficient of the x term and divide it by 2 and square it
((-20/25)/(2))^2=(-20/25*1/2)^2=(-10/25)^2=100/625
100/625 This the number you add to the left side
25(100/625) Is added to the right side because we initially factored out 25 from the left side.
We added these values but the equation remains balanced because they are added to both sides of the equation.
25(x^2-(20)/25x+100/625) = 11 + 25(100/625)
25(x^2-(20)/25x+100/625) = 11 + 100/25
25(x^2-(20)/25x+100/625) = 11 + 4
25(x^2-(20)/25x+100/625) = 15
(x^2-(20)/25x+100/625) = 15/25
(x-(10)/25)^2 = 15/25
sqrt((x-(10)/25)^2) = sqrt(15/25)
(x-(10)/25) = sqrt(15/25)
x = sqrt(15/25)+(10)/25
x = sqrt(15)/5+(10)/25
x = sqrt(15)/5+(2)/5
x = (sqrt(15)+2)/5