document.write( "Question 825324: a man travels 200kms with a uniform speed of xkm per hour, the distance could have been covered in 2hours less had the speed been (x+5)km per hour.Calculate the value of x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #497216 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a man travels 200kms with a uniform speed of xkm per hour, the distance could have been covered in 2hours less had the speed been (x+5)km per hour. \n" ); document.write( "Calculate the value of x. \n" ); document.write( ": \n" ); document.write( "Write time equation; time = dist/speed \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multip0ly by x(x+5), cancel the denominators \n" ); document.write( "200(x+5) - 200x = 2x(x+5) \n" ); document.write( "200x + 1000 - 200x = 2x^2 + 10x \n" ); document.write( "Combine on the right to form a quadratic equation \n" ); document.write( "0 = 2x^2 + 10x - 1000 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "x^2 + 5x - 500 = 0 \n" ); document.write( "factors to \n" ); document.write( "(x+25)(x-20) = 0 \n" ); document.write( "positive solution \n" ); document.write( "x = 20 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the times \n" ); document.write( "200/20 = 10 hrs \n" ); document.write( "200/25 = 8 hrs \n" ); document.write( " \n" ); document.write( " |