document.write( "Question 311231: Translate the problem into a pair of linear equations in two vaiables. Solve the equations using either elimination or substitution. State your answer for the specified variable.\r
\n" );
document.write( "\n" );
document.write( "From a point on a river, two boats are driven in opposite directions, one at 10 miles per hour and the other at 8 miles per hour. In how many hours will they be 54 miles apart?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #222582 by mananth(16946)![]() ![]() You can put this solution on YOUR website! From a point on a river, two boats are driven in opposite directions, one at 10 miles per hour and the other at 8 miles per hour. In how many hours will they be 54 miles apart? \r \n" ); document.write( "\n" ); document.write( "When they are at a distance of 54 miles \n" ); document.write( "let boat A travel x miles \n" ); document.write( "Let boat B travel y miles \n" ); document.write( "x+y=54 \n" ); document.write( ". \n" ); document.write( "Time taken by boat A will be x/10 hours \n" ); document.write( "Time taken by boat B = y/8 hours \n" ); document.write( "time taken by them is the same. \n" ); document.write( "x/10=y/8 \n" ); document.write( "8x=10y \n" ); document.write( "8x-10y=0 \n" ); document.write( ". \n" ); document.write( "10(x+y)+(8x-10y)= 10*54+0\r \n" ); document.write( "\n" ); document.write( "10x+10y+8x-10y= 540 \n" ); document.write( "18x=540 \n" ); document.write( "x= 30 Boat A travels 30 miles.\r \n" ); document.write( "\n" ); document.write( "To travel 30 miles Boat A will take 30/10 hours \n" ); document.write( "= 3 hours. \n" ); document.write( ". \n" ); document.write( "check \n" ); document.write( "Boat B will travel 24 miles \n" ); document.write( "Time taken by boat B = 24/8 \n" ); document.write( "=3 hours.\r \n" ); document.write( "\n" ); document.write( "After 3 hours they will be at a distance of 54 miles \n" ); document.write( " |