document.write( "Question 932935: The bookstore has seven red school jerseys, seven blue school jerseys, and nine green school jerseys to choose from. If a student selects one at random, find the probability it is red or green \n" ); document.write( "
Algebra.Com's Answer #566505 by ewatrrr(24785) You can put this solution on YOUR website! 23 Jerseys: 7R,7B, 9G \n" ); document.write( "One selected \n" ); document.write( "P(R 0r G) = 7/23 + 9/23 = 16/23 \n" ); document.write( " |