document.write( "Question 351077: What is wrong with the solution of the student?
\n" );
document.write( " x(x+3) = 9
\n" );
document.write( " x = 9 or x+3 = 9
\n" );
document.write( " x = 6\r
\n" );
document.write( "\n" );
document.write( "So the roots are 9 and 6. \n" );
document.write( "
Algebra.Com's Answer #250931 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x(x+3)=9 \n" ); document.write( "x^2+3x=9=0 \n" ); document.write( "x^2+3x-9=0 \n" ); document.write( "a=1,b=3,c=-9\r \n" ); document.write( "\n" ); document.write( "x1= -3 +sqrt(9+36)/2 \n" ); document.write( "x1=-3+sqrt45/2 \n" ); document.write( "x1= 1.85 \n" ); document.write( "... \n" ); document.write( "x2= -4.85 \n" ); document.write( " \n" ); document.write( " |