document.write( "Question 1181725: The safe stopping distance, d, in metres, for a boat travelling at v km/h in calm water is determined to be d = 0.002 (2v^2 + 10v + 3000) .
\n" ); document.write( "a) What is the safe stopping distance if the speed is 12 km/h?
\n" ); document.write( "b) What is the initial speed of the boat if it takes 15 m to stop?
\n" ); document.write( "

Algebra.Com's Answer #811703 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
if speed is 12 km/h
\n" ); document.write( "=0.002[2*12^2+10(12)+3000)]
\n" ); document.write( "=6.528 m
\n" ); document.write( "-
\n" ); document.write( "15=.002(2v^2+10v+3000)=0.004v^2+0.02v+6
\n" ); document.write( "so 0.004v^2+0.02c-9=0
\n" ); document.write( "4v^2+20v-9000=0
\n" ); document.write( "v^2+5v-2250=0
\n" ); document.write( "(v+50)(v-45)=0
\n" ); document.write( "v=45 km/h
\n" ); document.write( "
\n" );