There are a lot of reasons why someone might want to check out a guide like T Dub Sanders'. One might be interested in the underside of the game testing field. Others might just want to know what they can gain from a guide that is written to help people understand their role in the gaming industry. Others still are just pining for that ultimate career working alongside game developers and designers.

Whatever the reason, T Dub Sanders has put together one of the biggest and best game testing guides on the market – one that shows the underpinnings of the career in their raw, real format. There are no false promises of automatic testing or sitting at home and playing the newest games for hundreds of dollars a day.

That stuff is all pretty much a pipe dream and most people know it – yet many guide writers try to tell everyone that they can become the biggest and best new game testers in a field that doesn't really exist every day and too many fall for it. On the other hand, what T Dub has put together is a much more realistic, much more comprehensive look at what game testing is really about – the hard work and dedication that goes into becoming someone in charge of all that code each day.

By showing what it really takes to be a game tester, T Dub opens up an actual, realistic path to getting into the industry. He showcases skills needed to get started as a tester, the classes or college majors that people better be willing to invest in if they want to be a professional in this field and much more to help them figure out not only if the career path is right for them but if they are going to be cut out for it. That means a great deal for someone who may or may not know exactly what a game tester does and how it operates.

For anyone that is thinking about taking the path toward becoming a game tester, one of the first things that needs to be done is to learn more about what the career entails. Those people should pick up T Dub's newest guide and get a real insider's look at the job and how it really works. If you're serious about doing what T Dub shows you, you'll be on the fast track toward game testing in no time flat.

Tuesday, August 6, 2013

How to Factor Second Degree Polynomials (Quadratic Equations)

6 Ways to Factor Second Degree Polynomials (Quadratic Equations)/**/var WH = WH || {};WH.lang = WH.lang || {};button_swap = button_unswap = function(){};WH.exitTimerStartTime = (new Date()).getTime();WH.mergeLang = function(A){for(i in A){v=A[i];if(typeof v==='string'){WH.lang[i]=v;}}}; wikiHow - How to do anything Sign Up or Log In or Log In via

Follow us on Pinterest

HomeArticlesCommunityMy Profile WH.translationData = {'es': {'msg':"\u00bfTe gustar\u00eda saber Como factorizar polinomiales de segundo grado (ecuaciones cuadr\u00e1ticas)? \u00a1Lee acerca de eso en espa\u00f1ol!"},'it': {'msg':"Ti piacerebbe sapere Come Scomporre in Fattori i Polinomi di Secondo Grado (Equazioni Quadratiche)? Leggi come farlo, in italiano!"},'pt': {'msg':"Gostaria de aprender Como Fatorar Polin\u00f4mios de Segundo Grau (Equa\u00e7\u00f5es Quadr\u00e1ticas)? Leia sobre o assunto em portugu\u00eas!"},'fr': {'msg':"Voudriez-vous apprendre Comment factoriser un polyn\u00f4me du second degr\u00e9s (\u00e9quation du second degr\u00e9s)? D\u00e9couvrez comment le faire en le lisant en fran\u00e7ais!"}};WH.mergeLang({'navlist_collapse': '- collapse','navlist_expand': '+ expand'});EditHome » Categories » Education and Communications » Subjects » Mathematics » AlgebraHow to Factor Second Degree Polynomials (Quadratic Equations)Edited by Myopicpsyche, Sondra C, Versageek, KnowItSome and 41 others

Pin ItArticle EditDiscussThis will instruct you on how to factor second degree polynomials . A polynomial contains a variable (x) raised to a power, known as a degree, and several terms and/or constants. To factor a polynomial means to break the expression down into more manageable chunks that are multiplied together. These skills are Algebra I and above, and therefore may be difficult to understand if your math skills are not at this level.

Throughout this article the terms will be referred to according to the standard form of a quadratic equation:

ax2 + bx + c = 0

Edit Steps1Set up your expression. Order the numbers from highest to lowest power and then factor out the greatest common factor if one exists.

6 + 6x2 + 13x

6x2 + 13x + 62Find the factored form using one of the methods below.

(2x + 3)(3x + 2)

3Check your work by multiplying out the factors using FOIL. Then combine like terms and you're done!

(2x + 3)(3x + 2)

6x2 + 4x + 9x + 6

6x2 + 13x + 6

Trial and Error Method

If you have a fairly simple polynomial, you'll be able to figure out the factors yourself. NOTE: Using this method may not be as simple as when factoring more complicated trinomials.

Example: 3x2 + 2x - 8

1List the factors of the a term and the c term.

a = 3 factors: 1 and 3

c = -8 factors: 2 and 4 or 1 and 8

2Write down two sets of parentheses with empty spaces like this:

( x    )( x    )

3Fill the spaces in front of the x's with a pair of possible factors of the a value. There is only one possibility for our example:

(3x   )(1x   )

4Fill in the two spaces after the x's with a pair of factors for the constant. Let's say we choose (3x  8)(x  1).

5Decide what signs should be between the x's and the numbers. Here's a guide:

If ax2 + bx + c then (x + h)(x + k)

If ax2 - bx - c or ax2 + bx - c then (x - h)(x + k)

If ax2 - bx + c then (x - h)(x - k)

For our example 3x2 + 2x - 8 so (x - h)(x + k)

We'll have to guess as for the rest. (3x + 8)(x - 1)

6Test your choice by multiplying (use FOIL) the two parentheses together. If the middle term is not at least the correct value (disregarding positive or negative) you have chosen the wrong c factors.

(3x + 8)(x - 1)

3x2 - 3x + 8x - 8

3x2 + 5x - 8 ? 3x2 + 2x - 8

7Swap out your choices if necessary. In our example, let's try 2 and 4 instead of 1 and 8: (3x + 2)(x - 4)

Now our c term is an -8.But our Outside/Inside combo is -12x and 2x, which will not combine to make the correct b term of +2x.8Reverse the order if necessary. Let's try moving the 2 and 4 around: (3x + 4)(x - 2)

c term is still okay.Outside/Inside combo is -6x and 4x. If we combine them, we get pretty close to the 2x we were aiming for --- right amount, wrong sign.9Double-check your signs if necessary. We're going to stick with the same order, but swap which one has the subtraction: (3x - 4)(x + 2)

c term is still okay.Outside/Inside combo is now 6x and -4x. This will combine to create the positive 2x from the original problem, so these are the correct factors.

Decomposition Method

If the numbers are large or you're just tired of guesswork use this method.

Example: 6x2 + 13x + 6

1Multiply the a term (6 in the example) by the c term (also 6 in the example).

6•6 = 36

2Find two numbers that when multiplied equal this number (36) and add up to be the b term (13).

4•9 = 36   4 + 9 = 13

3Substitute the two numbers you get into this form as k and h (order doesn't matter): ax2 + kx + hx + c

6x2 + 4x + 9x + 6

4Factor the polynomial by grouping. Organize the equation so that you can take out the greatest common factor of the first two terms and the last two terms. Both factored groups should be the same. Add the GCF's together and enclose them in parentheses next to the factored group.

6x2 + 4x + 9x + 6

2x(3x + 2) + 3(3x + 2)

(2x + 3)(3x + 2)

Triple Play Method

It is very similar to the decomposition method but it is simpler.

Example: 8x2 + 10x + 2

1Multiply the a term (8 in the example) by the c term (2 in this example).

8•2 = 16

2Find the two numbers whose product is this number (16) and whose sum is equal to the b term (10).

2•8 = 16   8 + 2 = 10

3Take these two numbers (which we will call h and k) and substitute them into this expression:

(ax + h)(ax + k)
----------------------
     a

(8x + 8)(8x + 2)
----------------------
     8

4Look to see which one of the two parenthesis terms in the numerator is evenly divisible by a {in this example it is (8x + 8)}. Divide this term by a and leave the other one as is.

(8x + 8)(8x + 2)
----------------------
     8

Answer:(x + 1)(8x + 2)

5Take the GCF (if any) out of either or both parentheses.

(x + 1)(8x + 2)

2(x + 1)(4x + 1)

Difference of Two Squares1Factor out a GCF if you need to.

27x2 - 12

3(9x2 - 4)

2Decide if your equation is a difference of squares. It must have two terms and you should be able to take the square root of the terms evenly.

v(9x2) = 3x and v(4) = 2 (notice that we have left out the negative sign)

3Put the a and c values from your equation into this expression:

(v(a) + v(c))(v(a) - v(c))

3[(v(9x2) + v(4))(v(9x2) - v(4))]

3[(3x + 2)(3x - 2)]

Using the Quadratic Formula

If all else fails and the equation will not factor evenly use the quadratic formula.





Example: x2 + 4x + 1

1Plug the corresponding values into the quadratic formula:

x = -b ± v(b2 - 4ac)
      ---------------------
                2a

x = -4 ± v(42 - 4•1•1)
      -----------------------
                  2•1

2Solve for x. You should get two x values.

x= -4 ± v(16 - 4)
     ------------------
              2

x = -4 ± v(12)
      --------------
              2

x = -4 ± v(4•3)
      --------------
              2

x = -4 ± 2v(3)
      --------------
              2

x = -2 ± v(3)

x = -2 + v(3) or x = -2 - v(3)

3Plug the x values (h and k) into this expression: (x - h)(x - k)

(x - (-2 + v(3))(x - (-2 - v(3))

(x + 2 + v(3))(x + 2 - v(3))

Using a Calculator

These directions are for a TI graphing calculator. These are especially useful in standardized tests.

1Enter your equation into the [Y = ] screen.

y = x2 - x - 2

2Press [GRAPH]. You should see a smooth arc.

3Locate where the arc intersects the x axis. These are the x values.

(-1, 0), (2 , 0)

x = -1, x = 2

If you cannot identify them by sight press [2nd] and then [TRACE]. Press [2] or select "zero". Slide the cursor to the left of an intersect and press [ENTER]. Slide the cursor to the right of an intersect and press [ENTER]. Slide the cursor as close as possible to the intersect and press [ENTER]. The calculator will find the x value. Do this for the other intersect also.4Plug the x values (h and k) into this expression: (x - h)(x - k)

(x - (-1))(x - 2)

(x + 1)(x + (-2)) great plus add it to the common factor


Edit Video



Edit TipsIf you have a TI-84 calculator (graphing) there is a program named SOLVER that will solve a quadratic equation. It will also solve any other degree polynomial.If you factored your polynomial using the quadratic formula and got an answer with a radical, you may want to convert the x values to fractions in order to check it.If a term has no coefficient as written, the coefficient is 1.

x2 = 1x2If a term does not exist the coefficient is 0. It will be helpful to rewrite the equation if this occurs.

x2 + 6 = x2 + 0x + 6Eventually you will be able to do trial and error in your head. Until then, make sure to write it out.

Edit WarningsIf you are learning this concept in a math class, pay attention to what your teacher advises and do not just use your favorite method. Your teacher may ask you to use a specific method on the test or not allow graphing calculators.

Edit Things You'll NeedPencilPaperQuadratic equation (also called a 2nd degree polynomial)Graphing calculator (optional)

Edit Related wikiHowsHow to Graph a Quadratic EquationHow to Factor TrinomialsHow to Factor a NumberHow to Calculate PercentagesHow to Differentiate PolynomialsHow to Do Math ProofsHow to Calculate Your Age by ChocolateHow to Add 5 Consecutive Numbers QuicklyHow to Solve Quadratic EquationsHow to Find the Signs of a,b,c by Seeing the Graph of a Quadratic Polynomial


Article Info

Categories: Algebra

Recent edits by: Teresa, Adam Binks, Absent Crisis X

Share this Article: Tweet
DiscussPrintEmailEditSend fan mail to authors

Thanks to all authors for creating a page that has been read 292,472 times.

Was this article accurate?

YesNo

Write An ArticleRandom Articlevar aax_src='3003';var amzn_targs = '';var url = encodeURIComponent(document.location);try { url = encodeURIComponent("" + window.top.location); } catch(e) {}document.write("");document.close();Related ArticlesDouble Your Salary Using an Algebraic LoopholeSolve a Linear Diophantine EquationUnderstand LogarithmsGenerate the Thue Morse Sequence Featured ArticlesFactor Second Degree Polynomials (Quadratic Equations)Attract Butterflies With BeerFall Out of LoveAvoid Type 2 DiabetesMeet a Community Member

Meet John, a semiretired geek and wanderer who has been a member of wikiHow for over 6 years. He spends most of his time on wikiHow reading the articles, but occasionally he writes some himself. Many of the 38 articles he's started have been featured. His proudest achievement is having published How to Plot the Mandelbrot Set By Hand.

Join The Community

- collapse Things to Do Write an Article Edit this Article Request a New Article Answer a RequestLogin for more!+ expand Places to Visit Recent Changes ForumsCommunity Portal Follow Us On...
the how to manual that you can edit

Home About wikiHow Terms of Use RSS Site map

Explore Categories Arts and Entertainment Cars and Other Vehicles Computers and Electronics Education and Communications Family Life Finance and Business Food and Entertaining Health Hobbies and Crafts Holidays and Traditions Home and Garden Other Personal Care and Style Pets and Animals Philosophy and Religion Relationships Sports and Fitness Travel wikiHow Work World Youth All text shared under a Creative Commons License. Powered by Mediawiki.
xThank Our Volunteer Authors.

Give wikiHow a +1.

if (WH.ExitTimer) {WH.ExitTimer.start();}

View the original article here

No comments:

Post a Comment