What does the function machine do with numbers 1, 2, 4, and 7?

  • Context: High School 
  • Thread starter Thread starter nonstop
  • Start date Start date
  • Tags Tags
    Function Machine
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
nonstop
Messages
7
Reaction score
0
If we have function machine, which change numbers 1,2,4 and 7 like this

1 --> 4
2 --> 8
4 --> 16
7 --> 28

How i know simple, what is function, what machine use? :frown:

( I don't speak very well english )
 
Mathematics news on Phys.org
From a numerical perspective, it looks like a straightforward scaling of the input number to get the output number (question -- what is the scale factor?).

From a binary state machine perspective, it looks like a shift left by a constant number of bits. How many bits?
 
Machine? What are you talking about? Specifying a function at only 4 points does not specify the function, but for simple purposes you can consider the function to be a constant multiple of the input.
 
nonstop said:
How i know simple, what is function, what machine use?
what did you mean by that question? can you please elaborate?
 
Last edited:
What about:

[tex]f(x)=4x[/tex]

As:

[tex] f(1)=4<br /> f(2)=8<br /> f(4)=16<br /> f(7)=28[/tex]
 
What lo2 said with a domain of {1,2,4,7}