document.write( "Question 1117313: Beth has a bottle half filled with water. She drinks two-thirds of the water and gives the remaining water, 240 ml, to Mary. How much water would the bottle contain if it were full? \n" ); document.write( "
Algebra.Com's Answer #732349 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "x = amount of water in mL if the bottle were full
\n" ); document.write( "x/2 = amount of water if bottle is half filled\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Beth has x/2 mL of water and drinks 2/3 of that. So she drinks (2/3)*(x/2) = (2x)/(3*2) = 2x/6 = x/3 mL of water. There is (x/2) - (x/3) = (3x/6) - (2x/6) = x/6 mL left over. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Put another way, we can think of it as Beth drinking 2/3 of the water so there's 1/3 of it left. This means (x/2)*(1/3) = (x*1)/(2*3) = x/6 mL water left\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We know that there's 240 mL of water left over, so x/6 = 240 is the equation we need to solve. To solve this, multiply both sides by 6. This is to undo the division.
\n" ); document.write( "x/6 = 240
\n" ); document.write( "6*x/6 = 6*240
\n" ); document.write( "x = 1440\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There would be 1440 mL of water if the bottle was completely filled.
\n" ); document.write( "
\n" ); document.write( "
\n" );