document.write( "Question 234948: Please help me to solve this problem=
\n" );
document.write( "Stu lives on the top floor of an apartment building, and Hal lives on a lower floor. Hal's window is 1/4 as high as Stu's. Stu drops a stone from his window. Three seconds later, Hal drops a stone from his window. The two stones hit the ground simultaneously. How high is Stu's window from the ground?\r
\n" );
document.write( "\n" );
document.write( "Thank you for helping me to solve this problem.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #173232 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Stu lives on the top floor of an apartment building, and Hal lives on a lower floor. \n" ); document.write( " Hal's window is 1/4 as high as Stu's. Stu drops a stone from his window. \n" ); document.write( " Three seconds later, Hal drops a stone from his window. \n" ); document.write( "The two stones hit the ground simultaneously. \n" ); document.write( "How high is Stu's window from the ground? \n" ); document.write( ": \n" ); document.write( "Using gravity expression for falling objects: h = 16t^2, \n" ); document.write( " where \n" ); document.write( "t = time in sec \n" ); document.write( "h = height in ft \n" ); document.write( ": \n" ); document.write( "Hal's rock in the air 3 sec less than Stu's \n" ); document.write( "Stu's height is 4 time Hal's height \n" ); document.write( ": \n" ); document.write( "Let t = time for Stu's Rock to hit the ground \n" ); document.write( ": \n" ); document.write( "Stu's ht = 4 times Hal's height \n" ); document.write( "16t^2 = 4(16(t-3)^2) \n" ); document.write( "16t^2 = 64(t-3)^2 \n" ); document.write( ": \n" ); document.write( "Simplify. divide both sides by 16 \n" ); document.write( "t^2 = 4(t-3)^2 \n" ); document.write( ": \n" ); document.write( "FOIL \n" ); document.write( "t^2 = 4(t^2 - 6t + 9) \n" ); document.write( "; \n" ); document.write( "t^2 = 4t^2 - 24t + 36 \n" ); document.write( "; \n" ); document.write( "Arrange as a quadratic equation on the right \n" ); document.write( "0 = 4t^2 - t^2 - 24t + 36 \n" ); document.write( "3t^2 - 24t + 36 = 0 \n" ); document.write( "factor \n" ); document.write( "(3t - 6)(t - 6) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "3t = 6 \n" ); document.write( "t = 2 sec \n" ); document.write( "and \n" ); document.write( "t = 6 sec, this one makes sense (Stu's rock's time to hit the ground) \n" ); document.write( ": \n" ); document.write( "Hal's time: 6 - 3 = 3 sec to hit the ground, find his height \n" ); document.write( "h = 16(3^2) \n" ); document.write( "h = 144 ft ft, Hal's height \n" ); document.write( ": \n" ); document.write( "Stu's time: 6 sec \n" ); document.write( "h = 16(6^2) \n" ); document.write( "h = 576 ft, Stu's height \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution by multiplying Hal's height by 4 \n" ); document.write( " |