document.write( "Question 258665: The sum of a lesser number and twice a greater number equals 8. The sum of twice the lesser number and the greater number equals-6. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #190501 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let A be the smaller number, B the larger.
\n" ); document.write( "1.\"A%2B2B=8\"
\n" ); document.write( "2.\"2A%2BB=-6\"
\n" ); document.write( "Multiply the first equation by -2 and add to the second,
\n" ); document.write( "\"-2A-4B%2B2A%2BB=-16-6\"
\n" ); document.write( "\"-3B=-22\"
\n" ); document.write( "\"B=22%2F3\"
\n" ); document.write( "Then from eq. 1,
\n" ); document.write( "\"A%2B2B=8\"
\n" ); document.write( "\"A=8-2B\"
\n" ); document.write( "\"A=8-2%2822%2F3%29\"
\n" ); document.write( "\"A=24%2F3-44%2F3\"
\n" ); document.write( "\"A=-20%2F3\"
\n" ); document.write( "
\n" );