document.write( "Question 607489: I need help solving the following application problem:\r
\n" );
document.write( "\n" );
document.write( "Two added to the square root of the sum of a number and five is equal to six. Find the number? \n" );
document.write( "
Algebra.Com's Answer #382719 by lawdej(58) You can put this solution on YOUR website! 2+square root(5+x)=6 \n" ); document.write( "square root (x+5)=6-2 \n" ); document.write( "square root (x+5)=4 \n" ); document.write( "x+5=16 \n" ); document.write( "x=16-5 \n" ); document.write( "x=11 \n" ); document.write( " |