document.write( "Question 1122088: Anson had 5/7 the number of marbles Joel
\n" );
document.write( "Has. If Joel gives Anson 360 marbles, Anson will have twice as many marbles as Joel. How many marbles do they have together? \n" );
document.write( "
Algebra.Com's Answer #738140 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = amount of marbles Anson has currently \n" ); document.write( "y = amount of marbles Joel has currently \n" ); document.write( "x and y are positive whole numbers \n" ); document.write( "The x and y values represent the respective marble counts before Joel hands over 360 marbles\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first equation is \n" ); document.write( "x = (5/7)*y because \"Anson had 5/7 the number of marbles Joel has\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"if Joel gives Anson 360 marbles, Anson will have twice as many marbles as Joel\" tells us that x will bump up to x+360. \n" ); document.write( "At the same time, y drops to y-360. \n" ); document.write( "Tying the two ideas together gets us this second equation \n" ); document.write( "x+360 = 2*(y-360)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's use substitution to find x and y \n" ); document.write( "x+360 = 2*(y-360) \n" ); document.write( "(5/7)*y+360 = 2*(y-360) ... replace x with (5/7)*y; see equation (1) above. \n" ); document.write( "(5/7)*y+360 = 2*y-2*360 \n" ); document.write( "(5/7)*y+360 = 2*y-720 \n" ); document.write( "7 * [ (5/7)*y+360 ] = 7*(2*y-720) \n" ); document.write( "5y+2520 = 14y-5040 \n" ); document.write( "2520+5040 = 14y-5y \n" ); document.write( "7560 = 9y \n" ); document.write( "9y = 7560 \n" ); document.write( "y = 7560/9 \n" ); document.write( "y = 840\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now that we know y, we can find x \n" ); document.write( "x = (5/7)*y \n" ); document.write( "x = (5/7)*840 \n" ); document.write( "x = 600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Before the transfer, Anson has 600 marbles and Joel has 840 marbles \n" ); document.write( "After the transfer, Anson has 960 marbles and Joel has 480 marbles (600+360 = 960; 840-360=480)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "No matter what point in time you're at (before or after the transfer), there is a total of 1440 marbles. \n" ); document.write( "You can add 600 to 840 to get 1440, or you can add 960 to 480 to get the same answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Final Answer: 1440 \n" ); document.write( " \n" ); document.write( " |