document.write( "Question 143191: If someone could please help with the following. I am lost where to start.\r
\n" );
document.write( "\n" );
document.write( "Two cars leave an intersection. One car travels north, the other east. When the car travelling north had gone 9km, the distance between the cars was 6km more than the distance travelled by the car heading east. How far had the eastbound car travelled.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #104182 by edjones(8007)![]() ![]() You can put this solution on YOUR website! We have a right triangle. \n" ); document.write( "Let a=9, c=b+6 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "9^2+b^2=(b+6)^2 \n" ); document.write( "9^2+b^2=b^2+12b+36 \n" ); document.write( "12b-45=0 \n" ); document.write( "3(4b-15)=0 \n" ); document.write( "4b=15 \n" ); document.write( "b=3.75 km \n" ); document.write( ". \n" ); document.write( "Check: \n" ); document.write( "9^2+3.75^2=9.75^2 \n" ); document.write( "81+14.0625=95.0625 true \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |