document.write( "Question 1025086: The average mark for 100 learners in a test is 39%. The average mark for the learners who passed is 60%, while the average mark for the learners who failed is 30%. Compute the number of learners who failed the test \n" ); document.write( "
Algebra.Com's Answer #640374 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let \"S%5Bp%5D+\" = sum of averages of the passes, and \"S%5Bf%5D+\" = sum of the averages of the failures.\r
\n" ); document.write( "\n" ); document.write( "==> \"%28S%5Bp%5D%2BS%5Bf%5D%29%2F100+=+0.39\" ==> \"S%5Bp%5D%2BS%5Bf%5D=+39\".\r
\n" ); document.write( "\n" ); document.write( "Let x = number of passes, so that 100 - x = number of failures.\r
\n" ); document.write( "\n" ); document.write( "==> \"S%5Bp%5D%2Fx+=+0.60\" and \"S%5Bf%5D%2F%28100+-+x%29+=+0.30\"\r
\n" ); document.write( "\n" ); document.write( "==> \"S%5Bp%5D=+0.60x\" and \"S%5Bf%5D=0.30%28100+-+x%29\"\r
\n" ); document.write( "\n" ); document.write( "==> \"S%5Bp%5D+%2B+S%5Bf%5D=+0.60x+%2B+0.30%28100+-+x%29+=+39\" ==> x = 30, the number of passes, and \r
\n" ); document.write( "\n" ); document.write( "100 - x = 70, the number of failures.
\n" ); document.write( "
\n" );