document.write( "Question 782805: Consider Functions: Consider a square with side of length s, diagonal of length d, perimeter P, and area A.
\n" );
document.write( "a) Write A as a function of s.
\n" );
document.write( "b) Write s as a function of A.
\n" );
document.write( "c) Write s as a function of d.
\n" );
document.write( "d) Write d as a function of s.
\n" );
document.write( "e) Write P as a function of s.
\n" );
document.write( "f) Write s as a function of P.
\n" );
document.write( "g) Write A as a function of P.
\n" );
document.write( "h) Write d as a function of A. \n" );
document.write( "
Algebra.Com's Answer #476533 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! a) A = s^2\r \n" ); document.write( "\n" ); document.write( "b) s = sqrt(A)\r \n" ); document.write( "\n" ); document.write( "c) s = d/sqrt(2)\r \n" ); document.write( "\n" ); document.write( "d) d = sqrt(2)s\r \n" ); document.write( "\n" ); document.write( "e) P = 4s\r \n" ); document.write( "\n" ); document.write( "f) s = P/4\r \n" ); document.write( "\n" ); document.write( "g) A = P^2/16\r \n" ); document.write( "\n" ); document.write( "h) d = sqrt(2A)\r \n" ); document.write( "\n" ); document.write( "If you need more help with similar questions you can contact me now at:\r \n" ); document.write( "\n" ); document.write( "mthman@gmail.com\r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( " \n" ); document.write( " |