document.write( "Question 476419: There is a number, the 2nd digit of which is smaller than its 1st digit by 4. And if the number were divided by the digit's sum, the quotient would be 7. What might be the number? \n" ); document.write( "
Algebra.Com's Answer #326658 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the first digit be t\r\n" );
document.write( "

\n" ); document.write( "the 2nd digit...is smaller than its 1st digit by 4.
\n" ); document.write( "
\r\n" );
document.write( "Therefore the second digit is t-4.\r\n" );
document.write( "\r\n" );
document.write( "The number is 10 times the first digit plus the second digit\r\n" );
document.write( "\r\n" );
document.write( "The number = 10t + t-4 = 11t - 4\r\n" );
document.write( "\r\n" );
document.write( "Digits' sum = t + t-4 = 2t - 4\r\n" );
document.write( "

\n" ); document.write( "if the number were divided by the digit's sum, the quotient would be 7
\n" ); document.write( "
\r\n" );
document.write( "11t - 4\r\n" );
document.write( "——————— = 7\r\n" );
document.write( " 2t - 4 \r\n" );
document.write( "\r\n" );
document.write( "Multiply both sides by (2t - 4)\r\n" );
document.write( "\r\n" );
document.write( "11t - 4 = 7(2t - 4)\r\n" );
document.write( "\r\n" );
document.write( "11t - 4 = 14t - 28\r\n" );
document.write( "\r\n" );
document.write( "    -3t = -24\r\n" );
document.write( "\r\n" );
document.write( "      t = 8\r\n" );
document.write( "\r\n" );
document.write( "The second digit is t-4 = 8-4 = 4\r\n" );
document.write( "\r\n" );
document.write( "So the number is 84.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );