Ask Question
19 July, 08:22

Input = 6, 0, 4

Output = - 4, 8, 0

What's the secret code?

+3
Answers (1)
  1. 19 July, 08:34
    0
    Multiply the input by - 2, then add 8:

    x * - 2 + 8

    input:

    [6,0,4]

    After step 1:

    [-12,0,-8]

    After step 2:

    [-4,8,0]
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Input = 6, 0, 4 Output = - 4, 8, 0 What's the secret code? ...” 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