document.write( "Question 314747: if 3 more than twice the square root of a number is 17, find the number \n" ); document.write( "
Algebra.Com's Answer #225109 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "sqrt of the number = sqrtx \n" ); document.write( "twice the sqrt 3= 2sqrtx \n" ); document.write( "3 more = 2sqrtx +3 \n" ); document.write( ".. \n" ); document.write( "2sqrtx +3 =17 \n" ); document.write( "2sqrtx=20 \n" ); document.write( "square both sides of equation \n" ); document.write( "4*x=20 \n" ); document.write( "x=5 \n" ); document.write( " |