document.write( "Question 394618: 3.Among employees of a certain firm, 70% know C/C++, 60% know Java, and 50% know both languages. What portion of programmers\r
\n" );
document.write( "\n" );
document.write( "a. does not know Java?
\n" );
document.write( "b. does not know Java and C/C++?
\n" );
document.write( "c. knows C/C++ but not Java?
\n" );
document.write( "d. knows Java but not C++?
\n" );
document.write( "e. If someone knows Java, what is the probability that he/she knows C/C++?
\n" );
document.write( "f. If someone knows C/C++, what is the probability that he/she knows Java?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #280050 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! 3.Among employees of a certain firm, 70% know C/C++, 60% know Java, and 50% know both languages. What portion of programmers \n" ); document.write( "a. does not know Java? \n" ); document.write( "=1-0.6=0.4 \n" ); document.write( "b. does not know Java and C/C++? \n" ); document.write( "know only C/C++=.7-.5=.2, know only java=.6-.5=0.1, know both=0.5 \n" ); document.write( "knows java or C/C++=.2+.5+.1=0.8 \n" ); document.write( "neither=1-.8=0.2 \n" ); document.write( "c. knows C/C++ but not Java? \n" ); document.write( ".7-.5=0.2 \n" ); document.write( "d. knows Java but not C++? \n" ); document.write( ".6-.5=0.1 \n" ); document.write( "e. If someone knows Java, what is the probability that he/she knows C/C++? \n" ); document.write( "P(C/java)=P(both)/P(java)=0.5/.6=5/6 \n" ); document.write( "f. If someone knows C/C++, what is the probability that he/she knows Java?\r \n" ); document.write( "\n" ); document.write( "P(java/C)=P(both)/P(C)=0.5/.7=5/7 \n" ); document.write( " \n" ); document.write( " |