document.write( "Question 773238: Two cars leave an intersection at the same time. One heads east at an average speed of 40 mph and the other heads south at 30 mph. Find an expression for their distance apart d (in miles) at the end of t hours. \n" ); document.write( "
Algebra.Com's Answer #471412 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Since the cars are travelling east and south, which are perpendicular to each\r\n" );
document.write( "other, the paths of the 2 cars and the distance between them form the 3 sides of\r\n" );
document.write( "a right triangle, with the distance \"d\" being the hypotenuse.\r\n" );
document.write( "At the end of t hours, \r\n" );
document.write( "eastward car has travelled 40*t miles\r\n" );
document.write( "southward car has travelled 30*t miles\r\n" );
document.write( "Applying Pythagoras theorem\r\n" );
document.write( "\"d%5E2+=+%2840%2At%29%5E2+%2B+%2830%2At%29%5E2+=+2500%2At%5E2\"\r\n" );
document.write( "So the expression for d is\r\n" );
document.write( "\"d+=+sqrt%282500%2At%5E2%29+=+50%2At\"\r\n" );
document.write( "Hope you got it :)\r\n" );
document.write( "
\n" ); document.write( "
\n" );