document.write( "Question 659660: a plane can travel 1200 miles with the wind in 20 hours. on the return trip the plane can travel 2/3 the distance in the same amount of time. what is the speed of the plane and the speed of the wind?\r
\n" );
document.write( "\n" );
document.write( "i have already tried to solve this problem out, this is what i came up with:\r
\n" );
document.write( "\n" );
document.write( "(x+y)20=1200
\n" );
document.write( "(x-y)20=1800 ---> (1200/ (2/3) =1800) \r
\n" );
document.write( "\n" );
document.write( "i then put it in the equation in the calculator as matrices:\r
\n" );
document.write( "\n" );
document.write( "A[20 20] B[1200]\r
\n" );
document.write( "\n" );
document.write( "A[20 -20] B[1800]\r
\n" );
document.write( "\n" );
document.write( "i got [75]
\n" );
document.write( " [-15]\r
\n" );
document.write( "\n" );
document.write( "is this right? i heard from my teacher we are not supposed to have negatives but i'm not sure if i had set this equation right.. please help :( \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #410850 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! It's not right. \n" ); document.write( "The return distance is 2/3*1200 = 800 not 1800. \n" ); document.write( "Then you should get \n" ); document.write( "x = 50 \n" ); document.write( "y = 10 \n" ); document.write( " |