document.write( "Question 146508: I am having a problem trying to solve this linear equation word problem.\r
\n" );
document.write( "\n" );
document.write( "Velocity of a bullet.\r
\n" );
document.write( "\n" );
document.write( "A gun is fired straight upward. The bullet leaves the gun at 100 feet per second (time t=0). After 2 seconds the velocity of the bullet is 36 feet per second. There is a linear equation that gives the velocity v in terms of the time t. Find the equation and find the velocity after 3 seconds. \n" );
document.write( "
Algebra.Com's Answer #106920 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! you have two points on the line, (0,100) and (2,36)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the slope (m) is (36-100)/(2-0) or -32\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the y-intercept (b), where x equals 0, is 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=mx+b __ v=-32t+100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when t=3 __ v=-32(3)+100 __ v=4 \n" ); document.write( " |