document.write( "Question 324174: solving the equation with radicals
\n" );
document.write( "w=square root 2w+15 \n" );
document.write( "
Algebra.Com's Answer #232033 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! w=sqrt(2w+15) square both sides. \n" ); document.write( "w^2=2w+15 \n" ); document.write( "w^2-2w-15=0 \n" ); document.write( "(w-5)(w+3)=0 \n" ); document.write( "w-5=0 \n" ); document.write( "w=5 ans. \n" ); document.write( "w+3=0 \n" ); document.write( "w=-3 ans. \n" ); document.write( " |