document.write( "Question 891181: If the average of three numbers is V. If one of the numbers is Z and another is Y, what is the remaining number? \n" ); document.write( "
Algebra.Com's Answer #539579 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If the average of three numbers is V. If one of the numbers is Z and another is Y, what is the remaining number? \n" ); document.write( "------------- \n" ); document.write( "n = remaining number \n" ); document.write( "--- \n" ); document.write( "(Y + Z + n)/3 = V \n" ); document.write( "Y + Z + n = 3V \n" ); document.write( "n = 3V - Y - Z \n" ); document.write( " \n" ); document.write( " |