Q7: Algebra Flashcards

1
Q

x = 3y - 2

10 - 2x = 8 - 3y

Solve for x and y using Substitution

A

We substitute the right side of the 1st equation in for “x” in the 2nd equation.

Make sure to use Parenthesis when doing substitution!

10 - 2(3y - 2) = 8 - 3y

10 - 6y + 4 = 8 - 3y

14 = 8 + 3y

6 = 3y

y = 2

Plug y = 2 back into 1st equation, to solve for x: x = 3(2) - 2 = 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Quadratic Equation?

What is the General Form of a Quadratic Equation?

How would we put x2 - 3x = 2 into General Form, so we can factor it?

A

A Quadratic equation means that the variable is taken to the 2nd power.

Quadratics often have 2 solutions! Watch out– don’t assume only 1 solution!

The General Form is ax2 + bx + c = 0, where a, b, and c are constants

Subtract 2 from both sides:

x2 - 3x - 2 = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Factor x2 - 3x - 28 = 0

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Solve by factoring:

x2 - x - 12 = 0

A

(x - 4) (x + 3) = 0

x = 4 or x = -3

To check, we can use FOIL:

F = First = x*x = x2

O = Outer = x*3 = 3x

I = Inner = -4x

Outer + Inner combines to = 3x - 4x = -x

L= Last = -4*3 = -12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Solve by factoring:

x2 + 10x = 0

A

Factor out an “x” from each term:

x(x + 10) = 0

x = 0 or (x + 10) = 0

x = 0 or -10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

x2 = 25

x = ?

A

x = 5 OR -5

Remember to look for 2 solutions on Quadratics!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

x2 = 2x

A

This is a “Disguised Quadratic”. It looks different from the General Form. However, it should be manipulated, factored, and solved as a Quadratic (which often gives 2 solutions).

x2 - 2x = 0

x(x - 2) = 0

x = 2 or 0

Common Error (we only get one solution. We miss the x=0 solution):

Divide both sides by x: x = 2

This is similar to the following error: x2 = 16, square root both sides, x = 4

OR, x = -4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Factor x2 - y2

This is very common on GMAT. What do we call it?

A

Difference between Squares:

x2 - y2 = (x + y) (x - y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Factor:

4x2 - 25

A

Difference between Squares:

(2x + 5) (2x - 5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Factor:

16x4 - 9y2

A

Difference between Squares:

(4x2 + 3y) (4x2 - 3y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Factor x2 + 2xy + y2

A

1: “Difference Between Squares”: x2 - y2 = (x + y) (x - y)

(x + y) (x + y) = (x + y)2

This results in only 1 solution, since it’s a perfect square.

These 3 Special Products are very common:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Factor x2 - 2xy + y2

A

1: “Difference Between Squares”: x2 - y2 = (x + y) (x - y)

(x - y) (x - y) = (x - y)2

This results in only 1 solution, since it’s a perfect square.

These 3 Special Products are very common:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Solve by factoring:

x2 + 9 = -6x

A

Add 6x to both sides: x2 + 6x + 9 = 0

(x + 3) (x + 3) = 0

Can also be written as (x+3)2 = 0

x = -3

Only 1 solution, because it’s a perfect square

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Factor: a2b2 + ab = 2

Then, find b in terms of a

A

First, subtract 2 from both sides:

a2b2 + ab - 2 = 0

(ab + 2) (ab - 1) = 0

To check, we can FOIL:

F: ab*ab = a2b2

OI: ab* -1 + ab*2 = ab

L: 2*-1 = -2

To find b in terms of a: (ab+2) = 0 OR (ab - 1) =0

(ab+2) = 0, ab = -2, so b = -2/a OR

(ab - 1) = 0, ab = 1, so b = 1/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is |-10| ?

A

10

It turns a negative value into a positive.

| is the absolute value symbol.

17
Q

|x| = 4

What is x?

A

x = 4 or -4

18
Q
A