MANAGEMENT INFORMATION SYSTEMS: MANAGING
MANAGEMENT INFORMATION SYSTEMS: MANAGING
16th Edition
ISBN: 9780135790939
Author: LAUDON
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 7, Problem 10HMP

Explanation of Solution

 Analyzing telecommunication service and costs:

 Given:

 Number of employees = 35

 Hours per day = 3

 Text messages per day = 30

 Photos per week = 5

 The average working days per month = number of weeks per year × number of                    working days per weeknumber of months52× 512= 22

 Therefore, the average working days per month for an employee is 22. So, the total number of employees is 22 × 35 = 770

 Minutes used per day = Hours per day × minutes per hour= 3 × 60= 180

 Therefore, the minutes used per day for an employee is 180. So, the total number of employees is 180 × 35 = 6300

 Minutes used per month = Minutes used per day × Average working days per month= 180 ×22= 3960

 Therefore, the minutes used per day for an employee is 3960. So, the total number of employees is 3960 × 35 = 138600

 Text messages per month = Text messages per day × Average working days per month= 30 × 22= 660

 Therefore, the minutes used per day for an employee is 660. So, the total number of employees is 660 × 35 = 23100

 Photos per month = Photos per week × Average working days per month5× 225= 22

 Therefore, the minutes used per day for an employee is 22. So, the total number of employees is 22 × 35 = 770

 The features of the mobile handsets and wireless plans offered by the vendors are given below:

  • AT&T Mobile Shared Value Plan – offer monthly service as 35, no monthly text messaging, no monthly photos and data as 300.
  • Verizon More Everything Plan for Business – offer monthly service as 35, no monthly text messaging, no monthly photos and data as 410.
  • T-Mobile Simple Choice 1 GB – offer monthly service as 15, no monthly text messaging, no monthly photos and no data.

 First year cost per employee:

 According to the AT&T Mobile Shared Value Plan, the first year cost per employee is given below:

 First year cost per employee = (Number of months × (Monthly service + Monthly text messaging + Monthly photos + Phone ) + Phone + Data )= 12 × (35 + 0 + 0 + 0)+ 0 + 300

                     (12 × 35) + 0 + 300420 + 0 + 300= 720

 Therefore, first year cost per employee is 720.

 According to the Verizon More Everything Plan for Business, the first year cost per employee is given below:

 First year cost per employee = (Number of months × (Monthly service + Monthly text messaging + Monthly photos + Phone ) + Phone + Data )= 12 × (35 + 0 + 0 + 0)+ 0 + 410

                     (12 × 35) + 0 + 410420 + 0 + 410= 830

 Therefore, first year cost per employee is 830.

 According to the T-Mobile Simple Choice 1 GB, the first year cost per employee is given below:

 First year cost per employee = (Number of months × (Monthly service + Monthly text messaging + Monthly photos + Phone ) + Phone + Data )= 12 × (15 + 0 + 0 + 0)+ 0 + 0

                     (12 × 15) + 0 + 0180

 Therefore, first year cost per employee is 180.

 Second year cost per employee:

 According to the AT&T Mobile Shared Value Plan, the second year cost per employee is given below:

 Second year cost per employee = First year cost per employee(Phone + Data)= 720  0 + 300= 420

 Therefore second year cost per employee is 420.

 According to the Verizon More Everything Plan for Business, the second year cost per employee is given below:

 Second year cost per employee = First year cost per employee(Phone + Data)= 830  0 + 410= 420

 Therefore, second year cost per employee is 420

Blurred answer
Students have asked these similar questions
7. Long-Distance CallsA long-distance provider charges the following rates for telephone calls: Rate Category    Rate per MinuteDaytime (6:00 a.m. through 5:59 p.m.)    $0.07Evening (6:00 p.m. through 11:59 p.m.)    $0.12Off-Peak (midnight through 5:59 a.m.)    $0.05Write a GUI application that allows the user to select a rate category (from a set of radio buttons), and enter the number of minutes of the call into an Entry widget. An info dialog box should display the charge for the call.
Name and Address The Name and Address Problem Write a GUI program that displays your name and address when a button is clicked. The program’s window should appear as the sketch on the left side of Figure 13-61 when it runs. When the user clicks the Show Info button, the program should display your name and address, as shown in the sketch on the right of the figure.
Exercise 1 Function and Structure [30 pts] Please debug the following program and answer the following questions. There is a cycle in a linked list if some node in the list can be reached again by continuously following the next pointer. #include typedef struct node { int value; struct node *next; } node; int 11_has_cycle (node *first) if (first == node *head = { NULL) return 0; first; while (head->next != NULL) { } if (head first) { return 1; } head = head->next; return 0; void test ll_has_cycle () { int i; node nodes [6]; for (i = 0; i < 6; i++) { nodes [i] .next = NULL; nodes [i].value = i; } nodes [0] .next = &nodes [1]; nodes [1] .next = &nodes [2]; nodes [2] .next = &nodes [3]; nodes [3] .next nodes [4] .next &nodes [4]; NULL; nodes [5] .next = &nodes [0]; printf("1. Checking first list for cycles. \n Function 11_has_cycle says it has s cycle\n\n", 11_has_cycle (&nodes [0])?"a":"no"); printf("2. Checking length-zero list for cycles. \n Function 11_has_cycle says it has %s…
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education