document.write( "Question 765751: Reading readiness of preschoolers from an impoverished neighborhood (n = 20) was measured using a standardized test. Nationally, the mean on this test for preschoolers is 30.9, with SD = 2.08. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. Children below the 30th percentile (in the bottom 30%) are in need of special assistance prior to attending school. What raw score marks the cut-off score for these children? (8 pts)\r
\n" );
document.write( "\n" );
document.write( "(What I came up with- Z-Score=-2.75 X=30.9+2.08(-2.75)=25.18 Cut Off is 25.18)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. What percentage of children score between 25 and 28.5? (8 pts)
\n" );
document.write( "(what I came up with- Z= (25-30.9)/2.08=-2.83 Z= (28.5-30.9)/2.08=-1.15
\n" );
document.write( "-2.83+-1.15=-3.98 50-3.98=46.02 46.02% score between 25 and 28.5)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c. How many children would we expect to find with scores between 28 and 31.5?(8 pts)
\n" );
document.write( "(What I came up With- Z=(28-30.9)/2.08=-1.39 Z=(31.5-30.9)/2.08=.28
\n" );
document.write( " -1.39+.28=-1.11 Z-Score=2.29,
\n" );
document.write( "X=30.9+2.08(2.29)= 35.66 36 Children have scores between 28 and 31.5)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "d. Children in the top 25% are considered accelerated readers and qualify for different placement in school. What raw score would mark the cutoff for such placement? (11 pts)\r
\n" );
document.write( "\n" );
document.write( "(What I came up With- . Z-Score=2.81 X=30.9+2.08(2.81)=9.74 Cut-Off is 9.74)
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #466387 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Reading readiness of preschoolers from an impoverished neighborhood (n = 20) was measured using a standardized test. Nationally, the mean on this test for preschoolers is 30.9, with SD = 2.08. \r \n" ); document.write( "\n" ); document.write( "a. Children below the 30th percentile (in the bottom 30%) are in need of special assistance prior to attending school. What raw score marks the cut-off score for these children? (8 pts) \n" ); document.write( "--- \n" ); document.write( "Find the z-score with a left tail of 30%:: \n" ); document.write( "invNorm(0.30) = -0.5244 \n" ); document.write( "Find the score using x = z*s + u \n" ); document.write( "x = -0.5244*2.08+30.9 = 29.81 \n" ); document.write( "======================================= \n" ); document.write( "(What I came up with- Z-Score=-2.75 X=30.9+2.08(-2.75)=25.18 Cut Off is 25.18) \n" ); document.write( "Comment: You found the z-score with a left tail of 0.003. \n" ); document.write( "============================================================== \r \n" ); document.write( "\n" ); document.write( "b. What percentage of children score between 25 and 28.5? (8 pts) \n" ); document.write( "Z(25)= (25-30.9)/2.08=-2.83 \n" ); document.write( "Z(28.5)= (28.5-30.9)/2.08=-1.15 \n" ); document.write( "P(25< x < 28.5) = P(-2.83< z < -1.15) = normalcdf(-2.83,-1.15) = 0.1227 \n" ); document.write( "=================================================\r \n" ); document.write( "\n" ); document.write( "c. How many children would we expect to find with scores between 28 and 31.5?(8 pts) \n" ); document.write( "(What I came up With- \n" ); document.write( "Z=(28-30.9)/2.08=-1.39 \n" ); document.write( "Z=(31.5-30.9)/2.08=.28 \n" ); document.write( "P(-1.39< z < 0.28) = normalcdf(-1.39,0.28) = 0.5280 \n" ); document.write( "--- \n" ); document.write( "# of children = 0.5280*20 = 11 when rounded up \n" ); document.write( "====================================================\r \n" ); document.write( "\n" ); document.write( "d. Children in the top 25% are considered accelerated readers and qualify for different placement in school. What raw score would mark the cutoff for such placement? (11 pts) \n" ); document.write( "Find the z-score wit a left tail of 75% \n" ); document.write( "invNorm(0.75) = 0.6745 \n" ); document.write( "--- \n" ); document.write( "Find the correspondig score: \n" ); document.write( "x = z*s + u \n" ); document.write( "x = 0.6745*2.08+30.9 = 32.3 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |