document.write( "Question 44982: This one involves solving by completing the square: x(squared)-6x+6=0
\n" );
document.write( "I came up with an answer of 3 is this correct? Here is my work simplified\r
\n" );
document.write( "\n" );
document.write( "x(squared)-6x=-6
\n" );
document.write( "x(squared)-6x+9=9-6
\n" );
document.write( "x(squared)+3=+3
\n" );
document.write( "then (x-3)squared = 3
\n" );
document.write( "x=3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #29853 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! Just complete by taking the square root of both sides: \n" ); document.write( "(x-3)^2=3 \n" ); document.write( "sqrt(x-3)^2=sqrt3 \n" ); document.write( "x-3=sqrt3 \n" ); document.write( "x-3+3 = sqrt3 + 3 \n" ); document.write( "x=3+sqrt3 \n" ); document.write( " |