document.write( "Question 900760: Two cars leave an intersection, one traveling west and the other south. After some time, the faster car is 7 miles farther away from the intersection than the slower car. At that time, the two cars are 13 miles apart. How far did each car travel?\r
\n" );
document.write( "\n" );
document.write( "My work: x^2+(x+7)^2=13^2
\n" );
document.write( "x^2+x^2+(x+7)(x+7)=169
\n" );
document.write( "2x^2+7x+7x=169
\n" );
document.write( "2x^2+14x=169
\n" );
document.write( "2x^2+14x-155=0 \n" );
document.write( "
Algebra.Com's Answer #546119 by ewatrrr(24785) You can put this solution on YOUR website! \n" ); document.write( " |