Question: 1. For the sequence: 1/3, 1, 3, 9 a. Find the 40th term b. Find the sum of the first 40 terms 2. For the
1. For the sequence: 1/3, 1, 3, 9
a. Find the 40th term
b. Find the sum of the first 40 terms
2. For the sequence: -40, -20, 0, ...
a. Find the 40th term
b. Find the sum of the first 40 terms
3. Anna deposits $5,000 in the bank. Each month thereafter she deposits $500 a month . Determine how much money she will have in the bank after 2 years? (month 24) .
4. Create Python program code using a for loop. It will calculate and print the average GPA of 25 students in a class.
5.Create Python program code that will use a for loop to ask the user to enter four integers. It will count how many of the integers are divisible by 2. The program will print each of the 4 integers and a message saying whether the integer is even or odd. The code will print the total number of even integers.
6.Ten potential donors have been asked to contribute today. Create the Python code that calculates the total number of dollars donated. Use a for loop to process the donations. Use a while loop to check that the amount contributed is not a negative number. Once the records have been processed, the program prints the total number of dollars donated.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
