I'm absolutely horrible at maths. I'm trying to write out mathematically that for every two minutes in a day a function executes, and this function results in saving x KB of data and y KB of some other data to a computer disk. Now I want to write out how much space it would take up in a day. So far this is what I got, assuming that S= x KB of data per execution and K= y KB of data per execution. I use 720 as it would execute that many times a day. Every 2 mins => 30 times an hour => 30 * 24 = 720

It looks ugly though and not right. Is there a better way to write it?