document.write( "Question 238658: How many revolutions will a car wheel of diameter 60cm make as the car travels a distnace of 4km? \n" ); document.write( "
Algebra.Com's Answer #175353 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many revolutions will a car wheel of diameter 60cm make as the car travels a distnace of 4km? \n" ); document.write( "---------------- \n" ); document.write( "The circumference is pi*d. It moves that far per revolution. \n" ); document.write( "4 km = 400000 cm \n" ); document.write( "revs = 400000/(60*pi) \n" ); document.write( "revs = 20000/3pi \n" ); document.write( "revs =~ 2122 \n" ); document.write( " \n" ); document.write( " |