document.write( "Question 153165: Making a round trip from Fairview to Casterville, a distance of 20 miles, a pilot faces a 30mph head wind one way and a 30mph tail wind on the return trip. The return trip takes 45 minutes less than the outbound journey. Find the speed of the plane in still air\r
\n" ); document.write( "\n" ); document.write( "from Fair/Cast distance=10miles; rate = (r-30); time = t
\n" ); document.write( "from Cast/Fair distnace= 10miles; rate = (r+30); time = t -45
\n" ); document.write( "the total distance is 20 miles\r
\n" ); document.write( "\n" ); document.write( "so 10 = t(r-30)
\n" ); document.write( " 10 = (r+30)(t-45)\r
\n" ); document.write( "\n" ); document.write( "the two variables are throwing me off, somethings wrong in my setup??\r
\n" ); document.write( "\n" ); document.write( "Thanks for your help.
\n" ); document.write( "

Algebra.Com's Answer #112669 by orca(409)\"\" \"About 
You can put this solution on YOUR website!
There is only a small mistake in the second equation. It is the unit of time.
\n" ); document.write( "Note that the unit for the speed of the wind is miles/hour. So you need to convert 45 minutes into 3/4 hours
\n" ); document.write( "So the simultaneous equations become:
\n" ); document.write( "10 = t(r-30) ................(1)
\n" ); document.write( "10 = (r+30)(t-3/4) ...........(2)\r
\n" ); document.write( "\n" ); document.write( "From equation (1), we have
\n" ); document.write( "\"t+=+10%2F%28r-30%29\"
\n" ); document.write( "Substituting it into equation (2), we have
\n" ); document.write( "\"10+=+%28r%2B30%29%2810%2F%28r-30%29-3%2F4%29\"
\n" ); document.write( "Solving for the above equation, we obtain
\n" ); document.write( "\"10+=+10%28r%2B30%29%2F%28r-30%29-3%28r%2B30%29%2F4%29\"
\n" ); document.write( "\"10%2A4%28r-30%29+=+4%2A10%28r%2B30%29-3%28r%2B30%29%28r-30%29\" Multiplying both sides by 4(r-30)
\n" ); document.write( "\"40r-1200=40r%2B1200+-3%28r%5E2-30%5E2%29\"
\n" ); document.write( "\"40r-1200=40r%2B1200+-3%28r%5E2-900%29\"
\n" ); document.write( "\"40r-1200=40r%2B1200+-3r%5E2%2B2700%29\"
\n" ); document.write( "\"3r%5E2=2700%2B1200%2B1200\"
\n" ); document.write( "\"3r%5E2=5100\"
\n" ); document.write( "\"r%5E2=1700\"
\n" ); document.write( "\"r+=+10sqrt%2817%29\"
\n" ); document.write( "\"r+=+41.23+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );