document.write( "Question 894032: In a two digit number, the ten's digit is bigger. The product of the digits is 27 and the difference between two digits is 6. Find the number...
\n" );
document.write( "Answer is given i.e. 93.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #541695 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! n=10t+o \n" ); document.write( "t>o \n" ); document.write( "t*o=27 \n" ); document.write( "t-o=6 \n" ); document.write( "t=o+6 \n" ); document.write( "t*o=27 \n" ); document.write( "o*(o+6)=27 \n" ); document.write( "o^2+6o-27=0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "o=3 \n" ); document.write( "t-3=6 \n" ); document.write( "t=9 \n" ); document.write( "n=93 \n" ); document.write( " |