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 #299544 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A two digit number with 2 different digits has a special property:
\n" ); document.write( "\"When the sum of its digits is added to the product of its digits, the result is the number itself.\"
\n" ); document.write( " What is the smallest number with this property?
\n" ); document.write( ":
\n" ); document.write( "x = 10's digit
\n" ); document.write( "y = units
\n" ); document.write( "then
\n" ); document.write( "10x+y = the number
\n" ); document.write( ":
\n" ); document.write( "x + y + xy = 10x + y
\n" ); document.write( "xy = 10x - x + y - y
\n" ); document.write( "xy = 9x
\n" ); document.write( "y = \"%289x%29%2Fx\"
\n" ); document.write( "y = 9 is the units
\n" ); document.write( "then
\n" ); document.write( "19 is the smallest number with this property.
\n" ); document.write( ":
\n" ); document.write( "See if that is true
\n" ); document.write( "1 + 9 + (1*9) = 10(1) + 9
\n" ); document.write( ":
\n" ); document.write( ":
\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( "28: 1 + 2 + 4 + 7 + 14
\n" ); document.write( "
\n" ); document.write( "
\n" );