document.write( "Question 612869: An urn contains blue and purple marbles. The number of purple marbles is 3 more than twice the number of blue marbles. If the probability of drawing a blue marble at random is 1/4, how many blue marbles are in the urn?\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #385756 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An urn contains blue and purple marbles. The number of purple marbles is 3 more than twice the number of blue marbles. If the probability of drawing a blue marble at random is 1/4, how many blue marbles are in the urn? \n" ); document.write( "-------- \n" ); document.write( "Equations: \n" ); document.write( "p = 2b + 3 \n" ); document.write( "--- \n" ); document.write( "b/[b + p] = 1/4 \n" ); document.write( "------ \n" ); document.write( "b/[b + 2b+3] = 1/4 \n" ); document.write( "4b = 3b+3 \n" ); document.write( "b = 3 (# of blue marbles) \n" ); document.write( "--- \n" ); document.write( "Solve for \"p\": \n" ); document.write( "p = 2b + 3 \n" ); document.write( "p = 2*3+3 = 9 (# of purple marbles) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |