document.write( "Question 938626: List all two-digit numbers that satisfy both of the following:
\n" ); document.write( "1. The tens and ones digits are consecutive numbers, and
\n" ); document.write( "2. The number itself is the product of two consecutive numbers.
\n" ); document.write( "

Algebra.Com's Answer #571829 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
List all two-digit numbers that satisfy both of the following:
\n" ); document.write( "1. The tens and ones digits are consecutive numbers::
\n" ); document.write( "12,23,34,45,56,67,78,89,
\n" ); document.write( "--------------------------------
\n" ); document.write( "2. The number itself is the product of two consecutive numbers.
\n" ); document.write( "12 = 3*4
\n" ); document.write( "56 = 7*8
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "================
\n" ); document.write( "
\n" );