document.write( "Question 483132: The difference of two numbers is 10. Two times the larger number is 20 more than the smaller. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #330637 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
q-p=10
\n" ); document.write( "2q-20=p
\n" ); document.write( "----------------
\n" ); document.write( "q-(2q-20)=10
\n" ); document.write( "-q+20=10
\n" ); document.write( "-q=-10
\n" ); document.write( "q=10
\n" ); document.write( "p=0..
\n" ); document.write( "
\n" );