document.write( "Question 6053: 5x2 +16x +3 =0\r
\n" );
document.write( "\n" );
document.write( "I only need to solve this in QF and don't need to find the discriminant. \n" );
document.write( "
Algebra.Com's Answer #3352 by jst_kidding(6)![]() ![]() ![]() You can put this solution on YOUR website! 5x^2 + 16x + 3=0 \n" ); document.write( "5x^2 + 15x + x + 3=0 \n" ); document.write( "5x(x+3)+1(x+3)=0 \n" ); document.write( "(5x+1)(x+3)=0 \n" ); document.write( "therefore, \n" ); document.write( "x= -1/5 and -3 \n" ); document.write( " \n" ); document.write( " |