Question 339020
You could say "Let {{{n}}} = number of
instructions executed in {{{t}}} microseconds
Then I can write:
{{{n = 64t}}}
Now I want to convert {{{10}}} min to microseconds
(10 minutes) x (60 seconds/ 1 minute) x ({{{10^6}}} microsec/sec)
This is
{{{10*60*10^6 = 60*10^6}}}
{{{t = 6*10^7}}} microsec
Now I plug this into my equation:
{{{n = 64*6*10^7}}}
{{{n = 384*10^7}}}
{{{n = 3840000000}}} instructions,
or 3.84 billion