Sunday, May 31, 2015

What is the solution set for the given equation? 3|x + 4| = 18

Let's try a different approach this time...

3|x + 4| = 18

has the same solution as

|x + 4| = 6


We look for the number(s) that can add/subtract to obtain 6. We can see that x=2 will work. No other positive number will work, however if we consider negative numbers then -10 seems possible. In fact is does work because |-10+4| = |-6| = 6. So x=-10.

What is the number of turning points in the graph of the function of x defined below?

y = 2x2 + 5x - 7


Solution:


The polynomial y has degree n=2 so the maximum number of turns it can have is n-1 = 2-1 = 1. (In fact we know that our polynomial is a quadratic and it opens upwards so this is another way to know it only has one turn).

Find x.



What is the value of x?


Solution:


TV is a diameter, and SU is perpendicular to TV. This means that x=8

The polynomial equation x(x2+4)(x2-x-6)=0 has how many real roots?

Solution:


x2+4 contributes complex zeros. This means that the factors x and x2-x-6 contribute real zeros. Therefore the polynomial has 3 real zeros

Monday, May 25, 2015

Solve the triangle: side a=3, side b=2, side c= 2.


One positive number is 5 times another number. The difference between the two numbers is 1352, find the numbers

1) y=5x
2) y-x=1352


then we can write

5x-x=1352
4x=1352
x=1352/4
x=338

so y=5(338)=1690

Find the inverse


Find the inverse of the 2x2 matrix below

[-3 1]
[-6 2]


Solution:













so our matrix is not invertible

Solve each right triangle A=35(degrees) and side a=5


Find exact value cos(2x) = 0 on the interval [0, 2pi]


simplify: 53-[3(8+2)+5(9-5)]



53-[3(8+2)+5(9-5)]=
53-[3(10)+5(4)]=
53-[30+20]=
53-50=3
:)

Find the solution set for the absolute value equation.

Find the solution set for the equation.
|x  - 7| = | 8 - x|





|x  - 7| = | 8 - x| 

means


x  - 7 =  8 - x  or   x - 7 = -8 + x (which has no solution)


we we can write

x + x - 7 - 8 = -x + x
2x -15 = 0
2x = 15

x = 15/2

find the slope of the linear equation y=3x-6


Since this equation is written in slope-intercept form, we can see that the slope is the coefficient of the x term. The slope is m=3

for the sequence,describe the pattern, write the next term, and write a rule for the nth term 1,2,4,8.

This sequence is the powers of 2, so the next term is 16 and the rule for the nth term is
a%5Bn%5D=2%5E%28n-1%29
notice we subtract 1 from n (why?)

:)

What is the solution to the radical equation?

 Square root of 5x - 1 = 2


Sunday, May 24, 2015

What is the inverse of the sentence, "If Sam leaves, then I will stay."?

The logical inverse of an if-then statement p -> q is

~p -> ~q

For us 

p is "if Sam leaves" so ~p is "If Sam does not leave"

and q is "I will stay" so ~q is "I will not stay"

Therefore the inverse is:

If Sam does not leave, then I will not stay.

The element lawrencium has a half-life of 10 hours. What fraction of 1 ounce of lawrencium will remain after 4 days 4 hours?

4 days and 4 hours is 4(24)+4 = 100 hours 
so our quantity is halved 10 times over the time period: 

Q=Q%5B0%5D%2A%281%2F2%29%5E10 

Q=%281%2F1024%29%2AQ%5B0%5D


so its 1/1024 oz

Determine Algebraically whether f(x) = 1 + x + x^2 is even, odd, or neither

A function is even if f(x) = f(-x), but for our function

f(-x)=1-x+x^2

so it is not even.

To be odd -f(x)=f(-x), and for our function

-f(x) = -1-x-x^2

and so it is also not odd.

Therefore it is neither.

Find the twentieth term of the arithmetic sequence with a1 = 15 and d = 4.

For an arithmetic progression we use the formula:

a%5Bn%5D=a%5B1%5D%2B%28n-1%29%2Ad

n=20, a1=15, d=4


a%5B20%5D=15%2B%2820-1%29%2A4

a%5B20%5D=15%2B19%2A4

a%5B20%5D=91

:)

how can i decompose this partial fraction(4x^3)/(x^3-x^2)

This is not a "proper" decomposition problem. Typically the degree of the denominator is greater than the degree of the numerator...
but...we can still simplify...
notice that this expression can be factored:
%284x%5E3%29%2F%28x%5E3-x%5E2%29=%28%28x%5E2%29%284x%29%29%2F%28%28x%5E2%29%28x-1%29%29
from here we notice that by polynomial long division (don't know how to show using this editor) that:
x%2F%28x-1%29=1%2B1%2F%28x-1%29
so our expression simplifies to...

%284%2B4%2F%28x-1%29%29

:)

find a if a(a-8)=20

a(a-8)=20
a%5E2-8a-20=0
%28a-10%29%28a%2B2%29=0

so a= 10 or a=-2

Is it a function?

given the relation {(-4,-2),(1,-4),(3,0),(4,3)} determine if this relation is a function
a. yes it is a function because each x value has only one y value
b. no it is not a function because -4 appears twice
c. no it is not a function because each x value does not have a unique y value
d. yes it is a function because each x value is unique



by definition of a function:
a. yes it is a function because each x value has only one y value

Write (2-2i)^8 in the standard form a+bi


Find area of triangle: a=2,b=1,theta=100(degrees) <--the angle between them


Find dy/dx at the point (0, 1), if y^5 = (x + 2)^4 + e^xln y − 15 Amy.

Friday, May 15, 2015

Decide whether the relation defines a function.


Decide whether the relation defines a function.
{( -3,  3), ( -1,  -1), ( 3,  -5), (13,  2)}


Solution:


We check that every element in the domain (the set of all first coordinates) corresponds to only one element of the range (the set of all second coordinates). For this relation the answer is yes, so this relation is a function