document.write( "Question 84858: I have 7 bags of marbles. There are 200 marbles in total. Using the clues below, work out how many marbles are in each bag.\r
\n" );
document.write( "\n" );
document.write( "Bag 1 + Bag 2 = 57 marbles
\n" );
document.write( "Bag 2 + Bag 3 = 83 marbles
\n" );
document.write( "Bag 3 + Bag 4 = 71 marbles
\n" );
document.write( "Bag 4 + Bag 5 = 43 marbles
\n" );
document.write( "Bag 5 + Bag 6 = 66 marbles
\n" );
document.write( "Bag 6 + Bag 7 = 43 marbles\r
\n" );
document.write( "\n" );
document.write( "Thank you so much for your help. I tried to figure this out but came to no avail. \n" );
document.write( "
Algebra.Com's Answer #61142 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Lets use these variables for each bag: \n" ); document.write( "Bag 1 = a \n" ); document.write( "Bag 2 = b \n" ); document.write( "Bag 3 = c \n" ); document.write( "Bag 4 = d \n" ); document.write( "Bag 5 = e \n" ); document.write( "Bag 6 = f \n" ); document.write( "Bag 7 = g\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now set up the following system of equations\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "a + b = 57 \r\n" ); document.write( " b + c = 83 \r\n" ); document.write( " c + d = 71 \r\n" ); document.write( " d + e = 43\r\n" ); document.write( " e + f = 66\r\n" ); document.write( " f + g = 43 \r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also since we know how many marbles there are total, we can use this equation:\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "a+b+c+d+e+f+g=200\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now subtract (a+b=57), (c+d=71), and (f+g=43) from a+b+c+d+e+f+g=200 to eliminate everything but one bag (in this case bag 5 which is denoted \"e\")\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " a+b+c+d+e+f+g=200\r\n" ); document.write( "-(a+b =57)\r\n" ); document.write( "-( c+d =71)\r\n" ); document.write( "-( f+g=43)\r\n" ); document.write( "-------------------\r\n" ); document.write( " e =29\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "So we know that bag 5 has 29 marbles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now plug in e=29 to find f \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Bag 6:\r\n" ); document.write( "\r\n" ); document.write( "29 + f = 66\r\n" ); document.write( "\r\n" ); document.write( "f = 37\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "So we know that bag 6 has 37 marbles\r \n" ); document.write( "\n" ); document.write( "Now plug in f=37 to find g \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Bag 7:\r\n" ); document.write( "\r\n" ); document.write( "37 + g = 43\r\n" ); document.write( "\r\n" ); document.write( "g = 6\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know that bag 7 has 6 marbles\r \n" ); document.write( "\n" ); document.write( "Now plug in e=29 to find d \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Bag 4:\r\n" ); document.write( "\r\n" ); document.write( "d + 29 = 43\r\n" ); document.write( "\r\n" ); document.write( "d = 14\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know that bag 4 has 14 marbles\r \n" ); document.write( "\n" ); document.write( "Now plug in d=14 to find c \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Bag 3:\r\n" ); document.write( "\r\n" ); document.write( "c + 14 = 71\r\n" ); document.write( "\r\n" ); document.write( "c = 57\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "So we know that bag 3 has 57 marbles\r \n" ); document.write( "\n" ); document.write( "Now plug in c=57 to find b \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Bag 2:\r\n" ); document.write( "\r\n" ); document.write( "b + 57 = 83\r\n" ); document.write( "\r\n" ); document.write( "b = 26\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know that bag 2 has 26 marbles\r \n" ); document.write( "\n" ); document.write( "Now plug in b=26 to find a \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Bag 1:\r\n" ); document.write( "\r\n" ); document.write( "a + 26 = 57\r\n" ); document.write( "\r\n" ); document.write( "a = 31\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "So we know that bag 1 has 26 marbles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So here's a summary of all of the bags:\r \n" ); document.write( "\n" ); document.write( "Bag 1 = 31 marbles \n" ); document.write( "Bag 2 = 26 marbles \n" ); document.write( "Bag 3 = 57 marbles \n" ); document.write( "Bag 4 = 14 marbles \n" ); document.write( "Bag 5 = 29 marbles \n" ); document.write( "Bag 6 = 37 marbles \n" ); document.write( "Bag 7 = 6 marbles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check:\r \n" ); document.write( "\n" ); document.write( "31+26+57+14+29+37+6=200 \n" ); document.write( "200=200 \n" ); document.write( " |