document.write( "Question 762948: I am stuck on a problem and I got one answer where there was no solution.
\n" );
document.write( "I kind of understand but not totally. Would like some help and steps taken would be helpful.
\n" );
document.write( " Solve using the Quadratic Formula:\r
\n" );
document.write( "\n" );
document.write( "3/4x^2 - 2x + 1/2 = 0.\r
\n" );
document.write( "\n" );
document.write( "Please help!!!!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #464330 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 3/4x^2 - 2x + 1/2 = 0 \n" ); document.write( "multiply both sides of = by 4 and we get \n" ); document.write( "3x^2 -8x +2 = 0 \n" ); document.write( "now use quadratic formula \n" ); document.write( "x = (8 + sqrt(64 -4*3*2)) / 6 = (8+sqrt(40))/6 = 2.39 \n" ); document.write( "x = (8 - sqrt(64 -4*3*2)) / 6 = (8-sqrt(40))/6 = .28 \n" ); document.write( " \n" ); document.write( " |