document.write( "Question 1078289: If a bottle and a glass balance with a pitcher, a bottle balances with a glass and a plate, and two pitchers balance with three plates, can you figure out how many glasses will balance with a bottle? \n" ); document.write( "
Algebra.Com's Answer #692809 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "If a bottle and a glass balance with a pitcher, a bottle balances with a glass and a plate, and two pitchers balance with three plates,
\n" ); document.write( "can you figure out how many glasses will balance with a bottle?
\n" ); document.write( "~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Yes I can.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let b = mass of bottle;\r\n" );
document.write( "    g = mass of glass;\r\n" );
document.write( "    p = mass of pitcher;\r\n" );
document.write( "    L = mass of plate.\r\n" );
document.write( "\r\n" );
document.write( "Then from the condition, you have these 3 equations for 4 variables:\r\n" );
document.write( "\r\n" );
document.write( "b + g = p,              (1)\r\n" );
document.write( "b = g + L,              (2)\r\n" );
document.write( "2p = 3L.                (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From (1) and (3) you have\r\n" );
document.write( "\r\n" );
document.write( "b + g = \"%283%2F2%29%2AL\".          (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From (2) you have \r\n" );
document.write( "\r\n" );
document.write( "L = b - g.              (5)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Substitute (5) into (4) replacing and eliminating L. You will get\r\n" );
document.write( "\r\n" );
document.write( "b + g = \"%283%2F2%29%2A%28b-g%29\".       (6)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify (6):\r\n" );
document.write( "\r\n" );
document.write( "2b + 2g = 3b - 3g  --->  5g = b.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  5 glasses balance 1 bottle.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );