document.write( "Question 1021884: A company has 22 employees. Twelve of these
\n" );
document.write( "employees have masters degrees and fifteen
\n" );
document.write( "have at least one Microsoft Certification and
\n" );
document.write( "three have neither a Microsoft certification
\n" );
document.write( "nor a masters degree.
\n" );
document.write( "How many have both a Masters degree and a
\n" );
document.write( "certification? \n" );
document.write( "
Algebra.Com's Answer #637854 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \r\n" ); document.write( "Everybody in the red circle M have masters.\r\n" ); document.write( "Everybody in the blue circle C have certification.\r\n" ); document.write( "\r\n" ); document.write( "a = the number of employees who have a masters but no certification\r\n" ); document.write( "b = the number of employees who have both a masters and a certification\r\n" ); document.write( "c = the number of employees who have a certification but no masters\r\n" ); document.write( "d = the number of employees who have neither a masters nor a \r\n" ); document.write( "certification\r\n" ); document.write( "A company has 22 employees. \r\n" ); document.write( "a+b+c+d = 22 \n" ); document.write( "Twelve of these employees have masters degrees \r\n" ); document.write( "a+b = 12 \n" ); document.write( "and fifteen have at least one Microsoft Certification \r\n" ); document.write( "b+c = 15 \n" ); document.write( "and three have neither a Microsoft certification nor a masters \n" ); document.write( "degree. \r\n" ); document.write( "d = 3\r\n" ); document.write( "\r\n" ); document.write( "So we have this system of four equations and 4 unknowns:\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "How many have both a Masters degree and a certification? \r\n" ); document.write( "That's b = 8.\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |