document.write( "Question 214159: In an even 2-digit number, the sesond digit is 3 times the first. what is the number? \n" ); document.write( "
Algebra.Com's Answer #161753 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The 1st digit must be 1,2 or 3. Any digit larger than 3,
\n" ); document.write( "when multiplied by 3, needs more than 1 digit.
\n" ); document.write( "3 times 1 is 1, so if the 1st digit is 1,
\n" ); document.write( "the number is 11, which is odd
\n" ); document.write( "3 times 2 is 6, so if the 1st number is 2,
\n" ); document.write( "the number is 26, which is even
\n" ); document.write( "3 times 3 is 9, so if the 1st number is 3,
\n" ); document.write( "the number is 39, which is odd
\n" ); document.write( "The only number that qualifies is 26\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );