document.write( "Question 237794: Solve using the qudratic equation.\r
\n" );
document.write( "\n" );
document.write( "w+4sqrt(w)-12=0 \n" );
document.write( "
Algebra.Com's Answer #174825 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve using the qudratic equation. \n" ); document.write( "w+4sqrt(w)-12=0 \n" ); document.write( "--- \n" ); document.write( "Let w = k^2 \n" ); document.write( "--- \n" ); document.write( "k^2 + 4k -12 = 0 \n" ); document.write( "--- \n" ); document.write( "Factor: \n" ); document.write( "(k+6)(k-2) = 0 \n" ); document.write( "k = -6 or k = 2 \n" ); document.write( "------------------------ \n" ); document.write( "Switching back to \"w\": \n" ); document.write( "sqrt(w) = -6 or sqrt(w) = 2 \n" ); document.write( "w = 36 or w = 4 \n" ); document.write( "============================= \n" ); document.write( "Checking these \"answers\" in w + 4sqrt(w) - 12 = 0. \n" ); document.write( "w = 36 ? : 36 + 4*6 -12 = 0 ------------ false \n" ); document.write( "w = 4 ? ; 4 + 4sqrt(4) - 12 = 0------------true \n" ); document.write( "=============================== \n" ); document.write( "Final Answer: w = 4 \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |