document.write( "Question 1204026: The windows of a downtown office building are arranged so that each floor has six fewer windows than the floor below it. If the ground floor has 52 windows, how many total windows are on the first eight floors \n" ); document.write( "
Algebra.Com's Answer #840011 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 248 windows\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In some countries, the 1st floor is considered to be above the ground floor. \n" ); document.write( "However, I'll consider the ground floor to be the 1st floor.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's the long way to do it without needing any formulas \n" ); document.write( "1st floor = 52 windows \n" ); document.write( "2nd floor = 52-6 = 46 windows \n" ); document.write( "3rd floor = 46-6 = 40 windows \n" ); document.write( "4th floor = 40-6 = 34 windows \n" ); document.write( "5th floor = 34-6 = 28 windows \n" ); document.write( "6th floor = 28-6 = 22 windows \n" ); document.write( "7th floor = 22-6 = 16 windows \n" ); document.write( "8th floor = 16-6 = 10 windows \n" ); document.write( "In total there are 52+46+40+34+28+22+16+10 = 248 windows\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Typing all that into a calculator is fairly tedious. Luckily there's a faster method. \n" ); document.write( "The sequence 52,46,34,... is arithmetic with \n" ); document.write( "a1 = 52 = first term \n" ); document.write( "d = -6 = common difference \n" ); document.write( "From there we would write: \n" ); document.write( "Sn = sum of the first n terms \n" ); document.write( "Sn = (n/2)*(2*a1 + d*(n-1)) \n" ); document.write( "S8 = (8/2)*(2*52 - 6*(8-1)) \n" ); document.write( "S8 = 248\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's another method. \n" ); document.write( "The nth term of an arithmetic sequence is: an = a1 + d(n-1) \n" ); document.write( "Plug in a1 = 52 and d = -6, and simplify, to get an = -6n+58 \n" ); document.write( "Plug in n = 8 to get a8 = 10 to show there are 10 windows on the 8th floor. \n" ); document.write( "Then, \n" ); document.write( "Sn = sum of the first n terms \n" ); document.write( "Sn = (n/2)*(first + last) \n" ); document.write( "Sn = (n/2)*(a1 + an) \n" ); document.write( "S8 = (8/2)*(a1 + a8) \n" ); document.write( "S8 = (8/2)*(52 + 10) \n" ); document.write( "S8 = 248 \n" ); document.write( " \n" ); document.write( " |