document.write( "Question 939604: A room is 12 ft by 20 ft. It needs to be painted. The ceiling is 8 ft above the floor. There are two windows in the room, each one is 3 ft by 4 ft. The door is 2.5 ft by 6.5 ft.\r
\n" );
document.write( "\n" );
document.write( "a.) find the area of the walls and ceiling to be painted
\n" );
document.write( "b. ) one gallon of paint covers 70.87 sq ft. How many gallons are needed to paint the room?
\n" );
document.write( "c.) at $22.47 a gallon, what is the cost to paint the room? \n" );
document.write( "
Algebra.Com's Answer #573076 by macston(5194)![]() ![]() You can put this solution on YOUR website! Area of Walls: \n" ); document.write( "2(12 ft x 8 ft)+2(20 ft x 8 ft)=A(walls) \n" ); document.write( " 2(96 ft^2)+ 2(160 ft^2)=A(walls) \n" ); document.write( " 192 ft^2+320 ft^2=A(walls) \n" ); document.write( " 512 ft^2=A(walls) \n" ); document.write( "Area of ceiling: \n" ); document.write( " 12 ft x 20 ft=240 ft^2=A(ceiling)\r \n" ); document.write( "\n" ); document.write( "Total Area: Answer A \n" ); document.write( " A(walls)+ A(ceiling)=A(total) \n" ); document.write( " 512 ft^2+240 ft^2=752 ft^2 \n" ); document.write( "Number of Gallons: Answer B \n" ); document.write( "coverage=70.87 ft^2 /gallon \n" ); document.write( " 752 ft^2/70.87 ft^/gal=gallons needed \n" ); document.write( " 10.61 gal=gallons needed \n" ); document.write( "Cost of Paint: Answer C \n" ); document.write( "You would need to buy 11 gallons at $22.47/gallon to have sufficient paint\r \n" ); document.write( "\n" ); document.write( " cost=11 gallons x $22.47/gallon \n" ); document.write( " =$247.17 \n" ); document.write( " |