document.write( "Question 1034015: Billy likes to go cycling.
\n" ); document.write( "His bike has wheels of diameter 85cm.
\n" ); document.write( "He has invented a counter for his bike,
\n" ); document.write( "which counts the number of revelations the wheel makes.
\n" ); document.write( "One day the counter shows 370 revolutions.
\n" ); document.write( "How far has billy cycled?
\n" ); document.write( "give your answer to the nearest metre.
\n" ); document.write( "

Algebra.Com's Answer #648601 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
I'm thinking the wheel makes revolutions...revelation is something else...lol...
\n" ); document.write( "In any case,
\n" ); document.write( "370 revolutions means 370 circumferences. We use
\n" ); document.write( "\"C+=+%28pi%29d\" so that
\n" ); document.write( "Total distance he cycled is
\n" ); document.write( "\"370C+=+370%28pi%29d+=+370%283.14159%29%28.85%29+=+988\" meters
\n" ); document.write( "
\n" );