document.write( "Question 332086: Two bottles have capacities in the ratio 4 to 7. The smaller bottle holds 6 ounces more than half of the larger bottle. How many ounces will the smaller bottle hold?
\n" );
document.write( "Please help! Thanks! \n" );
document.write( "
Algebra.Com's Answer #238083 by edjones(8007) You can put this solution on YOUR website! Let s=capacity of smaller bottle and b=bigger bottle capacity. \n" ); document.write( "s=b/2 + 6 \n" ); document.write( "7s=4b \n" ); document.write( "7(b/2 + 6)=4b Substitute for s. \n" ); document.write( "7b/2 + 42 = 4b \n" ); document.write( "7b+84=8b \n" ); document.write( "b=84 oz. \n" ); document.write( "s=48 oz Answer. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |