answersLogoWhite

0

Addition is two things combined together

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

How do you round 674 in addtion to the nearest hundred?

It is rounded to 700.


Is the set of rational numbers closed under addtion?

Yes, it is.


What are the factors of 48 and the can equal 18 in addtion?

The 10 factors of 48 are 1, 2, 3, 4, 6, 8, 12, 16, 24, and 48.The 6 and 12=181,2,3,4 and 8 =18 when addedAlso, 4,6 and 8 add up to 18.


How can you tell if functions are inverse functions?

If two functions are the inverse of each other, they reverse or undo what the other function does. To give the simplest example, addition and subtraction are inverse functions, so that if you start with 7 and add 3 you get 10, and then if you subtract 3 you are back to 7, which is what you started with, so the subtraction reverses the effect of the addtion (if you subtract the same amount, which in this example was 3).


How is eleven squared different from parenthesis eleven squared?

Please Excuse My Dear Aunt Sally... PEMDAS P = parenthesis E = Exponent M = Multiply D = Divide A = Add S = Subtract In other words, order of operation as it is know in mathematics. So coming full circle to your question, parenthesis are typically reserved in equations force a portion of a calcuation to be completed before another, i.e. 1+2*3=7, while (1+2)*3=9. In the second equation, parenthesis are inserted to make sure the addtion is completed prior to the multipication. However, in the question you pose the answer would be the same. (11)^x = 11^x All that said, if the parenthesis in question in in a line of software code, most programs will only connect the term immediately before the carrot "^" as being raised to the power. So a program would read 11^x as 1*1^x instead of (11)^x, thus the need for the parenthesis.