document.write( "Question 575920: In a large company, there are 3 vice presidents, 15 managers and 1 CEO. If a person is selected at random, find the probability that the person is either the CEO or a manager. \n" ); document.write( "
Algebra.Com's Answer #369654 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! P(CEO or manager) = P(CEO) + P(Manager)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(CEO or manager) = 1/(3+15+1) + 15/(3+15+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(CEO or manager) = 1/19 + 15/19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(CEO or manager) = 16/19 \n" ); document.write( " |