document.write( "Question 273631: The average of a list of positive numbers is 20 per cent of the sum of the
\n" );
document.write( "numbers. How many numbers are there in the list?\r
\n" );
document.write( "\n" );
document.write( "(A) 5 (B) 20 (C) 80 (D) 100 (E) Cannot be said. \n" );
document.write( "
Algebra.Com's Answer #199883 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! let s sum of list \n" ); document.write( "let a= average \n" ); document.write( "let n equal number of items in list \n" ); document.write( "a=s/n \n" ); document.write( "a=.2s=1/5*s \n" ); document.write( "s/n=s/5 \n" ); document.write( "n=5 \n" ); document.write( " |