document.write( "Question 598472: Mary is driving to San Francisco. Suppose that the remaining distance to drive (in miles) is a linear function of her driving time (in minutes). When graphed, the function gives a line with a slope of -0.9 . \r
\n" );
document.write( "\n" );
document.write( "Mary has 75 miles remaining after 50 minutes of driving. How many miles will be remaining after 64 minutes of driving?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #378622 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Mary is driving to San Francisco. Suppose that the remaining distance to drive (in miles) is a linear function of her driving time (in minutes). When graphed, the function gives a line with a slope of -0.9 . \r \n" ); document.write( "\n" ); document.write( "Mary has 75 miles remaining after 50 minutes of driving. How many miles will be remaining after 64 minutes of driving? \n" ); document.write( "=============================================== \n" ); document.write( "The function will have the form d = m*t + d0 \n" ); document.write( "where d0 = the distance remaining at t=0 and m is the slope \n" ); document.write( "Given: m = -0.9, d=75,t=50 \n" ); document.write( "Use this information to solve for d0: \n" ); document.write( "75 = -0.9*50 + d0 \n" ); document.write( "d0 = 75 + 45 = 120 \n" ); document.write( "So the equation is d = -0.9t + 120 \n" ); document.write( "Solve for d when t=64: \n" ); document.write( "d = -0.9*64 + 120 \n" ); document.write( "d = 62.4 minutes \n" ); document.write( " |