document.write( "Question 712665: A hot-air balloon travels round the Earth 1km above the surface, following the equator. How much further does it travel than the distance around the equator? \n" ); document.write( "
Algebra.Com's Answer #438108 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A hot-air balloon travels round the Earth 1km above the surface, following the equator. How much further does it travel than the distance around the equator? \n" ); document.write( "--------------- \n" ); document.write( "r = radius of Earth \n" ); document.write( "Equator length (circumference) = 2*pi*r \n" ); document.write( "---- \n" ); document.write( "Distance balloon travels = 2*pi*(r+1) = 2*pi*r + 2pi \n" ); document.write( "---- \n" ); document.write( "Diff = 2pi km \n" ); document.write( " |