document.write( "Question 710037: The sum of the digits of a 2 digit number is 6. The second digit is twice the first digit. Find the 2 digit number \n" ); document.write( "
Algebra.Com's Answer #436857 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "If you are in the lower grades:\r\n" );
document.write( "\r\n" );
document.write( "The sum of the digits of a 2 digit number is 6. \r\n" );
document.write( "\r\n" );
document.write( "So it's either 15, 24, 33, 42, or 51.\r\n" );
document.write( "\r\n" );
document.write( "The second digit is twice the first digit. \r\n" );
document.write( "\r\n" );
document.write( "So it's 24.\r\n" );
document.write( "\r\n" );
document.write( "If you are in the upper grades,\r\n" );
document.write( "\r\n" );
document.write( "t = the tens digit\r\n" );
document.write( "u = the units digit\r\n" );
document.write( "\r\n" );
document.write( "The system to solve is:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28t%2Bu+=+6%2C%0D%0Au+=+2t%29\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute 2t for u in the first equation:\r\n" );
document.write( "\r\n" );
document.write( "t+2t = 6\r\n" );
document.write( "  3t = 6\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides by 3\r\n" );
document.write( "\r\n" );
document.write( " \"3t%2F3\" = \"6%2F3\"\r\n" );
document.write( "\r\n" );
document.write( " \"cross%283%29t%2Fcross%283%29\" = \"cross%286%29%5E2%2Fcross%283%29\"\r\n" );
document.write( "\r\n" );
document.write( " \"t\" = 2\r\n" );
document.write( "\r\n" );
document.write( "u = 2t = 2(2) = 4\r\n" );
document.write( "\r\n" );
document.write( "u = 4\r\n" );
document.write( "\r\n" );
document.write( "The number = 24\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );