answersLogoWhite

0


Best Answer

There is not enough information to determine the answer.

For example, 6 + 2 = 8 = 5 + 3

But 6 - 2 = 4 while 5 - 3 = 2.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If a is equal to the sum of b and c what is the difference of b and c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is relationship between exterior angles and opposite interior angles of a triangle?

The exterior angle of a triangle is equal to the sum of the two opposite interior angles. So if a triangle had points A, B and C: The exterior angle at B would equal the sum of interior angles at A and C. Similarly, the exterior angle at C would equal the sum of interior angles at A and B And the the exterior angle at A would equal the sum of interior angles at C and B.


What does 'equal to the sum' mean?

"the same as the others added together" For example: a=b+c+d a is equal to the sum of b plus c plus d. 9=2+3+4


What is the lower number of a subtraction problem called?

In any subtraction sum such as a - b = c, the a is the minuend, the b the subtrahend, and the c the difference.


What is the difference between the commutative property and the associative property?

Commutative: a + b = b + a a × b = b × a Associative: (a + b) + c = a + (b + c) (a × b) × c = a × (b × c) Commutative states that the sum or product remains the same no matter the order of the factors. Associative states that the sum or product remains the same no matter the grouping of the factors.


What are the 2 numbers that equal a sum?

In any sum a + b = c, the numbers represented by a and b are called addends or summands. Occasionally, the number represented by a is called an augend.


What is the sum Of?

The sum of is the total of everything being summed; the sum total. Thus the sum of a, b and c is therefore a + b + c.


What is the meaning of associative law in mathematics?

The associative law states that the order in which elements are grouped does not affect the outcome of an operation. In mathematics, this law is commonly used in addition and multiplication. For example, (a + b) + c is equal to a + (b + c), and (a * b) * c is equal to a * (b * c).


What is a over c plus b over c?

You add 2 fractions with the same denominator [c], so the sum is the sum of the numerators divided by the denominator: a/c + b/c = (a+b)/c


What is the difference between equals equals and equals in C programming?

a = b changes the value of a and makes it the same as the value of b. a == b does not change the values of a or b. It is an expression that is equal to 1 if a and b are the same or to 0 if a and b are different. For example: if ( a == b) { c = d;} means if a and b are the same, then set c equal to d. C does let you write the following: if ( a = b) { c = d;} This sets a equal to the value of b, and then if the new value of a is non-zero, it sets c equal to d. You can do this, but if you see a single equal sign in an "if" condition, that usually (but not always) is a mistake.


How do you Write a program in c to calculate the sum of two integers?

/*use "c-free" compiler*/ #include <stdio.h> main() { int a,b,c; printf("enter the value of a & b"); scanf("%d%d",&a,&b); c=a+b; printf("sum of the two numbers is a+b- %d",c); getch(); }


What are the four addition properties?

Commutative property: When two numbers are added, the sum is the same regardless of the order of the addends.For example a + b = b + a Associative Property: When three or more numbers are added, the sum is the same regardless of the order of addition.For example (a + b) + c = a + (b + c) Additive Identity Property: The sum of any number and zero is the original number.For example a + 0 = a. Distributive property: The sum of two numbers times a third number is equal to the sum of each addend times the third number. For example a x (b + c) = (a x b) + (a x c)


When two forces act on an object in the same direction the resultant force is equal to the?

The equation is a+b=c. If two forces act on an object in the same direction (a and b) then the net force ( c ) is equal to sum of the two acting forces.