document.write( "Question 938333: The distance (d) meters throught which a body fulls from res varries as the square of time (t) in second when t =2.5 and d =6.1 far will the body fall from rest in 3 second
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #571770 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The distance (d) meters throught which a body fulls from res varries as the square of time (t) in second when t =2.5 and d =6.1 far will the body fall from rest in 3 second \n" ); document.write( "-------------------- \n" ); document.write( "d = k*t^2 \n" ); document.write( "6.1 = k*2.5^2 = 6.25k \n" ); document.write( "k = 6.1/6.25 \n" ); document.write( "----- \n" ); document.write( "In 3 seconds, \n" ); document.write( "d = k*3^2 = 9k \n" ); document.write( "d = 9*6.1/6.25 \n" ); document.write( "d = 8.784 m \n" ); document.write( " |