document.write( "Question 40611: A bag of marbles has twice as many blue marbles as green marbles, and the bag has at least 18 marbles in it. At least how many green marbles does it have? \n" ); document.write( "
Algebra.Com's Answer #26029 by gsmani_iyer(201)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " Let the No.of green marbles be = x \n" ); document.write( " So the No.of blue marbles is = 2x \n" ); document.write( " The total No.of marbles = 2x + x = 3x \n" ); document.write( " 3x = 18 ... (Given) \n" ); document.write( " So x = 18/3 = 6 \n" ); document.write( " So No.of green marbles = 6 and \n" ); document.write( " the No. of blue marbles = 12. Answer.\r \n" ); document.write( "\n" ); document.write( " gsm \n" ); document.write( " |