document.write( "Question 886921: Given that the speed of light in vacuum is 3.00×108m/s, how many seconds does it take light to travel a distance of 2.60km ? \n" ); document.write( "
Algebra.Com's Answer #536234 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given that the speed of light in vacuum is 3.00×108m/s, how many seconds does it take light to travel a distance of 2.60km ? \n" ); document.write( "------------ \n" ); document.write( "Use ^ (Shift 6) for exponents. \n" ); document.write( "--- \n" ); document.write( "d = r*t \n" ); document.write( "r = 3*10^8 = 3e8 m/sec = 3e5 km/sec \n" ); document.write( "t = d/r \n" ); document.write( "t = 2.6/3e5 = 0.8666e-5 sec \n" ); document.write( "t = 8.666e-6 or 8.666*10^-6 sec \n" ); document.write( "t = 8.666 microseconds \n" ); document.write( "----------- \n" ); document.write( "The format 3e8 is commonly used in programming and math. \n" ); document.write( "It's much easier to type. \n" ); document.write( " |