document.write( "Question 353961: Suppose x gallons of paint can cover y square feet of wall. If the paint costs z dollars per gallon, what expression gives the total cost of painting w square feet? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #253035 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Assuming it takes 1 gal. to paint 600 ft^2. \n" ); document.write( "The cost of a gal of paint=$20. \n" ); document.write( "The total area to paint is 2,400 ft^2. \n" ); document.write( "The formula is: \n" ); document.write( "(w/y)xz \n" ); document.write( "(2,400/600)1*20 \n" ); document.write( "4*1*20=$80 to paint 2,400 ft^2. \n" ); document.write( " \n" ); document.write( " |