document.write( "Question 1157128: A study was conducted to investigate the effectiveness of hypnotism in reducing pain. Results of randomly selected patients are shown in the table below. A lower score indicates less pain. Can we conclude that the hypnotism is effective in reducing the pain?
\n" );
document.write( "Patient
\n" );
document.write( "1
\n" );
document.write( "2
\n" );
document.write( "3
\n" );
document.write( "4
\n" );
document.write( "5
\n" );
document.write( "6
\n" );
document.write( "7
\n" );
document.write( "8
\n" );
document.write( "Before hypnotism
\n" );
document.write( "6.6
\n" );
document.write( "6.5
\n" );
document.write( "9.0
\n" );
document.write( "10.3
\n" );
document.write( "11.3
\n" );
document.write( "8.1
\n" );
document.write( "6.3
\n" );
document.write( "11.6
\n" );
document.write( "After hypnotism
\n" );
document.write( "6.8
\n" );
document.write( "2.4
\n" );
document.write( "7.4
\n" );
document.write( "8.5
\n" );
document.write( "8.1
\n" );
document.write( "6.1
\n" );
document.write( "3.4
\n" );
document.write( "2.0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #779938 by Boreal(15235) You can put this solution on YOUR website! This is a paired t-test looking at the differences with the null hypothesis difference of 0 or negative, and alternative hypothesis being difference positive (defining difference as before-after)\r \n" ); document.write( "\n" ); document.write( "x bar is 3.125 \n" ); document.write( "s is 2.91 \n" ); document.write( "n=8 df=7 \n" ); document.write( "critical value if alpha is 0.05 for a right tail test is t>1.895\r \n" ); document.write( "\n" ); document.write( "t=(x bar-mean)/s/sqrt(n) \n" ); document.write( "=3.125*sqrt(8)/2.91=3.04 \n" ); document.write( "p=0.009\r \n" ); document.write( "\n" ); document.write( "Conclude that hypnotism is effective in alleviating the pain. \n" ); document.write( " |