document.write( "Question 858950: Three times the square of a number is two more than five times the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #517488 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "3x^2=5x+2\r \n" ); document.write( "\n" ); document.write( "3x^2-5x-2=0\r \n" ); document.write( "\n" ); document.write( "3x^2-6x+x-2=0\r \n" ); document.write( "\n" ); document.write( "3x(x-2)+1(x-2)=0\r \n" ); document.write( "\n" ); document.write( "(x-2)(3x+1)=0\r \n" ); document.write( "\n" ); document.write( "x=2, OR x=-1/3 \n" ); document.write( " |