document.write( "Question 890307: one positive number is 22 times another positive number. The difference between the two numbers is 336. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #538884 by gubbavinod(1)\"\" \"About 
You can put this solution on YOUR website!
x=22y,
\n" ); document.write( "x-y=336;
\n" ); document.write( "22y-y=336;
\n" ); document.write( "21y=336;
\n" ); document.write( "y=16;
\n" ); document.write( "x=22y=22*16=352
\n" ); document.write( "
\n" );