document.write( "Question 1018391: The scores of two school basketball teams are recorded.
\n" );
document.write( "Team A scored the following points per game: 67, 45, 84, 55, 73, 36, 80, 62 and 38.
\n" );
document.write( "Team B scored the following points per game: 72, 47, 76, 34, 98, 76, 56, 54 and 63.
\n" );
document.write( "What is the mean of Team A?
\n" );
document.write( "What is the mean of Team B? \n" );
document.write( "
Algebra.Com's Answer #634507 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Team A scored a total of 540 \n" ); document.write( "Total score/Number of scores = mean \n" ); document.write( "540/9 = mean of 60 \n" ); document.write( "Team B scored a total of 576 \n" ); document.write( "Total score/Number of scores = mean \n" ); document.write( "576/9 = 64 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |