document.write( "Question 1065943: The height of waves in a storm depends on the speed of the wind. Assuming the wind has no obstructions for a long distance, suppose the maximum wave height H for a wind speed x can be approximated by H = 0.05x^2+2x−15, where H is in feet and x is in knots (nautical miles per hour). For what wind speed would the maximum wave height be 10 ft? \n" ); document.write( "
Algebra.Com's Answer #681123 by rothauserc(4718) You can put this solution on YOUR website! H = 0.05x^2+2x−15 \n" ); document.write( ": \n" ); document.write( "We are given H = 10 and asked to solve for x \n" ); document.write( ": \n" ); document.write( "10 = 0.05x^2+2x−15 \n" ); document.write( ": \n" ); document.write( "subtract 10 from both sides of = \n" ); document.write( ": \n" ); document.write( "0.05x^2+2x−25 = 0 \n" ); document.write( ": \n" ); document.write( "Divide both sides of = by 0.05 \n" ); document.write( ": \n" ); document.write( "x^2 +40x -500 = 0 \n" ); document.write( ": \n" ); document.write( "(x + 50) * (x - 10) = 0 \n" ); document.write( ": \n" ); document.write( "x = -50 and x = 10 \n" ); document.write( ": \n" ); document.write( "We reject the negative value for x \n" ); document.write( ": \n" ); document.write( "********************************** \n" ); document.write( "For a max height of 10 foot waves, \n" ); document.write( "we have a wind speed of 10 knots \n" ); document.write( "********************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |