document.write( "Question 522714: two cars are leaving a city, one traveling east and the other traveling west. the car going east is traveling at 66 mph and the cargoing west is traveling at 60 mph. how long before they are 441 miles apart?
\n" );
document.write( "write an algebraic expression for the distance traveled by the car going east
\n" );
document.write( "write an algebraic expression for the distance traveled by the car going west
\n" );
document.write( "write an algebraic expression for the total distance traveled by the two cars
\n" );
document.write( "write an equation to answer the question\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #347027 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! two cars are leaving a city, one traveling east and the other traveling west. \n" ); document.write( "the car going east is traveling at 66 mph and the car going west is traveling at 60 mph. \n" ); document.write( "how long before they are 441 miles apart? \n" ); document.write( ": \n" ); document.write( "write an algebraic expression for the distance traveled by the car going east \n" ); document.write( "66t \n" ); document.write( ": \n" ); document.write( "write an algebraic expression for the distance traveled by the car going west \n" ); document.write( "60t \n" ); document.write( "; \n" ); document.write( "write an algebraic expression for the total distance traveled by the two cars \n" ); document.write( "66t + 60t \n" ); document.write( ": \n" ); document.write( "write an equation to answer the question \n" ); document.write( "66t + 60t = 441 \n" ); document.write( "126t = 441 \n" ); document.write( "t = \n" ); document.write( "t = 3.5 hrs \n" ); document.write( " |