document.write( "Question 41915: having problem with fractions\r
\n" );
document.write( "\n" );
document.write( "1/2x^2+5x+25/2=0\r
\n" );
document.write( "\n" );
document.write( "show work \n" );
document.write( "
Algebra.Com's Answer #27051 by fractalier(6550) You can put this solution on YOUR website! Your best bet with fractional equations to to multiply eveyrthing by the lowest common denominator in order to clear the fractions...so for \n" ); document.write( "1/2x^2 + 5x + 25/2 = 0 \n" ); document.write( "we multiply by 2 and get \n" ); document.write( "x^2 + 10x + 25 = 0 \n" ); document.write( "Now factor and solve as usual... \n" ); document.write( "(x + 5)^2 = 0 \n" ); document.write( "x = -5 (double root) \n" ); document.write( " |