document.write( "Question 908328: Nuclear experiments performed in the ocean vaporize large quantities of salt water. Salt boils and turns into vapor at 1738 K. After being vaporized by a 10-megaton force, the salt takes at least 8-10 seconds to cool enough to crystallize. The amount of salt A that has crystallized t seconds after an experiment is sometimes calculated using
\n" ); document.write( "A = k square root t/T
\n" ); document.write( ",
\n" ); document.write( " where k and T are constants. Solve this equation for t.
\n" ); document.write( "

Algebra.Com's Answer #551076 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A = k square root t/T
\n" ); document.write( ",
\n" ); document.write( "where k and T are constants. Solve this equation for t.
\n" ); document.write( ":
\n" ); document.write( "A = \"k%2Asqrt%28t%2FT%29\"
\n" ); document.write( "Square both sides and write it:
\n" ); document.write( "\"k%5E2%28t%2FT%29+=+A%5E2\"
\n" ); document.write( "multiply both sides by T
\n" ); document.write( "\"k%5E2%2At+=+A%5E2%2AT\"
\n" ); document.write( "Divide both sides by k^2
\n" ); document.write( "t = \"%28%28A%5E2%2AT%29%29%2Fk%5E2\"
\n" ); document.write( "
\n" );