Question

FOR PROBLEMS 1 AND 2. Use the sequence formulas. Carry out your calculations to the final...

FOR PROBLEMS 1 AND 2. Use the sequence formulas. Carry out your calculations to the final number. Round the results to 1 decimal place.   
1. Consider the sequence: 1/2, 1, 2, 4, 8, a. Find the 30th term of the sequence.
b. Find the sum of the first 30 terms of the sequence.

2. You give your daughter a piggy bank with $2 in it. She puts $5 in it the next week and each week thereafter. How much money will she have in it after 24 weeks. (i.e. we are asking for a24)


FOR PROBLEMS 3,4, and 5: Paste a screen shot of your program files and your IDLE output into your HW PDF.

3. There are six items to be rung up in the cash register. The first item costs $15.00. Each item after that costs an additional $2.00. (item #2 costs $17, item #3 costs $19, etc.)
Create Python program code using a for loop that will print the cost of each item, starting with the $15 item, and it will calculate and print the total cost. Your program should then use the sequence formula as an alternative way to calculate the total cost and print the result.

Homework Answers

Answer #1

1) This is a Geometric Progression series and the 30th term will be a*r(30-1) , where a = 0.5 and r = 2

So, the 30th term will be 0.5*229 = 26,84,35,456

The sum of the first 30 terms = 0.5*(230-1) / (2-1)

= 53,68,70,912.

2) This is a case of arithmetic Progression.

where a = 2, d = 5 and n = 24.

We need find the money after 24 weeks.

a24 = a + (n-1) * d

a24 = 2+23*5

a24 = 117.

So, the money in the piggy bank after 24th week is $117.

IF YOU FIND THIS ANSWER HELPFUL, PLEASE UP VOTE.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Use C++ to design a program: Your program will use three different 5-point numerical quadrature methods...
Use C++ to design a program: Your program will use three different 5-point numerical quadrature methods (Closed Newton Cotes, Gaussian Quadrature, and Lobatto Quadrature) You will employ each of these methods to solve each of the following three problems to find the area under the respective curves over the interval (-1, 1). The following is a plot of the first function f(x) = 1 - sin(1 - x)    The true area under the curve is (to 20 digits) 0.58385316345285761300.              ...
---------------- Overview: ---------------- This lab will consist of several independent exercises that must all use recursion...
---------------- Overview: ---------------- This lab will consist of several independent exercises that must all use recursion to solve various problems. Some problems will have fairly short solutions, but declaring and using classes/objects is still required. Some could benefit from having some kind of data structure being passed between calls. Feel free to use your LinkedList if you think it could help. Some solutions will be a mix of iteration and recursion, but all solution need to be recursive in some...
Compute the following for the week ended August 25. (Round your intermediate calculations and final answers...
Compute the following for the week ended August 25. (Round your intermediate calculations and final answers to 2 decimal places.): Paloma Co. has four employees. FICA Social Security taxes are 6.2% of the first $118,500 paid to each employee, and FICA Medicare taxes are 1.45% of gross pay. Also, for the first $7,000 paid to each employee, the company’s FUTA taxes are 0.6% and SUTA taxes are 2.15%. The company is preparing its payroll calculations for the week ended August...
using Matlab 1) use the if/else structure to solve these problems (a,b) a) write a programme...
using Matlab 1) use the if/else structure to solve these problems (a,b) a) write a programme that reads an integer from the user. then your program should display a message whether the integer is even or add. b) many solid-fuel rocket motors consist of three stages. Once the first stages burns out, it separates from the missile and the second stage lights. then the second stages burns out and separate and the third stage light.Finally, once the third stages burns...
*** Please show excel formulas, thanks *** Babaloo leather company produces briefcases from leather, fabric, and...
*** Please show excel formulas, thanks *** Babaloo leather company produces briefcases from leather, fabric, and synthetic materials in a single production department. The basic product is a standard briefcase made from leather and lined with fabric. Babaloo has a good reputation in the market because the standard briefcase is a high-quality item that has been produced for many years. Last year, the company decided to expand its product line and produce specialty briefcases for special orders. These briefcases differ...
1. Create an ArrayListReview class with one data field of ArrayList and one with LinkedList with...
1. Create an ArrayListReview class with one data field of ArrayList and one with LinkedList with the generic type passed to the class. 2. Create a constructor that populate an array list and the LinkedList filled with the generic type through inserting new elements into the specified location index-i in the list. 3. You have been given the job of creating a new order processing system for the Yummy Fruit CompanyTM. The system reads pricing information for the various delicious...
1. Please use only the C as the language of programming. 2. Please submit/upload on Canvas,...
1. Please use only the C as the language of programming. 2. Please submit/upload on Canvas, the following les for each of your programs: (1) the client and the server source les each (2) the client and the serve executable les each (3) a brief Readme le that shows the usage of the program. 3. Please appropriately comment your program and name all the identiers suitable, to enable enhanced readability of the code. Problems 1. Write an ftp client that...
Question 2 You are currently trying to decide between two cost structures for your business: one...
Question 2 You are currently trying to decide between two cost structures for your business: one that has a greater proportion of short-term fixed costs and another that is more heavily weighted to variable costs. Estimated revenue and cost data for each alternative are as follows: Cost Structure Alternative 1 Alternative 2 Selling price per unit $ 50 $ 50 Variable cost per unit 35 30 Short-term fixed costs per year 40,000 45,000 Required: 1. What sales volume, in units,...
REQUIRED: 1. Your rough draft is missing a subject line. Write an effective subject line that...
REQUIRED: 1. Your rough draft is missing a subject line. Write an effective subject line that is appropriate for the Scenario described above.    2. Evaluate the first sentence of your rough draft. If this is effective, write “Correct.” If not, create an appropriate first sentence.    3. Your rough draft is missing a goodwill close. Write an effective goodwill close that is appropriate for the Scenario described above. Directions: Study both the scenario and e-mail message rough draft below. Then, answer...
WEEK 4 FIN CORP (ASSNGMNET) SHOW YOUR CALCULATIONS FOR #7-#20. You have the option of performing...
WEEK 4 FIN CORP (ASSNGMNET) SHOW YOUR CALCULATIONS FOR #7-#20. You have the option of performing calculations manually BUT ARE STRONGLY ENCOURAGEDto use a financial calculator or spreadsheet. Either way, you must specify what is being calculated to earn credit: 1,If you are earning a salary of $42,000 in 2018 and expect to receive 4% raises per annum on January 1, what do you anticipate your salary will be in 2027? 2.What is the future value of $5,000 invested for...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT