document.write( "Question 126901: Thomas drove 60 kilometers at a constant rate of speed. If he had driven 40 kph faster, he would have traveled the same distance for 24 minutes less. How fast did he drive? \n" ); document.write( "
Algebra.Com's Answer #92962 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 60/x=60/(x+40)+.4 \n" ); document.write( "60/x=(60+.4x+16)/(x+40) now cross multiply \n" ); document.write( "60(x+40)=x(60+.4x+16) \n" ); document.write( "60x+2400=60x+.4x^2+16x \n" ); document.write( ".4x^2+16x-2400=0 \n" ); document.write( "x^2+40x-6000=0 \n" ); document.write( "(x-60)(x+100)=0 \n" ); document.write( "x-60=0 \n" ); document.write( "x=60 kph. is the speed. \n" ); document.write( "PROOF: \n" ); document.write( "60/60=60/(60+40)+.4 \n" ); document.write( "1=(60+40)/100 \n" ); document.write( "1=1 \n" ); document.write( " \n" ); document.write( " |