document.write( "Question 568273: Two cars left an intersection at the same time. One traveled north. The other traveled 6 miles farther, but to the easy. How far did the car going east travel when the distance between the two cars was 30 miles? \n" ); document.write( "
Algebra.Com's Answer #366884 by mananth(16946) You can put this solution on YOUR website! they are traveling at right angles to each other. \n" ); document.write( "At any given instant they form a right triangle with their starting point \n" ); document.write( " \n" ); document.write( "distance of one from starting point= x North bound \n" ); document.write( " other = x+6 East bound \n" ); document.write( " \n" ); document.write( "X^2 + (x+ 6 }^2 = 30 ^2 \n" ); document.write( " * \n" ); document.write( "X^2 + X^2+ 12 x + 36 = 900 \n" ); document.write( " \n" ); document.write( "2 X^2 + 12 x -864 = 0 \r \n" ); document.write( "\n" ); document.write( "/2 \n" ); document.write( "x^2+6x -432 \n" ); document.write( "x^2+24x-18x-432=0\r \n" ); document.write( "\n" ); document.write( "x(x+24)-18(x+24)=0 \n" ); document.write( "(x+24)(x-18)=0\r \n" ); document.write( "\n" ); document.write( "x=24 OR 18 \n" ); document.write( "x=18 distance of north bound from starting point.\r \n" ); document.write( "\n" ); document.write( "ignore negative since distance cannot be negative \n" ); document.write( "distance of east bound will be = 18+6 = 24 miles from the starting point \n" ); document.write( " |