document.write( "Question 1141573: Leo’s pencil case contains 8 black pens, 6 blue pens and 2 red pens. He loses 4 pens, 2 of which are blue. If he then picks one pen out of the pencil case at random, what is the probability that it will be blue?
\n" );
document.write( "A) 1/3
\n" );
document.write( "B)1/4
\n" );
document.write( "C)1/6
\n" );
document.write( "D)1/8 \n" );
document.write( "
Algebra.Com's Answer #762160 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: choice A) 1/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "============================================================= \n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The information that \"Leo’s pencil case contains 8 black pens, 6 blue pens and 2 red pens\" means we have 8+6+2 = 14+2 = 16 pens total\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Furthermore, we are told \"He loses 4 pens, 2 of which are blue\" so the total drops from 16 to 16-4 = 12 pens overall. The number of blue pens goes from 6 to 6-2 = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After Leo loses those pens, he has 4 blue pens out of 12 total. Form a fraction with these values and reduce \n" ); document.write( "4/12 = 1/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note: the greatest common factor (GCF) of 4 and 12 is 4. So you divide each value by 4 \n" ); document.write( "4/4 = 1 \n" ); document.write( "12/4 = 3 \n" ); document.write( "So that's how 4/12 reduces to 1/3 \n" ); document.write( "This is one way to show the reduction \n" ); document.write( " \n" ); document.write( " |