swim_fan08
New member
- Joined
- Jan 13, 2009
- Messages
- 9
Here is my problem:
Part 1: Calculate the amount of paint needed to paint the walls of a room of the given length and width. It assumes that the paint covers 350 square feet per gallon.
Width=13
Length=15
Height=8
I set my equation up as so: totalSqFt=(2*width + 2*length)* height to find the total square feet, to find out how many gallons of paint will be needed paintNeeded=totalSqFt/350. When I plug in the width, length, and height I get 1.28 gallons.
Part 2: Suppose the room has doors and windows that don't need painting. Ask the customer the number of doors and number of windows in the room, and adjust the total square feet to be painted accordingly. Assume that each door is 18 square feet and each window is 12 square feet. (I have to modify my equation for this part which is what I am stuck on)
Width=13
Length=15
Height=8
Doors=1
Windows=2
With the width being 13, length being 15, height being 8, 1 door, and 2 windows I am suppose to get 1.16 gallons of paint which I am not getting.
Part 1: Calculate the amount of paint needed to paint the walls of a room of the given length and width. It assumes that the paint covers 350 square feet per gallon.
Width=13
Length=15
Height=8
I set my equation up as so: totalSqFt=(2*width + 2*length)* height to find the total square feet, to find out how many gallons of paint will be needed paintNeeded=totalSqFt/350. When I plug in the width, length, and height I get 1.28 gallons.
Part 2: Suppose the room has doors and windows that don't need painting. Ask the customer the number of doors and number of windows in the room, and adjust the total square feet to be painted accordingly. Assume that each door is 18 square feet and each window is 12 square feet. (I have to modify my equation for this part which is what I am stuck on)
Width=13
Length=15
Height=8
Doors=1
Windows=2
With the width being 13, length being 15, height being 8, 1 door, and 2 windows I am suppose to get 1.16 gallons of paint which I am not getting.