document.write( "Question 1038200: if p, q, r, and s are positive prime numbers,
\n" ); document.write( "and (q^3p^2)/r^2 = s^n, what is the value of of n?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "thanks,
\n" ); document.write( "

Algebra.Com's Answer #652918 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
if p, q, r, and s are positive prime numbers,
\n" ); document.write( "and (q^3p^2)/r^2 = s^n, what is the value of of n?
\n" ); document.write( "
\r\n" );
document.write( "\"%28q%5E3p%5E2%29%2Fr%5E2+=+s%5En\"\r\n" );
document.write( "\r\n" );
document.write( "is true if and only if\r\n" );
document.write( "\r\n" );
document.write( "\"q%5E3p%5E2+=+r%5E2s%5En\"\r\n" );
document.write( "\r\n" );
document.write( "is true.\r\n" );
document.write( "\r\n" );
document.write( "The Fundamental Theorem of Arithmetic states\r\n" );
document.write( "that every natural number greater than 1 can \r\n" );
document.write( "be written as a product of prime numbers, and \r\n" );
document.write( "this product is unique, except for the order of\r\n" );
document.write( "the factors. \r\n" );
document.write( "\r\n" );
document.write( "There are 5 factors of primes on the left,\r\n" );
document.write( "so there must be the same 5 factors of \r\n" );
document.write( "primes on the right, so \r\n" );
document.write( "\r\n" );
document.write( "n can only be 3.\r\n" );
document.write( "\r\n" );
document.write( "In fact, though it wasn't asked for, \r\n" );
document.write( "p must equal r and q must equal s. \r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );