I'm going to make a sticky thread where the very very basic mathematical principles are collected for everybody's reference. Please feel free to discuss and add to what I have here.
Cancelling out "common terms" on both sides of an equation
You need to be very careful when you do algebra derivations. One of the common mistake is to divide both side by "a common term". Remember you can only do this safely if the "common term" is a constant. However you CAN't do it if it contains a variable.
Example:
x(x-2)=x
You can't cancel out the x on both side and say x=3 is the solution. You must move the x on the right side to the left side.
x(x-2)-x=0
x(x-2-1)=0
The solutions are: x=0 and x=3
The reason why you can't divided both sides by x is that when x is zero, you can't divide anything by zero.
Equally important if not more, is that you CAN'T multiple or divide a "common term" that includes a variable from both side of an inequality. Not only it could be zero, but it could also be negative in which case you would need to flip the sign.
Example:
x^2>x
You CAN'T divided both sides by x and say x>1. What you have to do is to move the right side to the left:
x^2-x>0
x(x-1)>0
Solution would be either both x and x-1 are greater than zero, or both x and x-1 are smaller than zero. So your solution is: x>1 or x<0
Example:
x>1/x
Again you CAN'T multiply both sides by x because you don't know if x is positive or negative. What you have to do is to move the right side to the left:
x-1/x>0
(x^2-1)/x>0
If x>0 then x^2-1>0 =>x>1
If x<0 then x^2-1<0 =>x>-1
Therefore your solution is x>1 or 0>x>-1.
You could also break the original question to two branches from the beginning:
x>1/x
if x>0 then x^2>1 =>x>1
if x<0 then x^2<1 => x>-1
Therefore your solution is x>1 or 0>x>-1.
Last edited by HongHu on Sat Mar 26, 2005 10:08 pm, edited 3 times in total.
Start with the units digit, add every other digit and remember this number. Form a new number by adding the digits that remain. If the difference between these two numbers is divisible by 11, then the original number is divisible by 11.
Examples:
Is the number 824472 divisible by 11? Starting with the units digit, add every other number:2 + 4 + 2 = 8. Then add the remaining numbers: 7 + 4 + 8 = 19. Since the difference between these two sums is 11, which is divisible by 11, 824472 is divisible by 11.
Is the number 49137 divisible by 11? Starting with the units digit, add every other number:7 + 1 + 4 = 12. Then add the remaining numbers: 3 + 9 = 12. Since the difference between these two sums is 0, which is divisible by 11, 49137 is divisible by 11.
For any number: double the units digit and subtract it from the remaining digits. If the resultant number is divisible by 7 then the number is divisible by 7.
To illustrate take : 343 Double the units digit 3 ---- > 6 and subtract it from 34 ---- > 34 - 6 = 28, which is divisible by 7 therefore 343 is divisible by 7.
Even and Odd Definition: Suppose k is an integer. If there exists an integer r such that k=2r+1, then k is an odd number. If there exists an integer r such that k=2r, then k is an even number.
Explanation: as long as an integer can be divided by 2, it is an even number.
Zero is an even number.
Positive and Negative Definition: A positive number is a real number that is greater than zero. A negative number is a real number that is smaller than zero.
Zero is not positive, nor negative.
Last edited by HongHu on Wed Mar 09, 2005 3:58 pm, edited 2 times in total.
Basic rules for inequalities: (in the example: a>b>0, c>d>0)
You need to flip signs when both side are multiplied by a negative number:
-a<-b, -c<-d
You need to flip signs when 1 is divided by both side:
1/a<1/b, 1/c<1/d
You can only add or multiply them when their signs are in the same direction:
a+c>b+d
ac>bd
You can only apply substractions and divisions when their signs are in the opposite directions:
a>b, d<c
a-d>b-c
a/d>b/c
(You can't say a/c>b/c. It is WRONG)
Deal with negative numbers:
-a<-b<0, -c<-d<0
Then
-a-c<-b-d<0
-a-(-d)<-b-(-c)
However the sign needs to be flipped one more time if you are doing multiplication or division (because you are multiplying/dividing a negative number):
(-a)*(-c)>(-b)*(-d)
(-a)/(-d)>(-b)/(-c)
For example:
If x<-4, y<-2, we know that xy>8, but we don't know how x/y compare to (-4)/(-2)=2 since you can only do division when their signs are in different directions
If x>-4 and y<-2 then x/y<2 but we don't know how xy is compared to 8 since we can only do multiplication when their signs are the same direction.
It is easier to do the derivation, though, if you first change them to postive. For example:
If x<-4, y<-2, then -x>4, -y>2, xy>8
If x<-4, y<2, then -x>4, y<2, -x/y>2, x/y<-2
Last edited by HongHu on Mon Mar 14, 2005 8:21 am, edited 3 times in total.
You need to first make sure you are clear about the concept before you go happily plugging numbers in. What I'm trying to do in these topped thead is exactly this: to collect some basic concepts at which everybody needs to be crystal clear.
I'll add on some more over a period of time, but here are for starters:
Divisibility rules: - Know them well
Integer is divisible by:
2 - Even integer
3 - Sum of digits are divisible by 3
4 - Integer is divisible by 2 twice or Last 2 digits are divisible by 4
5 - Last digit is 0 or 5
6 - Integer is divisbile by 2 AND 3
8 - Integer is divisible by 2 three times
9 - Sum of digits is divisible by 9
10 - Last digit is 0
Some other things to note:
- If 2 numbers have the same factor, then the sum or difference of the two numbers will have the same facor.
(e.g. 4 is a factor of 20, 4 is also a factor of 80, then 4 will be a factor of 60 (difference) and also 120 (sum))
- Remember to include '1' if you're asked to count the number of factors a number has
Sometime back, someone asked me how to find the GCF and LCM. Thought it'll be useful to throw it in this thread so members preparing for gmat and need a quick refresh can go through this.
GCF -> Greatest Common Factor
-> Largest possible common factor between numbers
LCM -> Lowest Common Multiple
-> Largest possible common multiple between numbers
To find the GCF/LCM, you will need to do prime-factorization. This means reducing a number to its prime-factor form.
E.g. 1
GCF/LCM of 4,18
4 = 2*2
18= 2*3*3
To find the GCF, take the multiplication of the common factors (pick the lowest power of the common factors) In this case, GCF = 2.
To find the LCM, take the multiplication of all the factors (pick the higest power of the common factors). In this case, LCM=2*2*3*3=36
Positive and Negative Definition: A positive number is a real number that is greater than zero. A positive number is a real number that is smaller than zero. Zero is not positive, nor negative.
I really struggle with the number property stuff. i guess i didn't pay enough attention back in 9th grade. do you have any broader suggestions if you will. i always try plugging but a lot of times, you lead oyuirself down the wrong path.
Basic rules for inequalities: (in the example: a>b, c>d)
You can only add or multiply them when their signs are in the same direction: a+c>b+d ac>bd
HongHu: If a= -2, b= -3, c= -1, and d= -2 then ac<bd
Quote:
You can only apply substractions and divisions when their signs are in the opposite directions: a>b, d<c a-d>b-c a/d>b/c (You can't say a/c>b/c. It is WRONG)
Again: If a= -4, b= -5, c= -1, and d= -2, then a/d<b/c (not a/d>b/c like you posted).
Working with absolute numbers:
When solving for absolute equations, be sure to test both positive and negative values since the absolute number only represent the distance from 0 on the number line.
For instance, |x| = 2 could be x=-2 or x=2
Here's one way to solve absolue inequalities:
|x-4| < 9
We need to solve both positive and negative x
Solving for positive: x-4 < 9 --> x <13
Solving for negative:
-x+4 < 9 --> - x < 5 --> x>-5 (dividing by negative number, switch the sign)
So now we have -5<x<13
Last edited by ywilfred on Wed Mar 23, 2005 8:14 pm, edited 1 time in total.
Building on a post by Antmavel about sum of a series...
A quick way to find the sum of the a series where each preceding term is incremented by the same number would be to find the middle term and multiply it by the number of terms.
The middle term can be found at taking the average of the first and last term. Or for the case of Antmavel's question where there are ten terms, you just need to work up to the 5th and 6th term then find the middle of the these two numbers.
E.g. Sum of 4,8,12,16,20
Middle term: 12
Number of terms: 5
Sum = 12*5=60