document.write( "Question 1179880: You went bowling in two leagues. In the first league the mean bowling score is 167 with a standard deviation of 44. In the second league the mean score is 180 with a standard deviation of 35. If you bowl a game of 201 in both leagues in which league is this score the best in comparison to the other bowlers? Explain why. \n" ); document.write( "
Algebra.Com's Answer #809713 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
normalize the score with z=(x-mean)/sd
\n" ); document.write( "for the first z=(201-167)/44=34/44=0.77
\n" ); document.write( "-
\n" ); document.write( "for the second =(201-180)/35=21/35=0.6
\n" ); document.write( "-
\n" ); document.write( "The first z-score is higher which means one is at a higher percentile of the group than the second z=score.
\n" ); document.write( "
\n" );