document.write( "Question 31932: Using the quadratic equation x^2 - 4x - 5 = 0, perform the following tasks:
\n" );
document.write( "Solve by factoring.\r
\n" );
document.write( "\n" );
document.write( "Solve by completing the square.\r
\n" );
document.write( "\n" );
document.write( "Solve by using the quadratic formula.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #18607 by ikdeep(226)![]() ![]() You can put this solution on YOUR website! x^2 - 4x - 5 = 0\r \n" ); document.write( "\n" ); document.write( "Here you must know how we make factors i.e. splitting of the middle term...if you might not knew then contact me again and I will explain to you... we get\r \n" ); document.write( "\n" ); document.write( "x^2 - (5-1)x - 5 = 0\r \n" ); document.write( "\n" ); document.write( "solving of the brackets would give us \r \n" ); document.write( "\n" ); document.write( "x^2 - 5x + 1x - 5 = 0\r \n" ); document.write( "\n" ); document.write( "taking common from first two i.e. x^2 - 5x and last two i.e. 1x - 5 variables...we get \r \n" ); document.write( "\n" ); document.write( "x(x-5) + 1(x-5) = 0 \r \n" ); document.write( "\n" ); document.write( "(x-5)(x+1) = 0 \r \n" ); document.write( "\n" ); document.write( "now either (x-5)= 0 or(x+1) = 0 \r \n" ); document.write( "\n" ); document.write( "therefore the values of are 5 and -1\r \n" ); document.write( "\n" ); document.write( "hope this will help you \r \n" ); document.write( "\n" ); document.write( "Please feel free to revert back for any further queries \n" ); document.write( " \n" ); document.write( " |