document.write( "Question 526267: A building is 6 stories tall with windows on all 4 sides. Each floor has 24 windows. Each spring, all the windows are washed. The cost for washing the windows is $1.00 for each 1st floor window, $1.50 for each 2nd floor window, $2.00 for each 3rd floor window and so on. How much would it cost to wash the windows in the building if it were 20 stories tall? What if it were n stories tall? \r
\n" );
document.write( "\n" );
document.write( "I understand how to find the cost for 20 stories, but not n stories. \n" );
document.write( "
Algebra.Com's Answer #348409 by scott8148(6628) You can put this solution on YOUR website! the cost for a window is ___ .50 + .50f , where f is the floor\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the average cost per window for n stories (floors) is ___ [(1st floor) + (nth floor)] / 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total cost for n stories is 24n times the average ___ 24n[1 + (.50 + .50n)] / 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12n(1.50 + .50n) ___ 18n + 6n^2 \n" ); document.write( " |