document.write( "Question 1026006: Two different varieties of mushroom were grown on 6 and 7 plots of the same size. At the end of the crop run, the following quantities of yield were observed for the two varieties: Variety I 16 12 11 13 15 17 Variety II 11 11 10 15 14 16 10 Using the Mann-Whitney U test, verify at 0.05 level of significance whether the two varieties of mushroom produce the same yield. \n" ); document.write( "
| Algebra.Com's Answer #641407 by robertb(5830)     You can put this solution on YOUR website! The array of the 13 values are as follows:\r \n" ); document.write( "\n" ); document.write( "10, 10, 11, 11, \n" ); document.write( "\n" ); document.write( "Their corresponding ranks are \n" ); document.write( "1.5, 1.5, 4, 4, 4, 6, 7, 8, 9.5, 9.5, 11.5, 11.5, 13\r \n" ); document.write( "\n" ); document.write( "(The highlighted boxed numbers are the values from Variety 1.)\r \n" ); document.write( "\n" ); document.write( "The sum of corresponding ranks of the highlighted numbers is T = 4+ 6+7+9.5+11.5 + 13 = 51\r \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "Looking at the critical values table of the Mann-Whitney U with \n" ); document.write( "\n" ); document.write( "Since U = 12 > 6, we conclude that there is significant difference between the two yields, and the two varieties of mushrooms do NOT produce the same yield. \n" ); document.write( " |