document.write( "Question 909129: the average of 5 number is 27.if one number is excluded the average is 25 .the excluded no is.......... \n" ); document.write( "
Algebra.Com's Answer #551645 by clearblueskai(22) You can put this solution on YOUR website! let x = sum of the 5 numbers \n" ); document.write( "average = x/5 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "y= excluded number \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ans: 35 \n" ); document.write( " |