document.write( "Question 32179: Find the smallest positive integer n such that 2n is a perfect square, 3n is a perfect cube, and 5n is a perfect fifth power. \n" ); document.write( "
Algebra.Com's Answer #20737 by lyra(94)\"\" \"About 
You can put this solution on YOUR website!
The definition of a perfect sqaure is \"A number whose square root is an integer\". We can test a few small integers, lets start with one, the smallest. \"2%281%29=2\" which is not a perfect square since \"sqrt%282%29\" is not an integer. Thus it cannot be 1. Lets try 2, \"2%282%29=4\", \"sqrt%284%29=2\" which is an integer. So 2 works for 2n, lets try it with 3n: \"3%282%29=6\" the cube root of 6 is not an integer, so it cannot be 2. Lets try 3,\"2%283%29=6\", \"sqrt%286%29\" is not an integer, so it cannot be 3. As we keep going down, we find a pattern, for 2n to work 2(some even number n)=perfect square. We can skip to 8=n, so \"2%288%29=16\" which is a perfect square, but 3\"%288%29=24\" is not a perfect cube. This seems to be going pretty slowly, so lets try a different technique (don't be afraid in math to start over, and go down a different path, sometimes you just have to reorganize your thinking.) Lets try a different aproach:
\n" ); document.write( "lets go by cubes.
\n" ); document.write( "\"3%5E3=27%2F3=9\" so n=9 might work, \"9%2A2=18\" oops, that wont work. \"4%5E3=64%2F3\"non-integer. \"5%5E3=125%2F3\"=non-integer. \"6%5E3=216%2F3=72%2A2=144\" \"sqrt%28144%29=12\" okay two down, one to go, \"72%2A5=+360\" \"3%5E5=243\" darn, that won't work! \"7%5E3=343%2F3\"non-integer. \"8%5E3=512%2F3\"non-integer. \"9%5E3=729%2F3=243\"\"2%2A243=486=sqrt%28486%29\"non-integer. \"7%5E3=343%2F3\"non-integer. Now that you see the pattern you can keep on testing, \r
\n" ); document.write( "\n" ); document.write( "Good luck!\r
\n" ); document.write( "\n" ); document.write( "Hope this helps, this is a very difficult problem,
\n" ); document.write( "lyra
\n" ); document.write( "
\n" );