document.write( "Question 431642: PROBLEM 1:
\n" ); document.write( "A two digit number with 2 different digits has a special property: \"When the sum of its digits is added to the product of its digits, the result is the number itself.\" What is the smallest number with this property?
\n" ); document.write( "PROBLEM 2:
\n" ); document.write( "Six is a perfect number because its factors ( not including 6)add up to itself. What are all the perfect numbers between 20 and 30?
\n" ); document.write( "

Algebra.Com's Answer #299581 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
1. Suppose the number is \"10a+%2B+b\", where \"a+%3C%3E+b\". Then, \"a+%2B+b+%2B+ab+=+10a+%2B+b\" --> \"a+%2B+ab+=+10a\" --> \"1+%2B+b+=+10\", b = 9. We can assume \"a\" to be as small as possible, so 19 is the smallest such number.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2. 28, because the sum of its proper divisors is 1+2+4+7+14 = 28. In fact, all even perfect numbers are in the form \"%282%5E%28n-1%29%29%282%5En+-+1%29\" where \"2%5En+-+1\" is prime. This is because the sum of divisors function is a multiplicative function for relatively prime integers. When \"n+=+3\", \"2%5E3+-+1+=+7\", prime, so \"%282%5E2%29%282%5E3+-+1%29+=+28\", a perfect number.
\n" ); document.write( "
\n" );