A positive + A positive = A positive (1+2=3)
A negative + A negative = A negative (-1+(-2)=-3)
Adding a negative is like subtracting a positive (1 + (-2) = -1) this is equal to (1 - 2 = -1)
Adding a positive is like subtracting a negative (-1 + 2 = 1)
Answer:
see below
Step-by-step explanation:
8 can be factored from each of the terms of the sum. (It's the distributive property.)
8·0 + 8·1 + 8·2 + ... + 8·26 + 8·27
= 8·(0 +1 +2 + ... +26 +27)
I think each girl had 8.1 points may be wrong
The first step to determine the percentage of increase is to
compute for the difference of consumer price index in value.
231.11 (consumer price index for 2012) – 211.4 (consumer
price index for 2007) = 19.71 (increase)
To compute for the percentage of increase, you need to
compare the increase to the consumer price index for 2007.
19.71/211.4 = 9.3% increase
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)