document.write( "Question 959547: One Number is twice as large as a second number. Together they add up to 42
\n" ); document.write( ". Find the numbers.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #586510 by satyareddy22(84)\"\" \"About 
You can put this solution on YOUR website!
Let x,y be the two numbers.
\n" ); document.write( "x=2y
\n" ); document.write( "x+y=42
\n" ); document.write( "=>2y+y=42
\n" ); document.write( "=>3y=42
\n" ); document.write( "=>y=14
\n" ); document.write( "x=2y=2*14=28
\n" ); document.write( "so,x=28,y=14
\n" ); document.write( "
\n" );