document.write( "Question 1176850: The data given below provides the distance required for a particular type of car to stop when traveling at a variety of speeds. A reasonable model for braking distance is d=as^k, where d is distance, s is speed, and a and k are constants. Use the data in the table to find values for a and k, and also type out the equation that models the breaking distance.\r
\n" );
document.write( "\n" );
document.write( "Speed (MPH) 10 20 30 40
\n" );
document.write( "Distance (Feed)5.5 22 49.5 88\r
\n" );
document.write( "\n" );
document.write( "a=
\n" );
document.write( "k=
\n" );
document.write( "Model: \n" );
document.write( "
Algebra.Com's Answer #804796 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 5.5=a10^k \n" ); document.write( "a=5.5/10^k \n" ); document.write( "22=a20^k \n" ); document.write( "a=22/20^k \n" ); document.write( "set those two equal \n" ); document.write( "(5.5/10^k)=(22/20^k) \n" ); document.write( "1/10^k=4/20^k \n" ); document.write( "(2^k)=4 \n" ); document.write( "k=2 \n" ); document.write( "a=0.055 \n" ); document.write( "- \n" ); document.write( "check in third where 49.5=0.055^30^2, which is true, as is the fourth. \n" ); document.write( "a=0.055 \n" ); document.write( "k=2 \n" ); document.write( "Model is distance = 0.055*speed^2 \n" ); document.write( "d=0.55*s^2 \n" ); document.write( " \n" ); document.write( " |