document.write( "Question 22674: A number differs from it's square by the average of the number and it's square\r
\n" );
document.write( "\n" );
document.write( "I sent the wrong email before \n" );
document.write( "
Algebra.Com's Answer #11076 by stanbon(75887) ![]() You can put this solution on YOUR website! Let \"x\" be the number. \n" ); document.write( "It's square is x^2 \n" ); document.write( "The average of the number and its square is (x+x^2)/2 \n" ); document.write( "Equation: \n" ); document.write( " x-x^2 = (x+x^2)/2 \n" ); document.write( " 2x -2x^2 = x+x^2 \n" ); document.write( " 3x^2-x=0 \n" ); document.write( " x(3x-1)=0 \n" ); document.write( " x =0 or x = 1/3 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |