document.write( "Question 399573: The difference of two numbers is 20, and the smaller number is n. What is the other number? \n" ); document.write( "
Algebra.Com's Answer #282948 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x = the other number. \n" ); document.write( "x-n=20 \n" ); document.write( "x=20+n \n" ); document.write( " |