document.write( "Question 234861: I have the hardest time with word problems. For this problem I need to use the discriminate to determine the number of solutions of the quadratic equation, and whether the solutions are real or complex. It is not necessary to find the roots; just determine the number and types of solutions. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The hudson river flows at a rate of 3 miles per hour. A patrol boat travels 60 miles upriver, and returns in a total time of 9 hours. What is the speed of the boat in still water?
\n" ); document.write( "

Algebra.Com's Answer #173119 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
time = distance / rate ___ let x =\"speed in still water\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "[60 / (x - 3)] + [60 / (x + 3)] = 9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by (x - 3)(x + 3) ___ 60x - 180 + 60 x + 180 = 9x^2 - 81\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 9x^2 - 120x - 81\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 3x^2 - 40x - 27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "discriminant = (-40)^2 - (4 * 3 * (-27)) = 160 + 324
\n" ); document.write( "
\n" );