document.write( "Question 23326: 3x - x^2 > 0
\n" );
document.write( "Please Help \n" );
document.write( "
Algebra.Com's Answer #12110 by dkspoet(13)![]() ![]() ![]() You can put this solution on YOUR website! 3x-x^2>0 \n" ); document.write( "-3x+x^2<0 \n" ); document.write( "x(x-3)<0 \n" ); document.write( "either x>0 & x-3<0 => x>0 & x<3 => 0 < x < 3 \n" ); document.write( "or x<0 & x-3>0 => x<0 & x>3 => can not be true \n" ); document.write( "hence, \n" ); document.write( "0 < x < 3 is the answer \n" ); document.write( " |