answersLogoWhite

0


Best Answer

It might depend on the exact circumstances. Often, you would solve an equation to achieve that.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some useful ways of finding the value of a variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

For some positive value of X the probility that a standard normal variable is between 0 and plus 1.5x is 0.4332 then what is the value of X?

1.5x = 1.500055 so x = 1.000037, approx


What is a literal equation?

Literal Equations are what are commonly referred to as formulas, or formulae. They are recipes for finding the numeric value of a variable, assigned a "letter" name (hence "literal") that typically stands for some sort of real-world quantity, such as Volume, Temperature, Pressure, amount of interest an investment earned, and so on.This variable has an established relationship to other quantities that are also assigned "letter" names in the recipe (the equation),that gives the relationship between (or among) the quantities. The deal is, if we know the values for all of the variables in the recipe except one, then we can plug those values into the recipe and solve for the one variable whose value we don't know.


The ratio of an amount of change is called the?

The answer depends on whether the ratio is in the context of the starting value, or time (over which the change takes place), or some other variable.


What makes an equation a quadratic function?

Basically the fact that some variable is squared - or that one variable is multiplied with another variable.


How do you evaluate functions?

To evaluate a function means to replace the variable with some value, and calculate the value of the function. For example, in the parabola y = x2 (or, using functional notation, f(x) = x2), if you replace x with 10, and calculate x2, you are evaluating the function for that specific value.

Related questions

What can be useful when finding the value of a variable?

A value of some function of the variable at some point and an equation which links the two.


How do mathematicians define a variable?

They define a variable by saying n equals some value.


If a variable is not initialized the value of that variable is likely to be?

It's almost impossible to predict, but the value will be some data left by OS when it was previously used.


What is the meaning of dipendent variable?

I hope this helps you out a lot. If you are asking what a dependent variable is, here is your answer: A dependent variable is a variable which would be the output of the experiment. The value of the dependent variable depends on the value of the independent variable. If you are asking what a dependent variable does, here is your answer: A dependent variable shows you the output of the experiment. It shows you the independent variable's function. If you have learned that in Math, you should understand. Source(s): I'm a Science and Math whiz.


How can you declare the variable in PHP?

Variables in PHP do not need to be declared like some languages (e.g. JavaScript). This is all that needs to be done to assign a variable: $variable = "Value";


Difference between reference variable and instance variable?

An object is the actual storage space in memory in which some collection of data resides.A reference variable is a variable which refers to the memory location of an object.Look at the pseudocode below:Object obj = new Object();Here obj is the reference variable, and the data to which it refers is the object.


What is an upper bound estimate?

Given a value for some variable, it is the maximum value that it could have had wich would have been rounded to the given value.


What is the intialization in c?

Initialization is nothing but assigning some value to a parameter. ex :- int a; // Defination of an integer variable a = 3; // Initialization of the variable a


What are the definition between indeoendent and dependent variables?

The independent variable determines the value of other variables and is change by the person doing the experiment. The dependent variable is what is affected by the independent variable; it "depends" on the independent variable.


What is variabale?

It is spelled variable, and is simply a placeholder. You can assign a value to a variable, which points at the memory base of the value. A variable can be called almost anything, however there are certain things they cannot be named. Read some C programming tutorials for a complete explanation of variables.


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 the use of variables in c language?

Variable is of any Data Type and Data Type can be defined as a type of value that a Variable will hold.............means which type of value you want to store, eg: fractional value (3.5454), whole value (3,76,3,67), character value (a,v,c,f,b,z) etc.......... So The Use the Variable is to store a value of any kind (some mentioned above)