document.write( "Question 635898: 15x^2+2x=56 \n" ); document.write( "
Algebra.Com's Answer #400663 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
Firstly you want to rewrite the equation into the standard quadratic form
\n" ); document.write( " 15x^2 + 2x - 56 = 0
\n" ); document.write( "Because of the coefficient of x^2 and the multiple factors of 56, only the brainiacs can quickly factor this quadratic. I recommend the tried and true method of factoring it - the quadratic equation (I also named this the Markconian Equation - after one of my students). \r
\n" ); document.write( "\n" ); document.write( " x1,2 =(-b +/-sqrt(b^2-4*a*c))/(2*a)\r
\n" ); document.write( "\n" ); document.write( "where a = 15, b = 2, c = -56\r
\n" ); document.write( "\n" ); document.write( "Applying the quadratic equation yield the two roots of the given quadratic;
\n" ); document.write( " x1,x2 = 56/30,-60/30
\n" ); document.write( "Based on the roots x1 and x2, the original quadratic factors into
\n" ); document.write( " a*(x-x1)(x-x2)
\n" ); document.write( "In our case we have
\n" ); document.write( " 15*(x - 56/60)(x + 60/30)
\n" ); document.write( "Multiply the first parenthetical expression by 15 and using 60/30 = 2 we get the final factored form of the given quadratic\r
\n" ); document.write( "\n" ); document.write( " (15x - 28)(x + 2) = 15x^2 + 2x - 56
\n" ); document.write( "
\n" );