document.write( "Question 1122491: Jose is 10 feet from a mailbox when all of a sudden he begins walking directly away from the mailbox at a constant speed of 4 feet per second. \r
\n" );
document.write( "\n" );
document.write( "a. How far is Jose from the mailbox 5 seconds after he started walking?\r
\n" );
document.write( "\n" );
document.write( "b. Write a formula that expresses Jose's distance from the mailbox (in feet),
\n" );
document.write( "d, in terms of the number of seconds t since he started walking. (Hint: it might help to start with drawing a diagram of the situation.)\r
\n" );
document.write( "\n" );
document.write( "c.As Jose walks away from the mailbox, is his distance from the mailbox proportional to the time elapsed since he started walking away from the mailbox?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #738758 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jose is 10 feet from a mailbox when all of a sudden he begins walking directly away from the mailbox at a constant speed of 4 feet per second. \n" ); document.write( ": \n" ); document.write( "a. How far is Jose from the mailbox 5 seconds after he started walking? \n" ); document.write( "(5*4) + 10 = 30' \n" ); document.write( ": \n" ); document.write( "b. Write a formula that expresses Jose's distance from the mailbox (in feet), \n" ); document.write( "d = (t*s) + 10; where \n" ); document.write( "d = distance \n" ); document.write( "t = travel time \n" ); document.write( "s = speed \n" ); document.write( "d, in terms of the number of seconds t since he started walking. \n" ); document.write( "d = 4t + 10 \n" ); document.write( ": \n" ); document.write( "c.As Jose walks away from the mailbox, is his distance from the mailbox proportional to the time elapsed since he started walking away from the mailbox? \n" ); document.write( "Yes, directly proportional \n" ); document.write( " |