document.write( "Question 434425: the sum of two numbers is 100. Their difference is 10. What is the value of the least number? \n" ); document.write( "
Algebra.Com's Answer #300964 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x+y=100 \n" ); document.write( "x-y=10 \n" ); document.write( "--------add \n" ); document.write( "2x=110 \n" ); document.write( ". \n" ); document.write( "x=55 \n" ); document.write( "y=45 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |