document.write( "Question 33715: Could someone help me with his word problem?\r
\n" );
document.write( "\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 #20138 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 1.) first, define the variables: \n" ); document.write( "s=number of orders under 10 pounds \n" ); document.write( "m=number of orders between 10 and 15 pounds \n" ); document.write( "L=number of orders more than 15 pounds \n" ); document.write( "2.) now, let us produce the three essential equations: \n" ); document.write( "3s + 5m + 7.5L = 680 \n" ); document.write( "the cost times the amount of orders will equal the total cost \n" ); document.write( "s - 3L = 0 \n" ); document.write( "there were three times as much orders under 10lb than there were above 15lb \n" ); document.write( "s + m + L = 150 \n" ); document.write( "there were 150 orders in all \n" ); document.write( "3.) next, you combine equations to get: \n" ); document.write( "5m + 16.5L = 680 \n" ); document.write( "and \n" ); document.write( "m + 4L = 150 \n" ); document.write( "4.) then, combine these to get: \n" ); document.write( "L = 20 \n" ); document.write( "5.) now, plug L into one of the equations mentioned in step (3) and you get: \n" ); document.write( "m = 70 \n" ); document.write( "6.) last, plug in m and L in one of the equations mentioned in step (2) and you get: s = 60 \n" ); document.write( "------------------------------------------------------------------------------- \n" ); document.write( "the answer is: s=60 while m=70 while L=20 \n" ); document.write( " |