document.write( "Question 107118This question is from textbook Begining Algebra
\n" );
document.write( ": A train and a car leave a station at the same time. The train travels due north and the car travels due west. When thy are 100 miles apart, the train has traveled 20 miles further that the car traveled. Find the distance each has traveled. (right triangle) \n" );
document.write( "
Algebra.Com's Answer #77969 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let a=x+20, b=x, c=100 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "(x+20)^2+x^2=100^2 \n" ); document.write( "x^2+40x+400+x^2-100^2=0 \n" ); document.write( "2x^2+40x+400-10000=0 \n" ); document.write( "2x^2+40x-9600=0 \n" ); document.write( "2(x^2+20x-4800)=0 \n" ); document.write( "2(x-60)(x+80)=0 \n" ); document.write( "x=-80 is not an answer. (negative) \n" ); document.write( "x=60 mi (car) \n" ); document.write( "x+20=80 mi (train) \n" ); document.write( "Always check: \n" ); document.write( "60^2+80^2=100^2 \n" ); document.write( "3600+6400=10000 true \n" ); document.write( "Ed \n" ); document.write( " |