document.write( "Question 236571: During the first part of a trip, a canoeist travels 79 miles at a certain speed. The canoeist travels 2 miles on the second part of the trip at a speed 5mph slower. The total time for the trip is 2 hrs. What was the speed on each part of the trip? (Simplify the answer, type an integer or a decimal point, round to the nearest hundredth). \n" ); document.write( "
Algebra.Com's Answer #174119 by JimboP1977(311) You can put this solution on YOUR website! (79/v)+2/(v-5)=2\r \n" ); document.write( "\n" ); document.write( "Multiply out gives\r \n" ); document.write( "\n" ); document.write( "(79v-395+2v)/v^2-5v = 2\r \n" ); document.write( "\n" ); document.write( "81v-395 = 2v^2-10V\r \n" ); document.write( "\n" ); document.write( "-395 = 2v^2-91v\r \n" ); document.write( "\n" ); document.write( "divide each side by 2\r \n" ); document.write( "\n" ); document.write( "-395/2 = v^2-91v/2\r \n" ); document.write( "\n" ); document.write( "Complete the square\r \n" ); document.write( "\n" ); document.write( "-395/2 = (v-91/4)^2 - (91/4)^2\r \n" ); document.write( "\n" ); document.write( "(-395/2 + (91/4)^2)^1/2 = v - 91/4\r \n" ); document.write( "\n" ); document.write( "v = 17.89 + 91/4 = 40.64\r \n" ); document.write( "\n" ); document.write( "OR\r \n" ); document.write( "\n" ); document.write( "v = -17.89 + 91/4 = 4.86\r \n" ); document.write( "\n" ); document.write( "since you can not have a negative speed (4.86 - 5) then we can ignore the second solution for v.\r \n" ); document.write( "\n" ); document.write( "so the speed on the first part of the trip was 40.64 mph and 35.64mph on the second part. \n" ); document.write( " |