MindTap Business Statistics, 2 terms (12 months) Printed Access Card for Anderson/Sweeney/Williams/Camm/Cochran’s Modern Business Statistics with Microsoft Office Excel, 6th (MindTap Course List)
MindTap Business Statistics, 2 terms (12 months) Printed Access Card for Anderson/Sweeney/Williams/Camm/Cochran’s Modern Business Statistics with Microsoft Office Excel, 6th (MindTap Course List)
6th Edition
ISBN: 9781337115391
Author: David R. Anderson, Dennis J. Sweeney, Thomas A. Williams, Jeffrey D. Camm, James J. Cochran
Publisher: Cengage Learning
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 13, Problem 3CP

TOURISTOPIA TRAVEL

TourisTopia Travel (Triple T) is an online travel agency that specializes in trips to exotic locations around the world for groups of ten or more travelers. Triple T’s marketing manager has been working on a major revision of the homepage of Triple T’s website. The content for the homepage has been selected and the only remaining decisions involve the selection of the background color (white, green, or pink) and the type of font (Arial, Calibri, or Tahoma).

Triple T’s IT group has designed prototype homepages featuring every combination of these background colors and fonts, and it has implemented computer code that will randomly direct each Triple T website visitor to one of these prototype homepages. For three weeks, the prototype homepage to which each visitor was directed and the amount of time in seconds spent at Triple T’s website during each visit were recorded. Ten visitors to each of the prototype homepages were then selected randomly; the complete data set for these visitors is available in the DATAfile named TourisTopia.

Triple T wants to use these data to determine if the time spent by visitors to Triple T’s website differs by background color or font. It would also like to know if the time spent by visitors to the Triple T website differs by different combinations of background color and font.

Managerial Report

Prepare a managerial report that addresses the following issues.

  1. 1. Use descriptive statistics to summarize the data from Triple T’s study. Based on descriptive statistics, what are your preliminary conclusions about whether the time spent by visitors to the Triple T website differs by background color or font? What are your preliminary conclusions about whether time spent by visitors to the Triple T website differs by different combinations of background color and font?
  2. 2. Has Triple T used an observational study or a controlled experiment? Explain.
  3. 3. Use the data from Triple T’s study to test the hypothesis that the time spent by visitors to the Triple T website is equal for the three background colors. Include both factors and their interaction in the ANOVA model, and use α = .05.
  4. 4. Use the data from Triple T’s study to test the hypothesis that the time spent by visitors to the Triple T website is equal for the three fonts. Include both factors and their interaction in the ANOVA model, and use α = .05.
  5. 5. Use the data from Triple T’s study to test the hypothesis that time spent by visitors to the Triple T website is equal for the nine combinations of background color and font. Include both factors and their interaction in the ANOVA model, and use α = .05.
  6. 6. Do the results of your analysis of the data provide evidence that the time spent by visitors to the Triple T website differs by background color, font, or combination of background color and font? What is your recommendation?
Blurred answer
Students have asked these similar questions
When the FCC added Color Television to the Industry Standards, they went with the system developed in the 1940s by Peter Goldman for CBS.   Question 15 options:   True   False Part of the reason that many critics disliked 1950s gameshows was the fact that gameshows offered one of the few opportunities to see unscripted interactions with "real" (average/non-famous) people on television.   Question 16 options:   True   False The Andy Griffith Show is an example of the "rural revival" shows that become enormously popular on 1960s American television.   Question 19 options:   True   False During the Network Era, the hours before primetime each day were exclusively devoted to locally-produced programming, not programming dictated by an affiliate station's parent network.   Question 20 options:   True   False
Although color television was not added to the industry standard until 1956, CBS had been broadcasting selected special events in color as early as 1950.   Question 1 options:   True   False Two key factors in creating the Network Era of American television were the FCC licensing freeze and ______________.   Question 4 options:   The Quiz Show Scandals   Habitual Viewing   Operation Frontal Lobes   Drop-In Viewing Least Objectionable Programming was designed to embrace the public service-oriented vision of using television to elevate mass culture and enrich viewers.   Question 6 options:   True   False By the end of the 1950s, all three remaining networks (NBC, CBS, & ABC) were broadcasting their entire nightly programming schedule in full color.   Question 9 options:   True   False
7. See the code below and solve the following. public class Test { public static void main(String[] args) { int result = 0; } result = fn(2,3); System.out.println("The result is: + result); // fn(x, 1) = x // fn(x, y) = fn(x, y-1) + 2, when y>1 public static int fn(int x, int y) { if (x <= 1) return x; else return fn(x, y-1) + 2; } } 7-1. This program has a bug that leads to infinite recursion. Modify fn(int x, int y) method to fix the problem. (2 point) 7-2. Manually trace the recursive call, fn(2,3) and show the output (step by step). (2 point) 7-3. Can you identify the Base Case in recursive method fn(int x, int y)? (1 point)

Chapter 13 Solutions

MindTap Business Statistics, 2 terms (12 months) Printed Access Card for Anderson/Sweeney/Williams/Camm/Cochran’s Modern Business Statistics with Microsoft Office Excel, 6th (MindTap Course List)

Ch. 13.2 - Four different paints are advertised as having the...Ch. 13.2 - Restaurant Satisfaction. The Consumer Reports...Ch. 13.3 - The following data are from a completely...Ch. 13.3 - Prob. 14ECh. 13.3 - Testing Chemical Processes. To test whether the...Ch. 13.3 - Prob. 16ECh. 13.3 - Marketing Ethics. In the digital age of marketing,...Ch. 13.3 - Prob. 18ECh. 13.3 - Prob. 19ECh. 13.3 - Minor league Baseball Attendance. The...Ch. 13.4 - Consider the experimental results for the...Ch. 13.4 - Prob. 22ECh. 13.4 - 23. An experiment has been conducted for four...Ch. 13.4 - Prob. 24ECh. 13.4 - The price drivers pay for gasoline often varies a...Ch. 13.4 - SAT Performance. The Scholastic Aptitude Test...Ch. 13.4 - A study reported in the Journal of the American...Ch. 13.5 - A factorial experiment involving two levels of...Ch. 13.5 - Prob. 29ECh. 13.5 - Prob. 30ECh. 13.5 - Amusement Park Queues. An amusement park studied...Ch. 13.5 - Prob. 32ECh. 13.5 - Prob. 33ECh. 13 - In a completely randomized experimental design,...Ch. 13 - Prob. 35SECh. 13 - Prob. 36SECh. 13 - Prob. 37SECh. 13 - Assembly Methods. Three different assembly methods...Ch. 13 - In a study conducted to investigate browsing...Ch. 13 - Fuel Efficiency of Gasoline Brands. A research...Ch. 13 - Late-Night Talk Show Viewership. Jimmy Kimmel...Ch. 13 - Prob. 42SECh. 13 - Prob. 43SECh. 13 - Prob. 44SECh. 13 - CASE PROBLEM 1: WENTWORTH MEDICAL CENTER As part...Ch. 13 - CASE PROBLEM 2: COMPENSATION FOR SALES...Ch. 13 - TOURISTOPIA TRAVEL TourisTopia Travel (Triple T)...
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Text book image
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
The Fundamental Counting Principle; Author: AlRichards314;https://www.youtube.com/watch?v=549eLWIu0Xk;License: Standard YouTube License, CC-BY
The Counting Principle; Author: Mathispower4u;https://www.youtube.com/watch?v=qJ7AYDmHVRE;License: Standard YouTube License, CC-BY