document.write( "Question 238269: If the area of a square is 4 to the one-thousandth power what is the perimeter? \n" ); document.write( "
Algebra.Com's Answer #175098 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Write the formula for the area of a square, which is\r\n" );
document.write( "the square of a side:\r\n" );
document.write( "\r\n" );
document.write( "\"A+=+s%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "Swap sides:\r\n" );
document.write( "\r\n" );
document.write( "\"s%5E2=A\"\r\n" );
document.write( "\r\n" );
document.write( "Take the square root of both sides\r\n" );
document.write( "\r\n" );
document.write( "\"sqrt%28s%5E2%29=sqrt%28A%29\"\r\n" );
document.write( "\r\n" );
document.write( "Simplify the left side:\r\n" );
document.write( "\r\n" );
document.write( "\"s=sqrt%28A%29\"\r\n" );
document.write( "\r\n" );
document.write( "Write the square root as the \"1%2F2\" power\r\n" );
document.write( "\r\n" );
document.write( "\"s=A%5E%281%2F2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute \"4%5E1000\" for \"A\"\r\n" );
document.write( "\r\n" );
document.write( "\"s=%284%5E1000%29%5E%281%2F2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Indicate the multiplication of the exponents:\r\n" );
document.write( "\r\n" );
document.write( "\"s=4%5E%281000%2A%281%2F2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Do the multiplication of the exponents:\r\n" );
document.write( "\r\n" );
document.write( "\"s=4%5E500\"\r\n" );
document.write( "\r\n" );
document.write( "Now write the formula for the perimeter of a square,\r\n" );
document.write( "which is 4 times a side:\r\n" );
document.write( "\r\n" );
document.write( "\"P=4s\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute \"4%5E500\" for \"s\"\r\n" );
document.write( "\r\n" );
document.write( "\"P=4%284%5E500%29\"\r\n" );
document.write( "\r\n" );
document.write( "Write the \"4\" as \"4%5E1\"\r\n" );
document.write( "\r\n" );
document.write( "\"P=4%5E1%2A4%5E500\"\r\n" );
document.write( "\r\n" );
document.write( "Indicate the addition of the exponents:\r\n" );
document.write( "\r\n" );
document.write( "\"P=4%5E%281%2B500%29\"\r\n" );
document.write( "\r\n" );
document.write( "Do the addition of the exponents:\r\n" );
document.write( "\r\n" );
document.write( "\"P=4%5E501\"\r\n" );
document.write( "\r\n" );
document.write( "Leave the answer like that, because that\r\n" );
document.write( "number is so large it will overflow any \r\n" );
document.write( "calculator.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );