document.write( "Question 1088370: Find the values of n when x^2 − 3x − n = 0 has two solutions. \n" ); document.write( "
Algebra.Com's Answer #702629 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
In order for there to be two solutions, the discriminant b^2 - 4ac has to be greater than 0.
\n" ); document.write( "So we have (-3)^2 - 4(1)(-n) > 0
\n" ); document.write( "9 > -4n
\n" ); document.write( "-9/4 < n
\n" ); document.write( "n > -9/4
\n" ); document.write( "So n must be greater than -9/4
\n" ); document.write( "
\n" );