document.write( "Question 202242: Pleaseee Help me with the following question, I will be grately thankful.\r
\n" );
document.write( "\n" );
document.write( "A bicycle has two sets of gears, one at the pedals and one at the rear wheel. A typical 10-speed bicycle has two gears on the chain wheel and five gears on the rear wheel. The speed at which a bicycle travels depends on three independent factors:
\n" );
document.write( "- The first is the speed at which the cyclist pedals to turn the front gear (measured in rotations per minute).
\n" );
document.write( "- The second is the gear ratio from the front gear to the rear wheel (a ratio between the number of teeth on the rear gear).
\n" );
document.write( "- The third is the size of the rear wheel (measured as the diameter of the wheel).
\n" );
document.write( "a)Develop a formula that predicts the velocity in km/h for a bicyclist.(2 marks)
\n" );
document.write( "b)How fast will a cyclist travel (in km/h) who is pedalling at 50 rpm with a 42-toothed gear on the front, a 14-toothed gear on the back, and a tire with a diameter of 26 inches?(2 marks)
\n" );
document.write( "c)In what ways can a cyclist pedal more slowly but maintain the same speed?(1 mark) \n" );
document.write( "
Algebra.Com's Answer #152505 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = number of gear teeth in front. \n" ); document.write( "let y = number of gear teeth in back. \n" ); document.write( "let d = diameter of the back wheel. \n" ); document.write( "----- \n" ); document.write( "let kmph = distance traveled in kilometers per hour. \n" ); document.write( "let r = radius of the back wheel in inches = d/2 \n" ); document.write( "let c = circumference of the back wheel in inches. \n" ); document.write( "let k = inch to kilometer ratio. \n" ); document.write( "----- \n" ); document.write( "circumference of a circle = \n" ); document.write( "----- \n" ); document.write( "rpm = number of revolutions of the front crank per minute. \n" ); document.write( "rph = number of revolutions of the front crank per hour = 60 * rpm. \n" ); document.write( "----- \n" ); document.write( "your formula looks like it should be: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "x = 42 \n" ); document.write( "y = 14 \n" ); document.write( "d = 26 \n" ); document.write( "r = d/2 = 13 \n" ); document.write( "c = \n" ); document.write( "k = .0254/1000 \n" ); document.write( "rpm = 50 \n" ); document.write( "rph = 50 * 60 = 3000 \n" ); document.write( "----- \n" ); document.write( "your formula becomes the following, using these values: \n" ); document.write( " \n" ); document.write( "solving this equation, you get an answer of: \n" ); document.write( "18.6723701 which is the speed of the bicycle in kilometers per hour. \n" ); document.write( "----- \n" ); document.write( "here's how it works. \n" ); document.write( "the front crank is roating at 50 revolutions per minute. \n" ); document.write( "times that by 60 and it becomes 3000 revolutions per hour. \n" ); document.write( "the number of teeth in the front crank is 42 and the number of teeth in the rear crank is 14. 1 revolution of the front crank causes the rear crank to revolve 3 times (42/14). \n" ); document.write( "this means that 3000 revolutions per hour of the front crank results in 9000 revolutions per hour of the rear crank per hour. \n" ); document.write( "each revolution of the rear crank cause the rear wheel to revolve one time. \n" ); document.write( "the circumference of the rear wheel is a function of the diameter. since \n" ); document.write( "this means that 9000 revolutions of the rear wheel per hour causes the bicycle to move 9000 * 81.68.... inches = 735132.68 ... inches. \n" ); document.write( "the ratio of inches to kilometers is .0254/1000. \n" ); document.write( "multiplying 735132.68 ... inches by .0254/1000 results in 18.67237 kmph (kilometers per hour). \n" ); document.write( "----- \n" ); document.write( "the answer looks reasonable. \n" ); document.write( "the miles per hour would be approximately .625 * 18.67237 = 11.67 mph which is a reasonable speed to assume for a bicycle. \n" ); document.write( "----- \n" ); document.write( "if the cyclist wants to pedal more slowly and achieve the same speed, he can do this by two basic ways. \n" ); document.write( "1. increase the ratio of the front gear teeth to the back gear teeth. \n" ); document.write( "2. increase the diameter of the rear wheel. \n" ); document.write( "either one of these will increase the distance traveled per revolution of the front crank. \n" ); document.write( " \n" ); document.write( " |