document.write( "Question 1203506: A bag is filled with green and blue marbles. There are 117 in the bag if there are 17 more green marbles than blue marbles, find the number of Green marbles, and the number blue marbles in the bag.\r
\n" );
document.write( "\n" );
document.write( "The number of blue marbles is :
\n" );
document.write( "The number of green marbles is: \n" );
document.write( "
Algebra.Com's Answer #839135 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A quick mental solution.... \n" ); document.write( "Take away the \"extra\" 17 green marbles. \n" ); document.write( "That leaves 117-17 = 100 marbles in the bag, with equal numbers of blue and green. \n" ); document.write( "So there are 100/2 = 50 of each left in the bag. \n" ); document.write( "Now put the 17 green ones back, giving the answer as 50 blue and 50+17 = 67 green. \n" ); document.write( "-------------------------------------------------------------- \n" ); document.write( "Or, if formal algebra is required.... \n" ); document.write( "Let x = # of blue marbles \n" ); document.write( "Then x+17 = # of green marbles \n" ); document.write( "The total number is 117: \n" ); document.write( "x+(x+17) = 117 \n" ); document.write( "2x+17 = 117 \n" ); document.write( "2x = 100 \n" ); document.write( "x = 50 \n" ); document.write( "ANSWER: x=50 blue marbles and x+17=67 green marbles \n" ); document.write( " \n" ); document.write( " |