155k views
5 votes
A publisher needs to send many books to a local book retailer and will send the books in a combination of small and large boxes. Each small box can hold 30 books and each large box can hold 40 books. There were twice as many large boxes sent as small boxes, which altogether can hold 330 books. Determine the number of small boxes sent and the number of large boxes sent.

User Boycy
by
5.2k points

1 Answer

5 votes

Answer:

Explanation:

x = small box and y = large box

30x + 40y = 330

y = 2x

30x + 40(2x) = 330

30x + 80x = 330

110x = 330

x = 330/110

x = 3 <===== 3 small boxes

y = 2x

y = 2(3)

y = 6 <=== 6 large boxes

check...

30x + 40y = 330

30(3) + 40(6) = 330

90 + 240 = 330

330 = 330 (correct)

User Blamdarot
by
5.4k points