document.write( "Question 468776: Two cars started from a junction at sametime. One went straight west and other straight north. The car that went westward travelled 10 km faster per hour than the other. After 1 hour distance between two cars is 15 km. Calculate the distance covered by the car that went northward. Also find the distance covered by car that went southward. \n" ); document.write( "
Algebra.Com's Answer #321635 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two cars started from a junction at sametime. One went straight west and other straight north. The car that went westward travelled 10 km faster per hour than the other. After 1 hour distance between two cars is 15 km. Calculate the distance covered by the car that went northward. Also find the distance covered by car that went southward. \n" ); document.write( "... \n" ); document.write( "I will assume you meant the last word above to be westward instead of southward. \n" ); document.write( "After 1-hour: \n" ); document.write( "Distance = speed*travel time \n" ); document.write( "Let x=km traveled by car traveling north \n" ); document.write( "x+10=km traveled by car traveling west \n" ); document.write( "You now have a right triangle with legs of x and x+10 and a hypotenuse of 15 km \n" ); document.write( "By the Pythagorean Theorem: \n" ); document.write( "x^2+(x+10)^2=15^2=225 \n" ); document.write( "x^2+x^2+20x+100=225 \n" ); document.write( "2x^2+20x-125=0 \n" ); document.write( "Solving by quadratic formula \n" ); document.write( "a=2, b=20, c=-125 \n" ); document.write( "x=[-20ħsqrt(20^2-4*2*-125]/2*2 \n" ); document.write( "x=[-20ħ√1400]/4 \n" ); document.write( "x=(-20ħ37.41)/4 \n" ); document.write( "x=-14.35 (reject, x>0) \n" ); document.write( "or \n" ); document.write( "x= 4.35 \n" ); document.write( "x+10=14.35 \n" ); document.write( "ans: \n" ); document.write( "distance covered by car that went north=4.35 km \n" ); document.write( "distance covered by car that went west=14.35 km \n" ); document.write( " |