need math help

rudeguy

Lifer
Dec 27, 2001
47,351
14
61
Its been a long day and my brain is not hitting on all 3 cylinders.

How long would it take to upload 500 gigs of files if your upload speed is 3Mbps?

I tried figuring it out and I got 3 different answers depending on how I tried to solve it.



Feel free to insult my public education after helping me.
 

PlasmaBomb

Lifer
Nov 19, 2004
11,636
2
81
A long time.

500 GB * 1024 = 512000 MB * 1024 = 524288000 kB * 8 = 4194304000 kb

4194304000/ (3 * 1024) = 1365333.3 s
1365333.3/60 = 22755.6 minutes
22755.6/60 = 379.26 hours
379.26/24 = 15.8 days.

Give or take.

Assumes a 100% sustained upload, so add about 20%.
 
Last edited:

rudeguy

Lifer
Dec 27, 2001
47,351
14
61
A long time.

500 GB * 1024 = 512000 MB * 1024 = 524288000 kB * 8 = 4194304000 kb

4194304000/ 3 * 1024 = 1365333.3 s
1365333.3/60 = 22755.6 minutes
22755.6/60 = 379.26 hours
379.26/24 = 15.8 days.

Give or take.

Assumes a 100% sustained upload, so add about 20%.

wouldn't you divide the 4194304000 by 3, not multiply?
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
A long time.

500 GB * 1024 = 512000 MB * 1024 = 524288000 kB * 8 = 4194304000 kb

4194304000/ 3 * 1024 = 1365333.3 s
1365333.3/60 = 22755.6 minutes
22755.6/60 = 379.26 hours
379.26/24 = 15.8 days.

Give or take.

Assumes a 100% sustained upload, so add about 20%.

nitpick, connection speeds are advertised as powers of 10 so 3 megabits is 3000000 bits. small diff though.
 

PlasmaBomb

Lifer
Nov 19, 2004
11,636
2
81
nitpick, connection speeds are advertised as powers of 10 so 3 megabits is 3000000 bits. small diff though.

Will need to look into that, over here a 3Mbps pipe is also rated at 384 kBps.

384 kBps * 8 = 3072kbps which is the basis I used before using base 2.