document.write( "Question 799268: A car leaves Canberra heading towards Sydney on the freeway at 5pm travelling at a constant speed of 80km/hr. forty-five minutes later a second car leaves in pursuit of the fist car travelling at a constant speed of 110 km/hr. When will the second car catch up to the second car? \n" ); document.write( "
| Algebra.Com's Answer #482577 by mananth(16946)     You can put this solution on YOUR website! A car leaves Canberra heading towards Sydney on the freeway at 5pm travelling at a constant speed of 80km/hr. forty-five minutes later a second car leaves in pursuit of the fist car travelling at a constant speed of 110 km/hr. When will the second car catch up to the second car?\r \n" ); document.write( "\n" ); document.write( "let second car take x hours to catch up \n" ); document.write( "speed = 110 km/h\r \n" ); document.write( "\n" ); document.write( "distance = 110 x\r \n" ); document.write( "\n" ); document.write( "First car\r \n" ); document.write( "\n" ); document.write( "speed = 80 km/h \n" ); document.write( "time = x+3/4 hour\r \n" ); document.write( "\n" ); document.write( "Distance = 80(x+ 3/4)\r \n" ); document.write( "\n" ); document.write( "110x= 80(x+3/4)\r \n" ); document.write( "\n" ); document.write( "11/8 x = x+3/4\r \n" ); document.write( "\n" ); document.write( "11/8 x -x= 3/4\r \n" ); document.write( "\n" ); document.write( "3x/8 = 3/4\r \n" ); document.write( "\n" ); document.write( "3x=6 \n" ); document.write( "x=2 hours\r \n" ); document.write( "\n" ); document.write( "5.45+2 hours\r \n" ); document.write( "\n" ); document.write( "7.45 pm\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |