document.write( "Question 148542This question is from textbook math word problems demystified
\n" );
document.write( ": Please show me the steps to solve this equation:\r
\n" );
document.write( "\n" );
document.write( "In a two-digit number, the ten's digit is 3 more than the one's digit. If the digits are reversed, the difference between the two numbers is 27. Find the number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #108880 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let t=\"ten's digit\" and u=\"unit's digit\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"In a two-digit number, the ten's digit is 3 more than the one's digit\" __ t=u+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"If the digits are reversed, the difference between the two numbers is 27\" __ (10t+u)-(10u+t)=27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9t-9u=27 __ dividing by 9 __ t-u=3 __ adding u __ t=u+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the two equations are basically the same, there is no unique solution \n" ); document.write( "__ any two digits, where one is 3 more than the other, will work \n" ); document.write( " |