document.write( "Question 332950: olivia drives her car at 60 miles per hour for t ours. Ian drives his car at 50 mles per hour for (t+2) hours. write a simplified expression for the sum of the distances traveled by the two cars \n" ); document.write( "
Algebra.Com's Answer #238583 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let d = sum of distance travelled by both cars\r \n" ); document.write( "\n" ); document.write( "d = 60t + 50(t + 2)\r \n" ); document.write( "\n" ); document.write( "d = 60t + 50t + 100\r \n" ); document.write( "\n" ); document.write( "d = 110t + 100\r \n" ); document.write( "\n" ); document.write( "Did you follow? \n" ); document.write( " |