document.write( "Question 814661: A ship with a faulty engine sailed 7hrs over a period.of.2days covering 59km.Average speed on the first day was 5km per hour less than the 2nd day but sailed 3hrs longer than on the second day.What is the average speed of 2nd day? \n" ); document.write( "
Algebra.Com's Answer #490488 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A ship with a faulty engine sailed 7hrs over a period.of.2days covering 59km. \n" ); document.write( "Average speed on the first day was 5km per hour less than the 2nd day \n" ); document.write( "but sailed 3hrs longer than on the second day. \n" ); document.write( "What is the average speed of 2nd day? \n" ); document.write( ": \n" ); document.write( "Let d = no. of hrs the 2nd day, then \n" ); document.write( "(d+3) + d = 7 hrs \n" ); document.write( "2d = 7 - 3 \n" ); document.write( "2d = 4 \n" ); document.write( "d = 2 hrs on the 2nd day \n" ); document.write( "then \n" ); document.write( "2 + 3 = 5 hrs on the 1st day \n" ); document.write( ": \n" ); document.write( "let s = av speed on the 2nd day \n" ); document.write( "then \n" ); document.write( "(s-5) = ave speed on the 1st day \n" ); document.write( ": \n" ); document.write( "1st day dist + 2nd day dist = 59 \n" ); document.write( "5(s-5) + 2s = 59 \n" ); document.write( "5s - 25 + 2s = 59 \n" ); document.write( "7s = 59 + 25 \n" ); document.write( "7s = 84 \n" ); document.write( "s = 84/7 \n" ); document.write( "s = 12 mph on the 2nd day \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "see if that checks out \n" ); document.write( "1st day dist: 5(12-5) = 35 mi \n" ); document.write( "2nd day dist: 2 * 12 = 24 mi \n" ); document.write( "-------------------------------- \n" ); document.write( "two day total distance: 59 mi \n" ); document.write( " \n" ); document.write( " |