answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the variable in a function with a value that is subject to choice?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

A is a rule that assigns each value of the independent variable to exactly one value of the dependent variable?

This will be a math function. Each choice is only going to have one answer in this kind of function.


How is solving for a specified variable in a formula similar to finding a solution for an equation or inequality?

With a formula, you know the variable's value, and you have to calculate the value of the function of it. With an equation, you know the function's value, and you have to calculate the value of the variable.


In mathematics what is a limiting value?

If the value of a function cannot be determined for any value of the independent variable, then, the value the function seems to be approaching would be its limiting value for that particular value of the independent variable.


How do you know whether a relation is a function?

Use the definition of a function. If, for any value of one variable, there is only a single possible value of the second variable, then the second variable is a function of the first variable. The second variable is often called the "dependent variable". If you can solve an equation explicitly for the dependent variable, then it is a function. If you can NOT solve it for a variable, it may or may not be a function - it turns out that some equations are hard or impossible to solve explicitly for one of the variables.


What is a value that is substituted for the independent variable in a relationship or function?

It is called the argument of the function.

Related questions

A is a rule that assigns each value of the independent variable to exactly one value of the dependent variable?

This will be a math function. Each choice is only going to have one answer in this kind of function.


How you can modify an integer variable value in a function?

with an assignment: variable = value variable += value variable /= -3; ...


What is the result of substituting a value for a variable in a function?

To find the value of the other variable


What is the output variable of a function?

It is a value in the co-domain [range] of the function.


How is solving for a specified variable in a formula different to finding a solution for an equation or inequality?

With a formula, you know the variable's value, and you have to calculate the value of the function of it. With an equation, you know the function's value, and you have to calculate the value of the variable.


How is solving for a specified variable in a formula similar to finding a solution for an equation or inequality?

With a formula, you know the variable's value, and you have to calculate the value of the function of it. With an equation, you know the function's value, and you have to calculate the value of the variable.


A function is a rule that assigns each value of the variable to exactly one value of the dependent variable?

I found two answers for this question. A function is a rule that assigns to each value of one variable (called the independent variable) exactly one value of another variable (called the dependent variable.) A function is a rule that assigns to each input value a unique output value.


In mathematics what is a limiting value?

If the value of a function cannot be determined for any value of the independent variable, then, the value the function seems to be approaching would be its limiting value for that particular value of the independent variable.


When can we say that a function is a relation?

When it doesn't fulfill the requirements of a function. A function must have EXACTLY ONE value of one of the variables (the "dependent variable") for every value of the other variable or variables (the "independent variable").


When can we say that a relation is a function?

When it doesn't fulfill the requirements of a function. A function must have EXACTLY ONE value of one of the variables (the "dependent variable") for every value of the other variable or variables (the "independent variable").


What is a zero of a quadratic function?

The "zero" or "root" of such a function - or of any other function - is the answer to the question: "What value must the variable 'x' have, to let the function have a value of zero?" Or any other variable, depending how the function is defined.


When function returns a value the entire function call can be assigned a variable?

AnswerYes, it can. For instance, if your function returns double you can assign the function call to a variable of type double.AnswerNo, only the returned value, of course.