document.write( "Question 858695: The average of two numbers is 60. If 40 is one of the numbers and it is removed from the set, what is the value of the other number? \n" ); document.write( "
Algebra.Com's Answer #517327 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the other number \n" ); document.write( "(40 + x) / 2 = 60 \n" ); document.write( "40 + x = 120 \n" ); document.write( "x = 80 \n" ); document.write( " \n" ); document.write( " |