answersLogoWhite

0


Best Answer

2. 2 plus 2 equals 4 and 2(2)= 4

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are there any values of the variable A for which the expressions 2 plus A and 2A have the same value?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In C plus plus all false relational expressions have a mathematical value of?

In C++ all false relational expressions have a mathematical value of 0.


What value of the variable x is associated with the following values for the variable y and y equals 2x plus 1?

If I understand the question correctly, and that is by no means certain, then x = (y-1)/2


What is x is the equation (x-32) plus (x-24)62?

Without an equality sign the given expression can't be considered to be an equation and so therefore a solution is not possible.


What is B plus B plus B plus C plus C plus C?

It is impossible to give any decimal/numeric value if we are not given the values of at least one variable, so the answer is B + B + B + C + C + C.


What is 9x squared plus 6x plus 1?

You can calculate a value if you assign a value to variable "x".


Is X squared plus 3x -2 prime?

1


What is this 3x equals 2y plus 7 in standard form?

It is an expression in two variable: it is NOT an equation. There is no standard form for expressions.


(h plus j) - ef?

The numerical value will depend on the values of each variable. The expression can't be further simplified, except that the parentheses can be omitted.


Store value in variable c plus plus?

#include<iostream> int main() { int var=42; // store the value 42 in a variable named var. return(0); }


What is the value of the discriminant for the equation 21 plus 33 plus 4?

There is no variable, and the equation is not valid.


What is the value of X and Y 3-2i - X plus Yi plus 2-3i?

To find the values of X and Y you need two independednt linear equations. There are no equations given, only an expression involving a third variable, i


What does count equals count plus 1 and total equals total plus 1 in algorithm means?

This is an instruction to increment the value of a variable by 1 (in this case, either the variable count or the variable total).