document.write( "Question 426858: A person traveling 4 hours by plane and 25 hours by ship covers 1580 miles. If the speed of the plane had been one-half of the actual speed and the speed of the ship had been 0ne-fourth greater, the person would have traveled only 1315 miles in the same length of time. What is the speed of the plane and the ship? \n" ); document.write( "
Algebra.Com's Answer #296884 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A person traveling 4 hr by plane and 25 hr by ship covers 1580 miles. If the
\n" ); document.write( " speed of the plane had been one-half of the actual speed and the speed of the
\n" ); document.write( " ship had been one-forth greater, the person would have traveled only 1315
\n" ); document.write( " miles in the same length of time. Find the speeds of the plane and the ship.
\n" ); document.write( ":
\n" ); document.write( "Let x = speed of plane
\n" ); document.write( "and
\n" ); document.write( "Let y = speed of ship
\n" ); document.write( ":
\n" ); document.write( "Two distance equations; dist = time * speed
\n" ); document.write( ":
\n" ); document.write( "4x + 25y = 1580
\n" ); document.write( "and
\n" ); document.write( "4(.5x) + 25(1.25y) = 1315, (plane half speed, boat 1.25 original speed)
\n" ); document.write( "2x + 31.25y = 1315
\n" ); document.write( ":
\n" ); document.write( "Multiply above equation by 2. Subtract the first equation
\n" ); document.write( "4x + 62.5y = 2630
\n" ); document.write( "4x + 25y = 1580
\n" ); document.write( "---------------------subtraction eliminates x, find y:
\n" ); document.write( "37.5y = 1050
\n" ); document.write( "y = \"1050%2F37.5\"
\n" ); document.write( "y = 28 mph speed of the ship
\n" ); document.write( ":
\n" ); document.write( "Find x using the 1st equation
\n" ); document.write( "4x + 25(28) = 1580
\n" ); document.write( "4x + 700 = 1580
\n" ); document.write( "4x = 1580 - 700
\n" ); document.write( "4x = 880
\n" ); document.write( "x = \"880%2F4\"
\n" ); document.write( "x = 220 mph speed of the plane
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution in 2nd equation, plane half speed, boat 1.25 original speed:
\n" ); document.write( "4(110) + 25(35) =
\n" ); document.write( "440 + 875 = 1315
\n" ); document.write( "
\n" );