document.write( "Question 599556:  Solve the equation by a method of your choice: 6x2 + 5x + 1 = 0
\n" );
document.write( "If there are two solutions, separate the solutions by a comma.\r
\n" );
document.write( "\n" );
document.write( "my aswer was (3x + 1)(2x + 1) = 0 and i got it wrong, did i forget to put something or is the answer wrong? \n" );
document.write( "
| Algebra.Com's Answer #379007 by Alan3354(69443)     You can put this solution on YOUR website! Solve the equation by a method of your choice: 6x2 + 5x + 1 = 0 \n" ); document.write( "If there are two solutions, separate the solutions by a comma.\r \n" ); document.write( "\n" ); document.write( "my aswer was (3x + 1)(2x + 1) = 0 \n" ); document.write( "------------- \n" ); document.write( "The answers will be x = something. \n" ); document.write( "(3x + 1)(2x + 1) = 0 \n" ); document.write( "If the product is zero, either \n" ); document.write( "(3x + 1) = 0 \n" ); document.write( "x = -1/3 \n" ); document.write( "or \n" ); document.write( "(2x + 1) = 0 \n" ); document.write( "x = -1/2 \n" ); document.write( "------------ \n" ); document.write( "x = -1/3, -1/2 \n" ); document.write( " \n" ); document.write( " |