document.write( "Question 96804: I am two digit number. I am twice the product of my digits. What number am I? \r
\n" ); document.write( "\n" ); document.write( "I know that the number is 36. As 2(3*6)=36. How can I arrive at a formulae to arrive this answer.
\n" ); document.write( "

Algebra.Com's Answer #70422 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let t=(tens digit), let u=(units digit) ... 2*t*u=10t+u ... 2tu-10t=u ...2t(u-5)=u ... 2t=u/(u-5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "u<10 and t<10 ... from the equation, u>5 and u/u-5 is an integer ... 6 is the only number that fits\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if u is 6, then t is 3
\n" ); document.write( "
\n" );