document.write( "Question 278910: The sum of three numbers is 72 The middle number is one less than three times the smallest number. The sum of the smallest and the middle number plus ten equals the largest number. Find all three numbers. \n" ); document.write( "
Algebra.Com's Answer #202863 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
>>...The sum of three numbers is 72...<<
\n" ); document.write( "
\r\n" );
document.write( "Smallest + Middle + Largest = 72\r\n" );
document.write( "\r\n" );
document.write( "\"S%2BM%2BL=72\"\r\n" );
document.write( "

\n" ); document.write( ">>...The middle number is one less than three times the smallest number...<<
\n" ); document.write( "
\r\n" );
document.write( "Middle = 3 times Smallest minus 1.\r\n" );
document.write( "\r\n" );
document.write( "\"M=3S-1\"\r\n" );
document.write( "

\n" ); document.write( ">>...The sum of the smallest and the middle number plus ten equals the largest number...<<
\n" ); document.write( "
\r\n" );
document.write( "Smallest + Middle + 10 = Largest\r\n" );
document.write( "\r\n" );
document.write( "\"S%2BM%2B10=L\"\r\n" );
document.write( "\r\n" );
document.write( "So you have this system:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28S%2BM%2BL=72%2CM=3S-1%2CS%2BM%2B10=L%29\"\r\n" );
document.write( "\r\n" );
document.write( "Can you solve that system?  If not post again asking how.\r\n" );
document.write( "\r\n" );
document.write( "Answer: S = smallest = 8, M = middle = 23, L = largest = 41\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );