document.write( "Question 336570: A jar contains 10 red, 7 blue and 5 yellow marbles. Blue marbles are then added in order to change the probability of randomly selecting a blue marble from the jar to “greater than 1/2”.What is the least number of blue marbles that must be added? \n" ); document.write( "
Algebra.Com's Answer #241259 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
The probability before adding any blue balls is 10/(10+7+5)=10/22
\n" ); document.write( "Let x be the least number of blue marbles that must be added.
\n" ); document.write( "(10+x)/(22+x) > 1/2
\n" ); document.write( "10+x>(22+x)/2
\n" ); document.write( "20+2x>22+x
\n" ); document.write( "x>2
\n" ); document.write( "Since x is greater than 2 then x must be 3.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );