Ask Question

A computer can perform c calculations in s seconds. How many minutes will it take the computer to perform k calculations?

+1
Answers (1)
  1. 26 February, 10:30
    0
    c calculation = s seconds

    1 calculation = s/c seconds

    therefore for "k" calculation

    k calculation = k * (s/c) seconds

    convert it into minutes

    k calculation = (k * (s/c)) / 60 minutes

    Explanation:

    Since "c" calculation takes "s" seconds by a computer. Then 1 calculation will take "s/c" seconds. If we have to find the time for "k" calculation Then multiply "k" with "s/c". it will give the time for "k" calculation. Then convert it into minutes by dividing 60. This will be the time in minutes for "k" calculation.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A computer can perform c calculations in s seconds. How many minutes will it take the computer to perform k calculations? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers