Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Johnsons Change Their Life Insurance Coverage Harry and Belinda Johnson spend $20 per month on life insurance in the form of a premium on

The Johnsons Change Their Life Insurance Coverage Harry and Belinda Johnson spend $20 per month on life insurance in the form of a premium on a $10,000, paid-at-65 cash-value policy on Harry that his parents bought for him years ago. Belinda has a group term i-surance policy from her employer with a face amount of $200,000. By choosing a group life insurance plan from his menu of employee benefits, Harry now has $100,000 of group term life insurance. Harry and Belinda have decided that, because they have no children, they could reduce their life insurance needs by protecting one another's income for only four years, assuming the survivor would be able to fend for himself or herself after that time. They also realize that their savings fund is so low that it would have no bearing on their life insurance needs. Harry and Belinda are basing their calculations on a projected 4 percent rate of return after taxes and inflation. They also estimate the following expenses: $15,000 for final expenses, $20,000 for readjustment expenses,

and $5,000 for repayment of short-term debts.

Requirement:

(a) Should the $3,000 interest earnings from Harry's trust fund be included in his annual income for the purposes of calculating the likely dollar loss if he were to die? (See the discussions about the Johnsons in Chapter 1 beginning on page 34.) Explain your response.

(b) Based on your response to the previous question, how much more life insurance does Harry need? Use the Run the Numbers worksheet on page 366 to arrive at your answer.

(c) Repeat the calculations to arrive at the additional life insurance needed on Belinda's life.

(d) How might the Johnsons most economically meet any additional life insurance needs you have determined they may have?

e) In addition to their life insurance planning, how might the Johnsons begin to prepare for their retirement years?

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed
QUESTION 1 Chapter 11 matching quality framework for software development a key component which distinguishes agile approaches A. pseudocode a plain English approach to describing lines of programming B. top-down approach starting with general development requirements and working toward levels of C. iteration detail D. user story a graphical depiction of programming modules and their interrelationships E. parallel operation structure chart element which emphasizes the reusable nature of OO F. library module programming languages G. system documentation the equivalent of a use case in the agile development domain H. stub testing v needed for testing interoperability prior to project completion I. structure chart DFDs, data dictionary, ERDs J. ISO 9000-3-2004 lowest risk changeovercustomer database. G. H. Data from a paper invoice are used to update the cash disbursements file. H. 1. The system prepares two copies of a sales order: one copy is sent to the customer and the other is filed, J. An accounts receivable aging report is prepared from the accounts receivable master file and the cash receipts master file.Percolation (This problem is harder than the others.) Many problems in materials science and applied physics depend on the phenomenon of percolation, the question of when there will be a connected path of some kind through a material. A simple way to figure out the connected path is to write a recursive function check_path(i, j ,a) , where i is a row index. j is a column index. and a is a 2D array, with the following properties: a if i is in the bottom row of the matrix 0 return True if a[i, j ]==1 , otherwise False - otherwise if there is no path going downward from i, j (i.e. the cells immediately below and below to the left and right are all zero), return False - otherwise return True if a[ i, j ]==1 and any of the paths going downward from i,j are connected to the bottom (i.e. call check_path( ) recursively) 0 Then write perc_path which returns True if check _path( ) is true for any of the cells equal to 1 in the first row of the array. 0 Write a function rand_bin_array(n, prob) to fill a n-byn square array randomly with 15 with probability prob . 0 Find the 2D percolation threshold by calculating the probability (proportion of random matrices where perc_Path() returns True) for 500 random arrays each for probabilities in numpy . arange ( o . 25 , o . 6 , 0.025) ; draw a plot using matplotlib . pyplot of the results. \f4. Consider the two E-R diagrams in Figure 2-24, which repre- sent a database of community service agencies and volun- teers in two different cities (A and B). For each of the following three questions, place a check mark under City A, City B, or Can't Tell for the choice that is the best answer. FIGURE 2-24 Diagram for Problem and Exercise 4 City A City's Assists Assists AGENCY 0 VOLUNTEER AGENCY # 04 VOLUNTEER City A City B Can't Tell a. Which city maintains data about only those volunteers who currently assist agencies? b. In which city would it be possible for a volunteer to assist more than one agency? c. In which city would it be possible for a volunteer to change which agency or agencies he or she assists

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Law Of Torts

Authors: Joseph W. Glannon

6th Edition

1543807690, 978-1543807691

More Books

Students also viewed these Law questions

Question

What method is used for fitting a logistic regression model?

Answered: 1 week ago

Question

5. Give examples of binary thinking.

Answered: 1 week ago