document.write( "Question 468996: shipping charges at an online bookstore are $4 for one book, $6 for two books and $7 for three to five books. last week, there were 6400 orders of five or fewer books, and a total shipping charges for these orders was $33,600. the number of shipments with $7 charges was 1000 less than the number with $6 charges. how many shipments were made in each category (one book, two books and three to five books)? \n" ); document.write( "
Algebra.Com's Answer #321795 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! Let A,B,C be number of shipments for 1-book,2-book,3-book respectively \n" ); document.write( "The cost of those shipments is 4A, 6B, and 7C respectively \n" ); document.write( "Given is total number of shipments, total cost, and the fact that C is 1000 less than B. \n" ); document.write( "Now set up equations: \n" ); document.write( "A + B + C = 6400 \n" ); document.write( "4A + 6B + 7C = 33,600 \n" ); document.write( "C = B - 1000 \n" ); document.write( "Substitute (B-1000) for C in first 2 equations \n" ); document.write( "A + B + (B-1000) = 6400 \n" ); document.write( "4A + 6B + 7(B-1000) = 33,600 \n" ); document.write( "Combine like terms \n" ); document.write( "A + 2B = 7400 \n" ); document.write( "4A + 13B = 40,600 \n" ); document.write( "Now solve for A or B using elimination or substitution method \n" ); document.write( "I prefer elimination in this case \n" ); document.write( "Multiply top equation by -4, this will eliminate the A's \n" ); document.write( "-4A - 8B = -29,600 \n" ); document.write( "4A + 13B = 40,600 \n" ); document.write( "Add equations \n" ); document.write( "5B = 11,000 \n" ); document.write( "Divide by 5 on both sides \n" ); document.write( "B = 2200 \n" ); document.write( "Find C by subtracting 1000 \n" ); document.write( "C = 1200 \n" ); document.write( "Find A by subtracting B and C from 6400 \n" ); document.write( "A = 3000 \n" ); document.write( " |