document.write( "Question 1008672: In a class of 45 students, 27 are democrats, 8 are business majors and 6 of the business majors are democrats. If one student is randomly selected from the class,find the probability of selecting a democrat or a business major. \n" ); document.write( "
Algebra.Com's Answer #624243 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! P(demo or bus) = P(demo) + P(bus) - P(demo and bus) \n" ); document.write( "P(demo or bus) = 27/45 + 8/45 - 6/45 = 29/45 \n" ); document.write( " |