answersLogoWhite

0

What is 12 in evaluated expression?

User Avatar

Anonymous

10y ago
Updated: 8/21/2019

When you evaluate it and round the answer to the nearest whole unit you will find that the answer is 12 provided that you have done it correctly.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is 6 (a plus 2)?

It is 6a + 12, an expression which cannot be evaluated without the value of a.


What is any value or expression that can be evaluated as being true or false?

A logical test is any value or expression that can be evaluated as being true or false.


How do you use for loop in c?

The for loop in C, and C++ and Java, is defined as ...for (init-expression, limit-expression, loop-expression) statement;The init-expression is evaluated once. Then the limit-expression is evaluated. If it is true, the statement is evaluated, which can be a block of statements, or even a null statement, otherwise, control transfers out of the loop. If the statement is executed, then the loop-expression is evaluated, and control transfers back to the limit-expression.As an example, to print the numbers 1 through 10 ...for (int i = 1; i


What are conditional operators in C language?

The conditional operator in C (and C++, C# and other languages) consists of two symbols, '?' and ':'. Together, they can be used to form an expression from three subexpressions:e1 ? e2 : e3The conditional operator is evaluated in two steps; first, the expression e1 is evaluated, if it has a true value, then e2 is evaluated and its value is returned as the result of the entire expression, otherwise (if e1 is false) e3 is evaluated and its value is returned as the result of the entire expression.


15x - 8?

7


Does an expression have to have a variable?

No. But if it is not, it is probably just a number - at best waiting to be evaluated.


What means expression in math for kids?

An expression is anything that can be evaluated (calculated) to get a number. That includes numbers themselves, additions, multiplications, etc.


What is the answer to ab-b-a 1?

There is no answer since there is no equation (nor an inequality), only an expression. Without the values of a and b, the expression cannot be evaluated.


Which statement about calcium is FALSE?

What are the choices?


What is 10 plus 3m?

It is an algebraic expression which cannot be evaluated without information about m.


Evaluate m plus 5?

The expression cannot be evaluated without knowing the value of m.


What is f plus 29919?

It is f + 29919, an expression which cannot be further simplified, nor evaluated.