document.write( "Question 478890: if the radius of a wheel is f feet, how many revolutions does the wheel make per mile? (1 mile = 5,280feet) \n" ); document.write( "
Algebra.Com's Answer #328158 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
if the radius of a wheel is f feet, how many revolutions does the wheel make per mile? (1 mile = 5,280feet)
\n" ); document.write( "----------------
\n" ); document.write( "It moves the length of its circumference each revolution
\n" ); document.write( "C = 2pi*r = 2pi*f
\n" ); document.write( "revs = 5280/(2pi*f)
\n" ); document.write( "revs = 2640/(pi*f)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );