217k views
5 votes
A bicycle manufacturing company makes a particular type of bike. Each child bike requires 4 hours to build and 4 hours to test. Each adult bike requires 6 hours to build and 4 hours to test. With the number of workers, the company is able to have up to 120 hours of building time and 100 hours of testing time for a week. If c represents child bikes and a represents adult bikes, determine which system of inequality best explains whether the company can build 10 child bikes and 12 adult bikes in the week.

1 Answer

1 vote
c = 10, a = 12 4c + 6a <= 120 4(10) + 6(12) <= 120 40 + 72 <= 120 112 <= 120 -- this is correct 4c + 4a <= 100 4(10) + 4(12) <= 100 40 + 48 <= 100 88 <= 100 -- this is correct I agree...the answer is C.
User Eric Labelle
by
8.1k points