Ask Question
17 October, 06:53

A computer is programmed to accept a number, add 4 to it, and then multiply the sum by 5. Ifx represents the number first fed into the machine, and the result of the first run is then fed back into the computer, what will the result of the second run be?

+3
Answers (1)
  1. 17 October, 07:04
    0
    =[{ (x+4) * 5} + 4] * 5

    Step-by-step explanation:

    If x is input

    Adding 4

    =x+4

    then multiplying by 5

    = (x+4) * 5

    Giving the result of first run in second will give

    =[{ (x+4) * 5} + 4] * 5
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A computer is programmed to accept a number, add 4 to it, and then multiply the sum by 5. Ifx represents the number first fed into the ...” in 📗 Mathematics 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