document.write( "Question 366176: College students were given the choice of pizza toppings and asked to choose one favorite. The table shows the results:
\n" );
document.write( "Toppings, Freshman, Sophmore, Junior, Senior, Totals
\n" );
document.write( "Cheese, 13, 15, 18, 27, 73
\n" );
document.write( "Meat, 19, 27, 15, 13, 74
\n" );
document.write( "Veggie, 15, 13, 19, 27, 74
\n" );
document.write( "Totals, 47, 55, 52, 67, 221\r
\n" );
document.write( "\n" );
document.write( "a. What is the probability that a randomly chosen student is a sophmore and their favorite topping is meat?
\n" );
document.write( "b. What is the probability that a randomly selected student is a freshman or selects cheese as their favorite topping?
\n" );
document.write( "c. What is the probability that the chosen student's favorite topping is veggie, given that they are a junior? \n" );
document.write( "
Algebra.Com's Answer #260977 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! College students were given the choice of pizza toppings and asked to choose one favorite. The table shows the results: \n" ); document.write( "Toppings, Freshman, Sophmore, Junior, Senior, Totals \n" ); document.write( "Cheese, 13, 15, 18, 27, 73 \n" ); document.write( "Meat, 19, 27, 15, 13, 74 \n" ); document.write( "Veggie, 15, 13, 19, 27, 74 \n" ); document.write( "Totals, 47, 55, 52, 67, 221\r \n" ); document.write( "\n" ); document.write( "a. What is the probability that a randomly chosen student is a sophmore and their favorite topping is meat? \n" ); document.write( "Ans: 27/221 \n" ); document.write( "-------------------------------------- \n" ); document.write( "b. What is the probability that a randomly selected student is a freshman or selects cheese as their favorite topping? \n" ); document.write( "Ans: (47+73-13)/221 \n" ); document.write( "-------------------------------------- \n" ); document.write( "c. What is the probability that the chosen student's favorite topping is veggie, given that they are a junior? \n" ); document.write( "Ans: 19/52 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |