document.write( "Question 319331: how do I solve this problem for value(s) of k?\r
\n" );
document.write( "\n" );
document.write( "x^2-8x+k=0 \n" );
document.write( "
Algebra.Com's Answer #228640 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do I solve this problem for value(s) of k? \n" ); document.write( "x^2-8x+k=0 \n" ); document.write( "---------- \n" ); document.write( "Quadratic Formula: \n" ); document.write( "x = [8 +- sqrt(8^2 - 4k)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [8 +- sqrt(4(16-k))]/2 \n" ); document.write( "--- \n" ); document.write( "x = [4 +- sqrt(16-k)] \n" ); document.write( "x = 4+sqrt(16-k) or x =4-sqrt(16-k) \n" ); document.write( "--- \n" ); document.write( "You could use those results to solve for \"k\". \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |