document.write( "Question 1003309: given two numbers . the second number is eleven less than triple the first number. The sum of the two numbers is 21. What are the two numbers \n" ); document.write( "
Algebra.Com's Answer #652741 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Consider two numbers: n and 3n-11
\n" ); document.write( "n+3n-11=21
\n" ); document.write( "4n=32
\n" ); document.write( "n=8
\n" ); document.write( "3n-11=13!!!!!!!!!!!!!!!!!!!!!
\n" ); document.write( "
\n" );