Asked by Anonymous

The town is organizing a Fourth of July parade. There will be two sizes of floats in the parade (30 ft and 15 ft). A space of 10 ft will be left after each float.

A. The parade must be at least 150 ft long, but less than 200 ft long. What combinations of large and small floats are possible?

B. Large floats cost $600 to operate. The town has a budget of $2500 to operate the floats. How does this change your answer to part A? What combinations of large and small floats are possible?

I'm not getting this, especially part A. I need a system of inequalities, but I can't figure out how to set it up.

Answers

Answered by Steve
If there are x large and y small floats, then

x >= 1
y >= 1
30x+15y+10(x+y-1) >= 150

That is,
160 <= 40x+25y >= 200
or
32 <= 8x+5y <= 40

Work similarly for part B.
Answered by Anonymous
But we are doing systems of linear inequalities, so I'd want at least two different inequalities. Also, I don't understand how you put x,y, and -1 into the parentheses. Also, would this work?

30x + 15y >= 150

x + y - 10 <= 200

Answered by Steve
you have to put 10' of space between floats, so if there are 12 floats, the length includes 11 "in-between" spaces of 10' each.

YES! Good catch. I forgot to account for the maximum length of 200'

But you still have to include the spaces in your inequalities.
Answered by Anonymous
How can I include those spaces?
Answered by Steve
did you bother reading what I wrote?

multiply the number of spaces (x+y-1) by 10!
Answered by Anonymous
What would the system of inequalities be on part a. On that same question
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions