document.write( "Question 450741: Two cars leave an intersection at the same time. One drives east while the other drives south at 10 miles per hour faster than the other. After 2 hours, the cars are 100 miles apart. How fast is the southbound car traveling? \n" ); document.write( "
Algebra.Com's Answer #310245 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! We are dealing with a right triangle here and the 100 miles is the hypotenuse. \n" ); document.write( "(e*2)^2+((e+10)*(2))^2=100^2\r \n" ); document.write( "\n" ); document.write( "8x^2+80x+400 = 10000 \n" ); document.write( "8 x^2+80 x-9600 = 0 \n" ); document.write( "e=-40 \n" ); document.write( "e=30 mph \n" ); document.write( "south is 30+10=40 mph \n" ); document.write( "we disregard negative answers since we can't have a negative speed. \n" ); document.write( " \n" ); document.write( " |