document.write( "Question 250065: The sum of two numbers is 21. Twice the larger number is four times the smaller number. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #185384 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
A + B = 21
\n" ); document.write( "2A = 4B so A = 2B
\n" ); document.write( "ie 3A = 21
\n" ); document.write( "A = 7
\n" ); document.write( "B = 14
\n" ); document.write( "
\n" );