document.write( "Question 350082: The gear ratio of two gears is the ratio of the number of teeth of the larger gear to the number of teeth of the smaller gear. in a set of three gears, the ratio of gear A to gear B is equal to the ratio of gear B to gear C . gear A has 36 teeth and gear C has 16 teeth . how many teeth does gear B have ? \n" ); document.write( "
Algebra.Com's Answer #250192 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A/B = B/C \n" ); document.write( ".. \n" ); document.write( "36/B= B/16 \n" ); document.write( "B^2= 16*36 \n" ); document.write( "take square root \n" ); document.write( "B = 4*6 \n" ); document.write( "B = 24 teeth \n" ); document.write( " |