answersLogoWhite

0


Best Answer

If you know some values, then you at least have a function of some sort, but you don't know what other values might be. To be a useful function you must be aware that a rule exists to calculate its value for any situation, and preferably know what the rule (equation or whatever) is.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you tell something is a function when you are given values of the function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you write when a high school application asks you to tell them about you?

A few words about the family, your hobbies, interests, something that describes your values and function as a family.


How can you tell something is a linear function?

A function is linear if one variable is directly proportional to the other.


What does the probability density function tell you?

The area under the pdf between two values is the probability that the random variable lies between those two values.


How do you tell if its relation between range and domain?

Domain is what you can plug into the function (possible x values for y=f(x) type functions) and range is the possible values you can get out (possible y values).


How would you describe a function?

It's something an object or a person could do or be used for. Example: the function of a clock is to tell time.


How do you tell if a graph is a function?

For a 2-dimensional graph if there is any value of x for which there are more than one values of the graph, then it is not a function. Equivalently, any vertical line can intersect the a function at most once.


How do you tell if a function with a vertical asympote has a numerator of 1 or a numerator of x?

If there are no coordinates given then you cannot.


What is a function of a soda can?

The function of a soda can is something that cannot be told by this website. I hate thus website ecause it does ot tell you anything!!!!!!!!!!!!!!!!!


What does confide mean?

To tell someone something and be able to trust them with the information that you have given them.


Does a sideways parabola represent a function?

No, it does not. You can tell if something is a function or not by using the vertical line test. If there is more than one point at any vertical line, it is not a function.


What is the difference between return 0 and return -1 in c?

If we consider any function that is not the main function that is declared as "bool" i.e it will return boolean values to the main function-0 & 1, meaning 'false' and 'true' respectively. If we have to tell the main function that the condition checked in the function is false or disagreed, then we return 0 to the main function and when we have to tell that the condition checked in the main function is true or agreed, then we return 1 to the main function.


Why you pass arguments to function in c plus plus?

You pass arguments to functions because that is how you tell the function what you want it to do. If you had, for instance, a function that calculated the square root of something, you would pass that something as an argument, such as a = sqrt (b). In this case sqrt is the function name, b is passed as its argument, and the return value is assigned to a.