document.write( "Question 290619: One number is two more than three times another. The sum of the numbers is 26. What is the lesser number? \n" ); document.write( "
Algebra.Com's Answer #210360 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
let n be the first number
\n" ); document.write( "n=2+3n
\n" ); document.write( "n+3n+2=26
\n" ); document.write( "4n=24
\n" ); document.write( "n=6
\n" ); document.write( "3\"*6+2=20
\n" ); document.write( "and 26-6=20\r
\n" ); document.write( "\n" ); document.write( "the other number is 20
\n" ); document.write( "
\n" ); document.write( "
\n" );