document.write( "Question 97701: Find all positive values for k for which each of the following can be factored.
\n" );
document.write( "x^2+x-k\r
\n" );
document.write( "\n" );
document.write( "I've tried everything and it just isn't making sense to me since there are no numbers to factor. \n" );
document.write( "
Algebra.Com's Answer #71082 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find all positive values for k for which each of the following can be factored. \n" ); document.write( "x^2+x-k \n" ); document.write( "------------------ \n" ); document.write( "If you make the assumption that the factoring is limited to the \n" ); document.write( "Real Number System, then b^2-4ac must be greater than or equal \n" ); document.write( "to zero. \n" ); document.write( "Your Problem: \n" ); document.write( "a=1, b=1, c=k \n" ); document.write( "b^2-4ac = 1-4k>=0 \n" ); document.write( "4k<=1` \n" ); document.write( "k<=(1/4) \n" ); document.write( "-------------- \n" ); document.write( "As long as k<=(1/4) the quadratic will be factorable \n" ); document.write( "in the Real Number System. \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |