document.write( "Question 365800: The difference between two numbers is 23. One third the larger number plus three times the smaller number is 81. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #260723 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
l - s = 23. This is the same as s = l-23.
\n" ); document.write( "\"l%2F3+%2B+3s+=+81\". By direct substitution,
\n" ); document.write( "\"l%2F3+%2B+3%28l-23%29+=+81\",
\n" ); document.write( "\"l%2F3+%2B+3l+-+69+=+81\",
\n" ); document.write( "\"l%2F3+%2B+3l+=+150\",
\n" ); document.write( "\"%28l%2B9l%29%2F3+=+150\",
\n" ); document.write( "\"%2810l%29%2F3+=+150\",
\n" ); document.write( "or l = 45, the larger number.
\n" ); document.write( "s = 22, the smaller number.
\n" ); document.write( "
\n" );