document.write( "Question 338946: Hi. Need help. Comparing cost for two companies who distribute juice. The first is Healthy drinks, charges $25 delivery fee, and .51cents per bottle. The other company The Squeeze charges .40 cents per bottle and $65 delivery fee. Having trouble with two questions. One is: For how many bottles of juice of Healthy drinks, inc more expensive to order from? and the second is: for home many bottles of juice is the Squeeze more expensive to order from? \n" ); document.write( "
Algebra.Com's Answer #242932 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Comparing cost for two companies who distribute juice. \n" ); document.write( "The first is Healthy drinks, charges $25 delivery fee, \n" ); document.write( "and .51 cents per bottle. \n" ); document.write( "H(x) = 25+0.51x where x is the number of bottles \n" ); document.write( "---------------------------------- \n" ); document.write( "The other company The Squeeze charges .40 cents per bottle \n" ); document.write( "and $65 delivery fee. \n" ); document.write( "S(x) = 65+0.40x where x is the number of bottles \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "For how many bottles of juice of Healthy drinks, inc more expensive to order from? \n" ); document.write( "H(x)>S(x) ????? \n" ); document.write( "25+0.51x > 65+0.40x \n" ); document.write( "0.11x > 40 \n" ); document.write( "x > 364 bottles when rounded up to the nearest whole number. \n" ); document.write( "=============================== \n" ); document.write( "For home many bottles of juice is the Squeeze more expensive to order from \n" ); document.write( "S(x)> H(x) ??? \n" ); document.write( "65+0.40x > 25+0.51x \n" ); document.write( "11x< 40 \n" ); document.write( "x < 364 bottles when rounded up \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |