document.write( "Question 365901: Two cars leave an intersection. One car travels north; the other travels east.
\n" );
document.write( " When the car traveling north had gone 24 miles, the distance between the cars
\n" );
document.write( " was four miles more than three times the distance traveled by the car heading
\n" );
document.write( " east. Find the distance between the cars at that time. \n" );
document.write( "
Algebra.Com's Answer #260768 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Two cars leave an intersection. One car travels north; the other travels east. \n" ); document.write( " When the car traveling north had gone 24 miles, the distance between the cars \n" ); document.write( " was four miles more than three times the distance traveled by the car heading \n" ); document.write( " east. Find the distance between the cars at that time. \n" ); document.write( ".. \n" ); document.write( "let distance of car going east be x \n" ); document.write( "by then car going north has traveled 24 miles \n" ); document.write( ".. \n" ); document.write( "3x-4 is the distance between the two cars. \n" ); document.write( "they form a right angle with the intersection point \n" ); document.write( ".. \n" ); document.write( "(3x-4)^2=x^2+24^2 \n" ); document.write( "9x^2-24x+16=x^2+576 \n" ); document.write( "9x^2-x^2-24x-576+16=0 \n" ); document.write( "8x^2-24x-560=0 \n" ); document.write( "/4 \n" ); document.write( "2x^2-6x-140=0 \n" ); document.write( "2x^2-20x+14x-140=0 \n" ); document.write( "2x(x-10)+14(x-10)=0 \n" ); document.write( "(2x+14)(x-10)=0 \n" ); document.write( "x= 10 miles \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |