document.write( "Question 1004170: during the first part of a kayak trip jack covered 60 km at certain speed he then travel 24 km at a speed that was for kilometers an hour slower if the total trip was eight hours what was the speed on each part of the trip \n" ); document.write( "
Algebra.Com's Answer #620723 by addingup(3677)![]() ![]() You can put this solution on YOUR website! We will call the speed r (stands for rate, another word for speed) \n" ); document.write( "60/r+24/r-4= 8 The common denominator is r*r-4, let's bring the numbers together: \n" ); document.write( "(12(7r-20))/r(r-4)= 8 Multiply both sides by r(r-4): \n" ); document.write( "12(7r-20)= 8r^2-32r Multiply on left \n" ); document.write( "84r-240= 8r^2-32r Subtract right from left: \n" ); document.write( "-8r^2+116r-240=0 Factor: \n" ); document.write( "-4(r-12)(2r-5)=0 Divide by -4: \n" ); document.write( "(r-12)(2r-5)= 0 Break it into 2 equations: \n" ); document.write( "r= 12 or 2r= 5= r= 5/2 Let's try 12: \n" ); document.write( "60/12= 5 \n" ); document.write( "24/(12-4)= 3 \n" ); document.write( "5+3= 8 hours The correct answer is 12km/h during the first part and 8km/h after that \n" ); document.write( " \n" ); document.write( " |