document.write( "Question 844510: Each term of sequence is determined by adding half to the preceding term.The sum of the first twenty five terms of the sequence equals the square of the twenty fifth term.How can I calculate the possible value(4) of the first term? \n" ); document.write( "
Algebra.Com's Answer #509103 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! Each term of sequence is determined by adding half to the preceding term.The sum of the first twenty five terms of the sequence equals the square of the twenty fifth term. How can I calculate the possible value of the first term? \n" ); document.write( " \r\n" ); document.write( "Substitute d=0.5 and n=25 in the formula for the nth term \r\n" ); document.write( "of an arithmetic sequence.\r\n" ); document.write( "\r\n" ); document.write( " an = a1 + (n-1)d\r\n" ); document.write( "a25 = a1 + (25-1)(.5)\r\n" ); document.write( "a25 = a1 + (24)(.5)\r\n" ); document.write( "a25 = a1 + 12\r\n" ); document.write( "\r\n" ); document.write( "Substitute the same values d=0.5 and n=25 in the formula\r\n" ); document.write( "for the sum of the first n terms of an arithmetic sequence.\r\n" ); document.write( " \r\n" ); document.write( " Sn = \n" ); document.write( "The sum of the first twenty five terms of the sequence equals the square of the twenty fifth term \n" ); document.write( " \r\n" ); document.write( "So \r\n" ); document.write( "\r\n" ); document.write( " S25 = (a25)²\r\n" ); document.write( "\r\n" ); document.write( "25a1 + 150 = (a1 + 12)²\r\n" ); document.write( "\r\n" ); document.write( "25a1 + 150 = (a1)² + 24a1 + 144\r\n" ); document.write( "\r\n" ); document.write( " 0 = (a1)² - a1 - 6\r\n" ); document.write( "\r\n" ); document.write( " 0 = (a1 + 2)(a1 - 3)\r\n" ); document.write( "\r\n" ); document.write( " a1 + 2 = 0; a1 - 3 = 0\r\n" ); document.write( " \r\n" ); document.write( " a1 = -2; a1 = 3\r\n" ); document.write( "\r\n" ); document.write( "So there are two solutions for the first term, -2 and 3\r\n" ); document.write( "\r\n" ); document.write( "Checking both by computer, gave these lists of 25 terms and \r\n" ); document.write( "the sums all the way to the 25th term:\r\n" ); document.write( "\r\n" ); document.write( " 1. term = -2 , sum = -2 1. term = 3 , sum = 3\r\n" ); document.write( " 2. term = -1.5 , sum = -3.5 2. term = 3.5 , sum = 6.5\r\n" ); document.write( " 3. term = -1 , sum = -4.5 3. term = 4 , sum = 10.5\r\n" ); document.write( " 4. term = -0.5 , sum = -5 4. term = 4.5 , sum = 15\r\n" ); document.write( " 5. term = 0 , sum = -5 5. term = 5 , sum = 20\r\n" ); document.write( " 6. term = 0.5 , sum = -4.5 6. term = 5.5 , sum = 25.5\r\n" ); document.write( " 7. term = 1 , sum = -3.5 7. term = 6 , sum = 31.5\r\n" ); document.write( " 8. term = 1.5 , sum = -2 8. term = 6.5 , sum = 38\r\n" ); document.write( " 9. term = 2 , sum = 0 9. term = 7 , sum = 45\r\n" ); document.write( "10. term = 2.5 , sum = 2.5 10. term = 7.5 , sum = 52.5\r\n" ); document.write( "11. term = 3 , sum = 5.5 11. term = 8 , sum = 60.5\r\n" ); document.write( "12. term = 3.5 , sum = 9 12. term = 8.5 , sum = 69\r\n" ); document.write( "13. term = 4 , sum = 13 13. term = 9 , sum = 78\r\n" ); document.write( "14. term = 4.5 , sum = 17.5 14. term = 9.5 , sum = 87.5\r\n" ); document.write( "15. term = 5 , sum = 22.5 15. term = 10 , sum = 97.5\r\n" ); document.write( "16. term = 5.5 , sum = 28 16. term = 10.5 , sum = 108\r\n" ); document.write( "17. term = 6 , sum = 34 17. term = 11 , sum = 119\r\n" ); document.write( "18. term = 6.5 , sum = 40.5 18. term = 11.5 , sum = 130.5\r\n" ); document.write( "19. term = 7 , sum = 47.5 19. term = 12 , sum = 142.5\r\n" ); document.write( "20. term = 7.5 , sum = 55 20. term = 12.5 , sum = 155\r\n" ); document.write( "21. term = 8 , sum = 63 21. term = 13 , sum = 168\r\n" ); document.write( "22. term = 8.5 , sum = 71.5 22. term = 13.5 , sum = 181.5\r\n" ); document.write( "23. term = 9 , sum = 80.5 23. term = 14 , sum = 195.5\r\n" ); document.write( "24. term = 9.5 , sum = 90 24. term = 14.5 , sum = 210\r\n" ); document.write( "25. term = 10 , sum = 100 25. term = 15 , sum = 225\r\n" ); document.write( " \r\n" ); document.write( "Using a1 = -2, a25 = 10, S25 = 100 which is 10².\r\n" ); document.write( "Using a1 = 3, a25 = 15, S25 = 225 which is 15².\r\n" ); document.write( " \r\n" ); document.write( "Edwin\n" ); document.write( " |