document.write( "Question 198917: What is the positive root of the equation 3x²-27=0?
\n" );
document.write( "1)9
\n" );
document.write( "2)-9
\n" );
document.write( "3)3
\n" );
document.write( "4)-3 \n" );
document.write( "
Algebra.Com's Answer #149390 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "3x^2-27=0 \n" ); document.write( "adding 27 on both sides \n" ); document.write( "3x^2-27+27=0+27 \n" ); document.write( "3x^2=27 \n" ); document.write( "dividing by 3 on both sides \n" ); document.write( "3x^2/3=27/3 \n" ); document.write( "x^2=9 \n" ); document.write( "x=sqrt(9) (i.e;sqrt(9)=sqrt(3*3)=3) \n" ); document.write( "x=plus or minus 3 \n" ); document.write( "the positive root of given equation is 3 \n" ); document.write( " |