document.write( "Question 151685: Consider a square with side of length s, diagonal of length d, perimeter P and area A. Write d as a function of s in simplified form
\n" ); document.write( "d=f(s)=
\n" ); document.write( "

Algebra.Com's Answer #111564 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
d^2 = s^2 + s^2
\n" ); document.write( ":
\n" ); document.write( "d^2 = 2s^2
\n" ); document.write( "d = \"sqrt%282s%5E2%29\"
\n" ); document.write( "d = s*\"sqrt%282%29\"
\n" ); document.write( "
\n" );