document.write( "Question 215507This question is from textbook
\n" );
document.write( ": My question is a precalculus question and it wants us to basically translate word problem into a function\r
\n" );
document.write( "\n" );
document.write( "Car A passes point O heading east at a constant rate of 40mi/h; car B passes the same point 1 hour later heading north at a constant rate of 60mi/h. Express the distance between the cars as a function of time t, where t is measured starting when car B passes point O.\r
\n" );
document.write( "\n" );
document.write( "I drew a diagram of this, and thought of using the Pythagorean Theorum to find the distance between car A and Car b, but I just don't know how to incoporate the \"1 hour later part.\" the answer in the book is 20 \n" );
document.write( "
Algebra.Com's Answer #162838 by stanbon(75887) ![]() You can put this solution on YOUR website! Car A passes point O heading east at a constant rate of 40mi/h; car B passes the same point 1 hour later heading north at a constant rate of 60mi/h. \n" ); document.write( "--- \n" ); document.write( "Car A DATA: \n" ); document.write( "rate = 40 mph ; time = t+1 hrs ; distance = rt = 40(t+1) miles \n" ); document.write( "------------------- \n" ); document.write( "Car B DATA: \n" ); document.write( "rate = 60 mph ; time = t hrs ; distance = 60t miles \n" ); document.write( "-------------------\r \n" ); document.write( "\n" ); document.write( "Express the distance between the cars as a function of time t, where t is measured starting when car B passes point O. \n" ); document.write( "--- \n" ); document.write( "Yes, use the Pythagorean Equation to get: \n" ); document.write( "(distance between A and B) = sqrt[(60t)^2 + (40(t+1))^2] \n" ); document.write( "d = 3600t^2 + 1600(t^2+2t+1) \n" ); document.write( "============================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |