document.write( "Question 1028084: The distance between two cities A and B is 140 km. A car driving from A to B left at the same time as a car driving from B to A. The cars met after one hour, then the first car reached city B 35 minutes later than the second car reached city A. Find the speed of each car. \n" ); document.write( "
Algebra.Com's Answer #643308 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let car from A meet at C after d km\r \n" ); document.write( "\n" ); document.write( "It took 1 hour \n" ); document.write( "so speed of car A = d km/h\r \n" ); document.write( "\n" ); document.write( "Speed of car B will be (140-d)\r \n" ); document.write( "\n" ); document.write( "The distance car B has to travel is D km \n" ); document.write( "The distance car A has to travel is (140-d)\r \n" ); document.write( "\n" ); document.write( "time carA - time car B to reach the opposite end = 35 minutes\r \n" ); document.write( "\n" ); document.write( "(140-d)/d - d/(140-d) = 7/12\r \n" ); document.write( "\n" ); document.write( "((140-d)^2 -d^2)/d(140-d) = 7/12 \n" ); document.write( "19600 -280d+d^2-d^2= 7d(140-d)/12\r \n" ); document.write( "\n" ); document.write( "19600-280d = (980d -7d^2)/12\r \n" ); document.write( "\n" ); document.write( "235200-3360d=980d-7d^2\r \n" ); document.write( "\n" ); document.write( "7d^2-4340d+235200=0\r \n" ); document.write( "\n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( " \n" ); document.write( "a= 7 b= -4340 c= 235200 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 18835600 - 6585600 \n" ); document.write( "b^2-4ac= 12250000 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( 4340 + 3500 )/ 14 \n" ); document.write( "x1= 560 \n" ); document.write( "x2=( 4340 - 3500 )/ 14 \n" ); document.write( "x2= 60 \n" ); document.write( "Ignore value 560 \n" ); document.write( "speed of car A 60 km/h \n" ); document.write( "speed of car B =80 km/h \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |