Monday, April 30, 2012

The new book is available as an ebook for your pc. Not formatted for Nook or Kindle, sorry. But the paperback should be out soon.
http://www.lulu.com/shop/kerry-kauffman/algebra-simplified-intermediate-advanced/ebook/product-20093947.html

Sunday, April 29, 2012

Front cover for next book, which will be out shortly.  I plan on working on a statistics book next.

Tuesday, April 24, 2012

Suppose we have the following problem to solve:


3^(2x + 1) = 27^(3x)

We can solve this by getting a common base and setting the exponents equal to each other. We know that 3^3 = 27, therefore..


3^(2x + 1) = 3^(9x)

Now that the bases are the same (3), we set the exponents equal to each other and solve for x.

2x + 1 = 9x

1 = 7x

1/7 = x


We can also solve this problem by taking the log of both sides and using rules for logarithms.

log(3^(2x + 1)) = log27^3x

(2x + 1)log3 = (3x)log27

(2x + 1)/3x = log27/log3

(2x + 1)/3x = 3

9x = 2x + 1

1 = 7x

1/7 = x

In this problem is was simpler to get a common base. Sometimes it's quite difficult to get a common base. In those cases it's easier to take the log of both sides first.

Thursday, April 19, 2012

When using matrices to solve systems of equations, remember we can interchange rows, add or subtract rows to form new rows, multiply rows and add to other rows or divide rows and add to other rows. All of this is in an attempt to get the matrix into a form where we can solve for the variables in the equations of the system. One form is seen above.  Suppose the variables in the system are x, y, z. Then z = f. Substitute f for z in the second equation to solve for y and then substitute that value for y into the first equation and solve for x.

Monday, April 16, 2012

Does anyone know that the circumference of a circle was originally calculated by taking a large number of sides of a regular polygon and calculating the perimeter of the polygon. It was then divided by the distance of the segment through the center of the polygon. As the number of sides of the polygon increases, the distance of the side decreases and the polygon looks more and more like a circle and the value of Pi gets closer and closer to 3.1415916....  


No matter how large a circle is, the circumference divided by the diameter is equal to Pi.

Sunday, April 15, 2012

A logarithm is an exponent. When we solve a problem  such as log 100 = y, first we assume that the base is 10. Then we must think of y as the exponent to which 10 is raised to get 100. Therefore y = 2.  The problem rewritten as an exponential equation is 10^y = 100.

Thursday, April 12, 2012

Here's a few graphs of the conic sections. All of these are seen in my second book, which should be out before the summer.

Circle


Parabola



Ellipse


Hyperbola

Tuesday, April 10, 2012

When solving a problem such as 3^(2x + 1) = 9^(3x + 2), you can use logarithms or get the bases the same and set the exponents equal to each other. Getting the bases the same you have 3^(2x + 1) = 3^(6x + 4). Now set 2x + 1 = 6x + 4 and solve for x. When doing so, you get x = -3/4.

If we solve using logarithms, take the log of both sides to get

log (3^(2x+1)) = log(9^(3x + 2))

(2x + 1)log3 = (3x + 2)log9

(2x + 1)/(3x + 2) = log9/log3

(2x + 1)/(3x + 2) = 2

(2x + 1) = 2(3x + 2)

2x + 1 = 6x + 4

-4x = 3

x = -3/4

Saturday, April 7, 2012

Staying on the topic of probability, suppose you want to figure out the probability of drawing a certain 5 card poker hand.  Sometimes we can list and the possible outcomes, but in this case it's virtually impossible to list all the 5 card hands that can be drawn from a standard 52 card deck.  So we use combinations to solve such a problem.  The number of possible 5 card hands that can be dealt from 52 cards if order is not important is 52!/(5! 47!)   Recall that 52! = 52 * 51 * 50 *..... *1. 

52!/(5! 47!) can be simplified to (52 * 51 * 50 * 49 * 48)/(5 * 4 * 3 * 2) = 2,598,960.  That's how many possible 5 card hands can be dealt.

Then we just figure out the number of ways the certain hand you are looking for can be dealt and divide that by 2,598,960 to obtain the probability of obtaining such a hand.

Thursday, April 5, 2012

Ever think you have so much good luck that you could guess on a multiple choice test and achieve a perfect score? Well, think again.  If the test consists of 10 questions with 4 choices for each question, there are

4 ∙ 4 ∙ 4 ∙ 4 ∙ 4 ∙ 4 ∙ 4 ∙ 4 ∙ 4 ∙ 4 = 410 = 1,048,576 ways to answer the 10 multiple choice questions. 

If each question has only 1 correct answer and you guess on every one, you have a 1 in 1,048,576 chance of getting a perfect score..

Better start studying!!

Monday, April 2, 2012

Remember when rationalizing a denominator involving a square root, multiply the numerator and denominator by whatever is under the radical in the denominator.

If the problem is 2/sqrt(3), multiply the numerator and denominator by sqrt(3)/sqrt(3) to get

2sqrt(3)/3.

If the problem involves a cube root, multiply the numerator and denominator by whatever will give you a perfect cube in the denominator.

For example, if the denominator is cube root(3), multiply numerator and denominator by cube root(9). This will make the denominator cube root(27), which equals 3.

Same idea for 4th root, 5th root and so on.