document.write( "Question 15533: For what positive number is the square root of the number the same as the number divided by 40?\r
\n" ); document.write( "\n" ); document.write( "Thank you :)
\n" ); document.write( "

Algebra.Com's Answer #7705 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
let the number be =n
\n" ); document.write( "squareroot of the number = \"sqrt%28n%29\"
\n" ); document.write( " number devided by 40 = n/40
\n" ); document.write( " hence n/40 = \"sqrt%28n%29\"
\n" ); document.write( " n/\"sqrt%28n%29\"=40
\n" ); document.write( "\"sqrt%28n%29\"=40
\n" ); document.write( " n=40*40 = 1600
\n" ); document.write( "
\n" );