document.write( "Question 1084334: A route up a mountain is 20 km long john followed this routeat the average speed of x km/h
\n" );
document.write( "a)Write down an expression in trems of x for a number of hourshe tooks to walk up the mountain
\n" );
document.write( "b)he came down the mountain by a different route the lenght ofthis route was 25 km his average speed coming down the mountain was2 m per hour greater then his average speed going up the mountainwrite down an expression in terms of x for the number of hours hetook to walk down
\n" );
document.write( "c)if took john one and half hours less to come downthen to go up write down an equation in x and show that itsimplifies to 3x^2+16x-80-0 \n" );
document.write( "
Algebra.Com's Answer #698445 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! speed*time=distance \n" ); document.write( "x*time=20 \n" ); document.write( "time=20/x \n" ); document.write( "========== \n" ); document.write( "(x+2)*time=25 \n" ); document.write( "time=25/(x+2) \n" ); document.write( "========== \n" ); document.write( "The second time is 1.5 less than the first \n" ); document.write( "Therefore,(20/x)-1.5=(25/(x+2)) \n" ); document.write( "multiply everything by x*(x+2) \n" ); document.write( "20(x+2)-1.5(x^2+2x)=25x \n" ); document.write( "20x+40-1.5x^2-3x=25x \n" ); document.write( "0=1.5x^2-8x-40 \n" ); document.write( "3x^2-16x-80=0 \n" ); document.write( " |