document.write( "Question 366486: The mean of the test scores of a class of n students is 68 and the mean of the
\n" );
document.write( "test scores of a class of m students is 94.The mean score, when both classes are combined, is 88.What is the value of m/n ? \n" );
document.write( "
Algebra.Com's Answer #261163 by stanbon(75887) ![]() You can put this solution on YOUR website! The mean of the test scores of a class of n students is 68 \n" ); document.write( "Total points for those n students is 68n \n" ); document.write( "----------------------- \n" ); document.write( "and the mean of the test scores of a class of m students is 94. \n" ); document.write( "Total points for those m students is 94m \n" ); document.write( "-------- \n" ); document.write( "The mean score, when both classes are combined, is 88.What is the value of m/n ? \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "(68n+94m)/(n+m) = 88 \n" ); document.write( "--- \n" ); document.write( "68n + 94m = 88n + 88m \n" ); document.write( "20n = 6m \n" ); document.write( "m/n= 20/6 = 10/3 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |