answersLogoWhite

0

What is a Varriable Expression?

Updated: 12/12/2022
User Avatar

Wiki User

14y ago

Best Answer

Any expression that contains one or more variable, such as x; x+2; x+y; x2, etc. Depending on the values of the variables, the expression can also have different values.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a Varriable Expression?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which schedule of reinforcement is programmed into slot machines?

varriable ratio


What is a independent varriable?

an independent variable is a term in science and it is not affected by other variables and can be changed in an experiment.


What are the automatic varriable in c?

An automatic variable is activated and has its memory allocated in the block in which it is declared. The memory and contents will be deleted when the block is exited.


What is techniques costing?

There are two type of costing are involved in a product or service. ie Direct cost and Indirect cost. In this two head there are two sub type costing are involved. ie Varriable cost and Fixed cost. Here the the total varriable cost are involved in a product of cost is called marginal costing. In another way the totoal cost -fixed cost is called marginal costing By M.Magesh 099948 33079


What percentage is 5 of 25?

the wording is "what percentage of 25 is 5" is= = of= * unknown varriable= x x*25=5 /25 /25 x=0.2 20% or 1/5 is the answer


What is marginal costing techniques?

There are two type of costing are involved in a product or service. ie Direct cost and Indirect cost. In this two head there are two sub type costing are involved. ie Varriable cost and Fixed cost. Here the the total varriable cost are involved in a product of cost is called marginal costing. In another way the totoal cost -fixed cost is called marginal costing By M.Magesh 099948 33079


Is 4d a numerical expression or variable expression?

A variable expression.


What property is 3 x?

It is an expression, not a property!It is an expression, not a property!It is an expression, not a property!It is an expression, not a property!


What kind of expression is 2x plus 3?

It isa linear expression,a binomial expression,an algebraic expression,a polynomial expression.


Is if else a loop or not?

No such thing as 'if-loop', you can choose from:while (expression) statementfor (expression; expression; expression) statementdo statement while (expression)


What is the slope of the line with equation y -7x?

y - 7x is not an equation, it is an expression. An expression cannot have a slope.y - 7x is not an equation, it is an expression. An expression cannot have a slope.y - 7x is not an equation, it is an expression. An expression cannot have a slope.y - 7x is not an equation, it is an expression. An expression cannot have a slope.


Why you need convert a expression into postfix expression?

You convert an (infix) expression into a postfix expression as part of the process of generating code to evaluate that expression.