Question 96700
The part "e24" stands for times 10 to the 24. So if you have


2.41e24


it really looks like


{{{2.41*10^24}}}



This will turn 2.41 into a very large number with 22 zeros. So in other words the decimal moves to the right 24 times.




So if you have 



2417851639229258349412354



Start at the very right digit and place a decimal after the "4" so it reads



2417851639229258349412354.0



Now move the decimal incrementally to the left (make sure you count how many steps it takes) until you get in between the first and second digits like this:



2.417851639229258349412354



So you should've counted 24 places, which came from "e24".