document.write( "Question 267507: Solve by completing square\r
\n" );
document.write( "\n" );
document.write( "(2y-3)^2=5 \n" );
document.write( "
Algebra.Com's Answer #196289 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! step 1 - foil out the left side to get \n" ); document.write( "(2y-3)(2y-3) = 5 \n" ); document.write( "first: 2y*2y = 4y^2 \n" ); document.write( "outer: 2y*(-3) = -6y \n" ); document.write( "inner: (-3*2y = -6y \n" ); document.write( "last: (-3)*(-3) = 9 \n" ); document.write( "combine the -6y and -6y to get -12y. So, we get \n" ); document.write( "4y^2 - 12y + 9 = 5 \n" ); document.write( "step 2 - subtract 5 to get \n" ); document.write( " 4y^2 - 12y + 4 = 0 \n" ); document.write( "step 3 - divide by 4 to get \n" ); document.write( "y^2 - 3y + 1 = 0 \n" ); document.write( "step 4 - take 1/2 of the middle term squared and add it o both sides to get \n" ); document.write( "y^2 - 3y + (-3/2)^2 = -1 + (-3/2)^2 \n" ); document.write( "step 5 - writ the left side as a binomial squared and simplify the right side to get \n" ); document.write( "(y-3/2)^2 = (5/4) \n" ); document.write( "step 6 - take a square root to get \n" ); document.write( "(y-3/2) = +-sqrt(5)/2 \n" ); document.write( "step 7 - add 3/2 to get \n" ); document.write( "y = (3 +- sqrt(5))/2 \n" ); document.write( " |