Question

In: Statistics and Probability

1. A local electronics retailer recently conducted a study on purchasers of large screen televisions. The...

1. A local electronics retailer recently conducted a study on purchasers of large screen televisions. The study recorded the type of television and the credit account balance of the customer at the time of purchase. They obtained the following results.

Credit Balance

Standard TV

LCD

Plasma

Projection

Under $200

11

11

38

3

$200-$800

7

8

21

12

Over $800

14

12

13

30


Then answer the following questions: a. What is the probability of a customer having a credit balance of less than $200

b. What is the probability of randomly selecting a customer who purchased a Standard TV and had a credit balance of under $200?

c. What is the probability of randomly selecting a customer who purchased an LCD or Plasma TV?

d. What is the probability of randomly selecting a customer who purchased a Plasma TV?

e. What is the probability of randomly choosing a customer who purchased a Plasma TV given that they had a credit balance of more than $800?

f. Are the two variables shown in this table, credit balance and type of TV purchased, statistically independent? Please provide a mathematical justification for your answer.

Solutions

Expert Solution

question number (a)- (e) are solved using basic theorems of probability after constructing the two way table.

Find the solution attached.

for question (e), find the R-code celow with outputs:

#input the two way table in a matrix format by using ncol, define the number of columns and byrow=TRUE tells R to read the values row wise
>
> data = matrix(c(11,11,38,3,7,8,21,12,14,12,13,30),ncol=4,byrow=TRUE)
>
> #enter the column names
> colnames(data) = c("std_tv","LCD","Plasma","Projection")
>
> #enter the row names
> rownames(data) = c("under$200","$200-$800","Over $800")
>
> #create the data as a table
> data=as.table(data)
> data
std_tv LCD Plasma Projection
under$200 11 11 38 3
$200-$800 7 8 21 12
Over $800 14 12 13 30
>
>
> #to test for statistical independence of balance and type of tv purchased, we can perform chi square test of independence with the null hypothesis that the row and the columns are independent.
> #the chisq.test function in R performs a chi sq test of independence between rows and columns of a table
> chisq.test(data)

Pearson's Chi-squared test

data: data
X-squared = 34.675, df = 6, p-value = 4.982e-06

>
> #conclusion: Let the level of significance = 5%, then the p-value of the test is less than the level of significance. hence, we reject the null hypothesis of row column independence. at 5% level of significance, the balance and the type of tv bought are dependent.
>


Related Solutions

1.       A local electronics retailer recently conducted a study on purchasers of large screen televisions. The...
1.       A local electronics retailer recently conducted a study on purchasers of large screen televisions. The study recorded the type of television and the credit account balance of the customer at the time of purchase. They obtained the following results. Credit Balance Standard TV LCD Plasma Projection Under $200 13 13 40 5 $200-$800 9 10 23 14 Over $800 16 14 15 32 Construct a totals row and column for the table (as I did in several videos). Then...
TV Circuit has 30 large-screen televisions in a warehouse in Erie and 60 large-screen televisions in...
TV Circuit has 30 large-screen televisions in a warehouse in Erie and 60 large-screen televisions in a warehouse in Pittsburgh. Thirty-five are needed in a store in Blairsville, and 40 are needed in a store in Youngstown. It costs $17 to ship from Pittsburgh to Blairsville and $24 to ship from Pittsburgh to Youngstown, whereas it costs $18 to ship from Erie to Blairsville and $27 to ship from Erie to Youngstown. How many televisions should be shipped from each...
Question 1:A study is conducted to examine the influence of ‘screen time’on student performance on Statistics...
Question 1:A study is conducted to examine the influence of ‘screen time’on student performance on Statistics exams. A class of 12students is observed over a period of time, with the independent variable being the averageamount of time per day each student spends on TV/internet, and the dependent variable being their subsequent Statistics exam score, in %. The data is shown in the table below:StudentHrs/DayWatching TV or on InternetExam Score (%)1010024.67932.56547.22653.04163.99474.29483.95298.613103.984112.866124.061(a)Determine the equationof the line of best fit, relating Y =...
Business Ethics UK Law Kanye is employed as a salesperson for a large electronics retailer. He...
Business Ethics UK Law Kanye is employed as a salesperson for a large electronics retailer. He often discusses with fellow employees how he considers it his responsibility as a salesperson to sell as much as possible. The company currently sells both videotapes and videotape players. After a recent meeting, Kanye has learned that after Christmas the store will no longer be stocking these items because of a switch to DVD technology. The sales staff is told to sell as much...
A large consumer electronics retailer is planning to expand its e-commerce operations. To this end, the...
A large consumer electronics retailer is planning to expand its e-commerce operations. To this end, the management is considering establishing a strategic partnership with courier company XYZ for the delivery of customers’ orders. Estimate the extend of the difference in delivery times between ABC and XYZ at 95% confidence level. Company ABC Company XYZ 18,42280727 18,11722091 23,25971383 18,03236506 24,47267508 11,70181582 16,43125944 28,6349246 24,28843419 20,01970193 28,94755272 21,43805892 23,99634997 25,77991841 21,24041049 17,61727736 13,03788468 23,17141939 22,48407401 19,44828346 11,75437848 16,47678806 25,32910531 27,07743766 28,29293481 22,60188244...
Schultz Electronics manufactures two large-screen television models: the Royale which sells for $1,600, and a new...
Schultz Electronics manufactures two large-screen television models: the Royale which sells for $1,600, and a new model, the Majestic, which sells for $1,300. The production cost computed per unit under traditional costing for each model in 2020 was as follows. Assign overhead to products using ABC and evaluate decision. Traditional Costing Royale Majestic Direct materials $  700 $420 Direct labor ($20 per hour)    120  100 Manufacturing overhead ($38 per DLH)    228  190 Total per unit cost $1,048 $710 In 2020,...
A retailer is considering building a large store. If the local economy experiences expansion, the firm...
A retailer is considering building a large store. If the local economy experiences expansion, the firm expects the store to earn a $2,000,000 profit next year. If the local economy experiences a contraction, the firm expects the store to lose $400,000 next year. Analysts estimate a 20% chance for the local economy to experience an expansion next year (hence an 80% chance for contraction). What is the expected monetary value (EMV) of building the large store
A study was conducted by a local city council to determine if the salaries of librarians...
A study was conducted by a local city council to determine if the salaries of librarians from two neighboring cities were equal. A sample of 15 librarians from each city was randomly selected. The mean from the first city was $28,900 with a standard deviation of $2300. The mean from the second city was $30,300 with a standard deviation of $2100. Analysis the data using a hypothesis test and advise the council of your findings. Use a=0.05 . a) Hypothesis...
QUESTION 1 (15 marks) Studd Enterprises sells big-screen televisions. A concern of management is the number...
QUESTION 1 Studd Enterprises sells big-screen televisions. A concern of management is the number of televisions sold each day. A recent study revealed the number of days that a given number of televisions were sold.                         # of TV units sold      # of days                                        0                             2                         4                       10                       12                         8                         4 Answer the questions below. For each part, show your calculations and/or explain briefly how you arrived at your answer, as appropriate or needed. Required: Convert the frequency distribution...
QUESTION 1 (15 marks) Studd Enterprises sells big-screen televisions. A concern of management is the number...
QUESTION 1 Studd Enterprises sells big-screen televisions. A concern of management is the number of televisions sold each day. A recent study revealed the number of days that a given number of televisions were sold. # of TV units sold      # of days 0                             2                         4                       18                       12                       10                         4 Answer the questions below. For each part, show your calculations and/or explain briefly how you arrived at your answer, as appropriate or needed. Required: Convert the frequency distribution above into...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT