document.write( "Question 33696: I have been working and reworking this problem all night and day; please help if possible! Thanks in advance
\n" );
document.write( "Solve by any method and show equations and major steps:
\n" );
document.write( "Computerwarehouse.com charges $3 for shipping orders up to 10 lb, $5 for orders from 10 lb to 15 lb, and $7.50 for orders of 15 lb or more. One day shipping charges for 150 orders totaled $680. The number of orders under 10 lb was three times the number of orders weighing 15 lb or more. Find the number of packages shipped at each rate. \n" );
document.write( "
Algebra.Com's Answer #20111 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Under 10lb = 3x \n" ); document.write( "15 lb = x \n" ); document.write( "from 10lb 10 15lb = y \n" ); document.write( "3x+x+y=150 \n" ); document.write( "y=150-4x \n" ); document.write( "Max value is 150: \n" ); document.write( "Under 10lb the charge is $3 \n" ); document.write( " From 10lb to 15lb the charge is $5\n" ); document.write( " |