document.write( "Question 196647: I keep getting the incorrect answer to the following problem, I'm not sure where my error was, can you help me? \r
\n" );
document.write( "\n" );
document.write( "One method for determining the depth of a well is to drop a stone into it and then measure the time it takes until the splash is heard. If d is the depth of the well (in feet) and t1 the time (in seconds) it takes for the stone to fall, then d = 16t1^2, so t1 = √d/4. Now if t2 is the time it takes for the sound to travel back up, then d = 1090t2 because the speed of sound is 1090 ft/s. So t2 = d/1090. Thus, the total time elapsed between dropping the stone and hearing the splash is given by the following equation.
\n" );
document.write( "t1 + t2 = √d/4 + d/1090
\n" );
document.write( "How deep is the well if this total time is 2.3 s? (Round the answer to the nearest whole number.)\r
\n" );
document.write( "\n" );
document.write( "thanks! \n" );
document.write( "
Algebra.Com's Answer #147391 by Alan3354(69443) You can put this solution on YOUR website! t1 + t2 = √d/4 + d/1090 \n" ); document.write( "How deep is the well if this total time is 2.3 s? (Round the answer to the nearest whole number.) \n" ); document.write( "-------------- \n" ); document.write( "2.3 = sqrt(d)/4 + d/1090 \n" ); document.write( "sqrt(d)/4 = 2.3 - d/1090 \n" ); document.write( "d/16 = 5.29 - 4.6d/1090 + d^2/1090^2 \n" ); document.write( "d^2 + 5.29*1090^2 - 4.6d*1090 - d*1090^2/16 = 0 \n" ); document.write( "d^2 - d*(5014 + 74256.25) + 6285049 = 0 \n" ); document.write( "d^2 - 79270.25d + 6280549 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "79 feet looks right.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |