document.write( "Question 923444: suppose 60 algebra students are polled to see whether or not they have studied Chinese or German yielding the following data:\r
\n" );
document.write( "\n" );
document.write( "24 studied Chinese 20 studied German 6 studied Both \r
\n" );
document.write( "\n" );
document.write( "find the number of algebra students who:
\n" );
document.write( " a.Studied Chinese only c.studied Chinese or German
\n" );
document.write( " b.did no study German d.studied neither language \n" );
document.write( "
Algebra.Com's Answer #560034 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! suppose 60 algebra students are polled to see whether or not they have studied Chinese or German yielding the following data: \n" ); document.write( " 24 studied Chinese 20 studied German 6 studied Both \n" ); document.write( "find the number of algebra students who: \n" ); document.write( " a.Studied Chinese only:: 24-6 = 18 \n" ); document.write( "-------------------------------------- \n" ); document.write( " b.did not study German:: 60-20 = 40 \n" ); document.write( "------------------------------------ \n" ); document.write( " c.studied Chinese or German:: 18 + 20 = 36 \n" ); document.write( "------------------------------------- \n" ); document.write( " d.studied neither language:: 60-38 = 22 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------------- \n" ); document.write( " |