document.write( "Question 827435: The cliff divers of Acapulco amaze tourists with their diving skills. The velocity v of a diver is a function of the time t the diver has fallen. If v = 15 feet per second when t = 0 seconds and v = 40 feet per second when t = 5 seconds, express v as a function of time t.
\n" );
document.write( "V= \n" );
document.write( "
Algebra.Com's Answer #498686 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If v = 15 feet per second when t = 0 seconds and v = 40 feet per second when t = 5 seconds, express v as a function of time t. \n" ); document.write( "----- \n" ); document.write( "You have two points: (0,15) and (5,40) \n" ); document.write( "----- \n" ); document.write( "Assuming that v and t are related linearly form a linear equation. \n" ); document.write( "----- \n" ); document.write( "slope = (40-15)/(5-0) = 25/5 = 5 \n" ); document.write( "---- \n" ); document.write( "intercept = V(0) = 15 \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( " \n" ); document.write( "V = 5t + 15 \n" ); document.write( "-------------------- \n" ); document.write( "------------------------\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |