answersLogoWhite

0

The total sum

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can 5 odd numbers make 50?

No. Two odd numbers added together always give an even number. Two even numbers added together always give an even number. An odd and an even number added together always give an odd number. So, if we have 5 odd numbers - a, b, c, d and e a + b will be even c + d will be even So if (a + b) + (c + d) is even, adding e to that will have to be an odd number - but 50 is even, so it cannot be done.


What three numbers when multiplied OR added together equal 7.11?

I just did a very similar problem where you have to find a set of numbers so that when multiplied or added together you get 7. So i just plugged in your 7.11 into my formula and got an answer. Its a bit complicated how I got there. Essentially I used the formula a/b+(a-b)/b+b^2=(whatever number you want). And the formula a/b*(a-b)/b*b^2=(the number you want). Then I plugged in 7.11, combined the two formulas to solve for b. Used my calculator to find the solution (which should be in terms of fourth roots and square roots) and got these numbers. (they are rounded) a=3.121604582 b=.84392981. Notice that each of those equations uses 3 terms (a/b, (a-b)/b, b^2). Those are the three numbers. So finally, the numbers are... 3.698891237, 2.698891237, .7122175253. If you want whole numbers though... I cant help.


How does the absolute value of the sum relate to the absolute value of the two numbers being added?

|a + b| ≤ |a| + |b|


What two numbers multiplied equal negative -23 and added together equal 13?

-10


Swap two numbers using call by value and call by reference?

You cannot swap two numbers using call by value, because the called function does not have access to the original copy of the numbers.Swap with call by reference... This routine uses exclusive or swap without temporary variable.void swap (int *a, int *b) {*a ^= *b;*b ^= *a;*a ^= *b;return;}


How to swap two numbers by call by reference in c plus plus?

void swap(int& a, int& b ) { a^=b^=a^=b; }


What does associative properties of multiplication mean?

The associative property of multiplication states that for any three numbers a, b and c, (a * b) * c = a * (b * c) and so we can write either as a * b * c without ambiguity. ie, when multiplying three numbers together, you can multiply the first two together and then multiply the result of that by the third, or multiply the second two numbers together and multiply that result by the first, and you will get the same answer.


What is communativie property?

The commutative property states that the order of the numbers being added or multiplied does not change the result. For addition, this means that a + b = b + a. For multiplication, this means that a * b = b * a.


What two numbers added together equals 5 but multiplied together equals 10?

The numbers are (1/2)(5 + i root(15)) and (1/2)(5 - i root(15))Note: You can get this from the Wolfram Alpha site, using the input: a+b=5, ab=10


How do you find the mean of 6 numbers?

Mean = sum of all numbers divided by number of numbers you summed. Call numbers a, b, c, d, e, f (a+b+c+d+e+f)/6 = mean


What are two counting numbers that are three apart and their sum is 47?

Let's call the numbers A and B, A being the bigger number. So, A - B = 3 and A + B =47 That makes, (A - B) + (A + B) = 2A = 50 Thus, A = 25 and B = 22.


What is the comuntitive property?

The commutative property states that the order of two numbers being added or multiplied does not change the result. For addition, it means a + b = b + a. For multiplication, it means a * b = b * a.