answersLogoWhite

0

10 + n

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write the phrase as a variable expression 10 times a number?

10n


What is the variable expression for negative ten decreased by 18 times a number?

-10-18x


When K equals 10 what is the value of this expression 3k?

k = 10 3k = 30 When a number appears next to a variable (like "k") it usually means multiply the number times the variable.


What do you call replacing a variable in an expression by a number?

A variable is a letter that represents a number. An expression that contains at least one variable is called variable expression, also called algebraic expression. A variable expression has one or more terms. A term is a number, a variable, or a product of numbers and variables. For example,3(x^2)y + 2xy + x - 7 is a variable expression, where you have 4 terms.When working with variable expression, you often use the substitution principle:If a = b, then a may be replaced by b in any expression.The set of numbers that a variable may be represent is called replacement set, or domain, of the variable. To evaluate a variable expression, you replace each variable with one of its values and simplify the numerical expression that results.Example: Evaluate the expression 2x - 4y for x = 5 and y = -9.Solution:2x - 4y= 2(5) - 4(-9)= 10 + 36=46


Write a variable expression the product of thirteen and the sum of a number and ten?

the product of 8 and the sum of 10 and -7


What information does each number and variable in the expression 10 plus 6h represent?

In the expression (10 + 6h), the number 10 represents a constant value or a fixed amount. The variable (h) typically represents a quantity that can change, often associated with a specific context, such as hours or height. The coefficient 6 indicates that for each unit increase in (h), the total value of the expression increases by 6. Thus, the expression as a whole reflects a linear relationship where the total value depends on both the constant and the variable's contribution.


What is a coefficient?

A coefficient is a number in front of a variable (i.e. multiplied by it).For example, in the expression x2 - 10x + 25, the coefficient of x2 is 1 and the coefficient of x is -10. The third term, 25, is a constant.If the expression were -x2 + 10x + 25, the coefficient of x2 would be -1, and the coefficient of x would be 10.


Write the phrase as a variable expression 10 times a n?

10n


What is the algebraic expression that represents the sum of 10 and 3 times a number x?

The algebraic expression that represents the sum of 10 and 3 times a number x is 10 + 3x. This expression can be simplified by multiplying 3 with x to get 3x, and then adding 10 to it. In this expression, 3x represents three times the value of x, and 10 represents a constant value added to the product of 3 and x.


How do you substitute values in a formula?

It means that if you know the value of a variable, you replace every occurence of the variable with the value. For example, if x = 10, and you have the expression x2 + 5x - 3, you replace every x with 10, to get 102 + 5(10) - 3.It means that if you know the value of a variable, you replace every occurence of the variable with the value. For example, if x = 10, and you have the expression x2 + 5x - 3, you replace every x with 10, to get 102 + 5(10) - 3.It means that if you know the value of a variable, you replace every occurence of the variable with the value. For example, if x = 10, and you have the expression x2 + 5x - 3, you replace every x with 10, to get 102 + 5(10) - 3.It means that if you know the value of a variable, you replace every occurence of the variable with the value. For example, if x = 10, and you have the expression x2 + 5x - 3, you replace every x with 10, to get 102 + 5(10) - 3.


What is 100 - 110e?

-10


Can an expression be assigned variable ie expression equals variable?

Yes.Expressions are just javascript, so they can access any global variables on the page.The following works:var w = 10