document.write( "Question 199264: There are only three flavors of gumdrops in a jar containing 40 gumdrops. There are 3 times as many cherry gumdrops as lemon gumdrops. There are 4 more than twice as many orange gumdrops as lemon gumdrops.
\n" );
document.write( "a)How many gumdrops of each flavor are in the jar? (only an algebraic solution will be accepted)
\n" );
document.write( "b)Two gumdrops are drawn at random without replacemnt. Find the probability that both are the same flavor.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #153136 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! A) lemon=x=6 \n" ); document.write( "cherry=3x=18 \n" ); document.write( "orange=2x=4=16 \n" ); document.write( "x+3x+2x+4=40 \n" ); document.write( "6x=36 \n" ); document.write( "x=6 \n" ); document.write( "----------------- \n" ); document.write( "B) lemon=(6/40)(6/39)=36/1560=3/130 \n" ); document.write( "cherry= (18/40)(18/39)=324/1560=27/130 \n" ); document.write( "orange= (16/40)(16/39)=256/1560=32/195 \n" ); document.write( " |