document.write( "Question 144449: I barely even know how to find the quadratic formula of f(x), i don't even know if i can find the roots of this given function, and then graph the function of g(x) = x2 - x - 12. What do i do just to get started on this someone. Any help would be appreciated. Thank you in advance. \n" ); document.write( "
Algebra.Com's Answer #105185 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! This will be a pseudo-lesson of factoring and graphing. Do not become afraid of all the letters I use in the general case...\r \n" ); document.write( "\n" ); document.write( "Factor first: \n" ); document.write( "x^2-x-12\r \n" ); document.write( "\n" ); document.write( "If we can factor a quadratic it will generally be in form: \n" ); document.write( "(ax+b)(cx+d) \n" ); document.write( "Now if we apply FOIL to that: \n" ); document.write( "acx^2+dax+bcx+bd \n" ); document.write( "=acx^2+(da+bc)x+bd\r \n" ); document.write( "\n" ); document.write( "As you can see, the number in front of the x term is the sum of da and bc. On the other hand, the \"loose\" term, that is, the one without an x, is the product bd.\r \n" ); document.write( "\n" ); document.write( "So we want -1=da+bc and -12=bd. \n" ); document.write( "We can achieve this by listing the factors of -12 and seeing which add to -1 (when one is made negative). \n" ); document.write( "12=1*2*2*3 which means 1,2,3,4,6,and 12 are factors. Now, we can see that -4+3=-1, and -4*3=-12. These have to be the two factors!\r \n" ); document.write( "\n" ); document.write( "So, x^2-x-12=(x-4)(x+3).\r \n" ); document.write( "\n" ); document.write( "Now, to find the zeros/solutions, we set that =0. \n" ); document.write( "(x-4)(x+3)=0. \n" ); document.write( "This is saying that one quantity times another is 0. So, one or both quantities have to be 0. \n" ); document.write( "So x-4=0 or x+3=0 \n" ); document.write( "x=4 or x=-3. These are the points where the y-value is zero. \n" ); document.write( "So (4,0), (-3,0) are the x-intercepts.\r \n" ); document.write( "\n" ); document.write( "The y-intercept is found by setting x=0. \n" ); document.write( "This gives -4*3=-12. So (0,-12) is the y-intercept.\r \n" ); document.write( "\n" ); document.write( "Moreover, the vertex is given by x=-b/(2a) for ax^2+bx+c=0 form. So we have x=1/2 is the vertex. f(1/2)=1/4-1/2-12=-49/4 gives the y value of the vertex.\r \n" ); document.write( "\n" ); document.write( "Lastly, the function will open upward because the leading coefficient of x^2 is positive. \n" ); document.write( " |