document.write( "Question 1052861:  I need help with this:\r
\n" );
document.write( "\n" );
document.write( "In a study of memory recall, 5 people were given 10 minutes to memorize a list of 20 words.
\n" );
document.write( "Each was asked to list as many of the words as he or she could remember both 1 hour and 24
\n" );
document.write( "hours later. The result is shown in the following table.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "                              Number of Words Recalled\r
\n" );
document.write( "\n" );
document.write( "Subject   _________ 1 hour later    _________                24 hours later
\n" );
document.write( "1 _________          14                _________              12
\n" );
document.write( "2  _________         18                    _________          15
\n" );
document.write( "3  _________         11                 _________             9
\n" );
document.write( "4  _________         13                   _________           12
\n" );
document.write( "5  _________         12                   _________           12\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Is there evidence to suggest that the mean number of words recalled after 24 hours are less
\n" );
document.write( "than the mean recall after 1 hour? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Assume we want to use a 0.05 significance level to test the claim. Please show all work.\r
\n" );
document.write( "\n" );
document.write( "(a) Identify the null hypothesis and the alternative hypothesis.\r
\n" );
document.write( "\n" );
document.write( "(b) Determine the test statistic.\r
\n" );
document.write( "\n" );
document.write( "(c) Determine the P-value for this test.\r
\n" );
document.write( "\n" );
document.write( "(d) Is there sufficient evidence to support the claim that the mean number of words recalled after 24 hours is less than the mean recall after 1 hour? Justify your conclusion.\r
\n" );
document.write( "\n" );
document.write( "Thank you very much for any help!  \n" );
document.write( "
| Algebra.Com's Answer #668164 by Boreal(15235)     You can put this solution on YOUR website! Ho: the number of words recalled is unchanged or greater \n" ); document.write( "Ha: the number of words recalled is less. \n" ); document.write( "alpha=0.05, one way test \n" ); document.write( "Paired t-test \n" ); document.write( "4 degrees of freedom \n" ); document.write( "Critical value is -2.132 \n" ); document.write( "difference defined here as number after 24 hours-number after 12 hours. \n" ); document.write( "average d/[s/sqrt(n)] \n" ); document.write( "This is -1.6/(1.14/sqrt(5)) \n" ); document.write( "That is t=-3.14 \n" ); document.write( "This has a p-value of 0.0175, and we can conclude that there is a significant difference (reject Ho). \n" ); document.write( "The important part of this problem is to use each person as their own control. The df are less, but the variability is much less.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |