Jon P. answered 07/17/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
1.
3x - 2y = 12
5y = -11 - 2x
First get all the variables on the same side:
3x - 2y = 12
2x + 5y = -11
Now, elimination means adding or subtracting the two equations so that one of the variables is canceled out. However, in order to do that, one of the variables has to have the same coefficient (same or opposite sign) in both equations, which is not the case here. So you first have to multiply both sides of one or both of the equations by constants in order to get this to be the case.
In this case, you can multiply the first equation by 5 and the second by 2 to get the coefficients of y to match up:
15x - 10y = 60
4x + 10y = -22
Now you can add the two equations to eliminate y:
19x = 38
That leaves us with x = 2.
Now go back to one of the original equations and plug 2 in for x, and solve for y:
3x - 2y = 12
6 - 2y = 12
-2y = 6
y = -3
So the solution is x=2 and y = -3
2. t 2 + 6t = 16
This is a quadratic equation, so you first want to get everything together on the left, with 0 on the right. Do this by subtracting 16 from both sides:
t 2 + 6t = 16
t 2 + 6t - 16 = 0
If you can factor the expression on the left, that's usually the easiest way to solve it. In this case you can:
(t + 8)(t - 2) = 0
So t + 8 = 0, or t - 2 = 0. That means that t = -8, or t = 2.
3. I assume you mean (x3 + 8) / (x + 2)
Notice that the numerator is the sum of two cubes (x3 and 23). The sum of two cubes can always be factored:
x3 + y3 = (x - y)(x2 - xy + y2)
That means that you can factor x3 + 8:
x3 + 8 = x3 +23 = (x + 2)(x2 - 2x + 4)
So, (x3 + 8) / (x + 2) = (x + 2)(x2 - 2x + 4) / (x + 2). You can cancel out x+2 and you are left with the result, x2 - 2x + 4.

David W.
07/17/15