document.write( "Question 710218: the sum of two positive intergers is 66. The first number is twice the second number. find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #436955 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!
X+Y=66
\n" ); document.write( "X=2Y
\n" ); document.write( "2Y+Y=66
\n" ); document.write( "3Y=66
\n" ); document.write( "Y=66/3
\n" ); document.write( "Y=22 ANS. FOR THE SMALLER INTEGER.
\n" ); document.write( "X+22-66
\n" ); document.write( "X=66-22
\n" ); document.write( "X=44 ANS. FOR THE LARGER INTEGER.
\n" ); document.write( "
\n" );