document.write( "Question 665945: When a car reduces its speed by 18 km/h, its wheels, 200 cm in circumference, take 1 second longer to make 50 revolutions. What was the car`s original speed ? \n" ); document.write( "
Algebra.Com's Answer #414181 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! When a car reduces its speed by 18 km/h, its wheels, 200 cm in circumference, take 1 second longer to make 50 revolutions. What was the car`s original speed ? \n" ); document.write( ": \n" ); document.write( "Find how far 50 rev is with a 200 cm circumference wheel, convert to meter \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "let s = original speed in meters/sec \n" ); document.write( ": \n" ); document.write( "Find how many m/sec is 18 km/hr \n" ); document.write( " \n" ); document.write( "then \n" ); document.write( "(s-5) = the reduced speed in m/sec \n" ); document.write( ": \n" ); document.write( "Write a time equation, time = dist/speed \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply by s(s-5), resulting in \n" ); document.write( "100s - 100(s-5) = s(s-5) \n" ); document.write( "100s - 100s + 500 = s^2 - 5s \n" ); document.write( "combine like terms, arrange as a quadratic equation \n" ); document.write( "s^2 - 5s - 500 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s-25)(s+20) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "s = 25 m/sec is the original speed \n" ); document.write( ": \n" ); document.write( "Convert to km/h \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, find the time required to travel 100 m at each speed \n" ); document.write( "Reduced by 5 m/sec: 100/20 = 5 sec \n" ); document.write( "Original speed: 100/25 = 4 sec, a 1 second difference \n" ); document.write( " |