document.write( "Question 381491: 2 cars leave the same corner at the same time, traveling at right angles to each other. One car is traveling 3 km per hour faster than the other car. After 1 hour they are 15 km apart. How fast is each car traveling? \n" ); document.write( "
Algebra.Com's Answer #270571 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed of one car be x kmph \n" ); document.write( "other car = x+3 kmph \n" ); document.write( "... \n" ); document.write( "distance traveled by first car in1 hour = x km \n" ); document.write( "distance traveled by other car = x+3 km \n" ); document.write( ".. \n" ); document.write( "they are at distance of 15 km \n" ); document.write( ".. \n" ); document.write( "apply pythagoras theorem \n" ); document.write( ".. \n" ); document.write( "x^2+(x+3)^=15^2 \n" ); document.write( "x^2+x^2+6x+9=225 \n" ); document.write( "2x^2+6x-216=0 \n" ); document.write( "/2 \n" ); document.write( "x^2+3x-108=0 \n" ); document.write( "x^2+12x-9x-108=0 \n" ); document.write( "x(x+12)-9(x+12)=0 \n" ); document.write( "(x+12)(x-9)=0 \n" ); document.write( "x=9 km /h speed of one car. \n" ); document.write( "speed of other car = 9+3 = 12 km/h \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |