1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Zepler [3.9K]
3 years ago
5

The following data gives the monthly sales (in thousands of dollars) for different advertising expenditures (also in thousands o

f dollars) and sales commission percentages. Sales 245 138 352 322 228 275 560 366 Advertising 16.5 18.0 22.3 18.4 19.0 19.5 30.0 18.6 Commission 10.5 2.0 4.0 3.5 4.5 1.8 9.0 8.5 1. What amount of sales would this model predict for advertising expenditures of 25,000 and sales commission of 8%? [Show your code in "R Code" section. Show the answer in "Answer" section. Leave "Comments" section blank.] 2. Find the correlation coefficients for advertising expenditure and commission compared to sales. Explain the results of these findings. [Show your code in "R Code" section. Show the answer in "Answer" section. Leave "Comments" section blank.] 3. At the 5% level of significance, are advertising expenditure or sales commission percentage significant? Why? [Show your code in "R Code" section. Show the answer in "Answer" section. Include the mathematical notations of two sets of null and alternate hypotheses and the phrase "advertising expenditure" or "sales commission percentage" or "both" along with a justification in a few sentences in "Comments" section.]
Mathematics
1 answer:
Marta_Voda [28]3 years ago
6 0

Answer:

Check the explanation

Step-by-step explanation:

Use the below R Code

Sales=c(245,138,352,322,228,275,560,366)

Advertising=c(16.5,18,22.3,17.4,19,20,32,18.6)

Commission=c(10.5,2,4,3.5,4.5,1.8,9,8.5)

data=as.data.frame(cbind(Sales,Advertising,Commission))

model1=lm(Sales~Advertising+Commission, data = data)

dat2=data.frame(Advertising=25,Commission=8)

predict(model1,dat2)

The predicted value of Sales for 25000 dollar on Advertising and 8% on Commission is 424685 dollars approximately (rounded to 0 decimal places)

You might be interested in
Convert 22.6 square centimeters to square inches ( to the nearest hundredth).
gulaghasi [49]
Its would have to be 3.50
8 0
3 years ago
Read 2 more answers
Eliminate the parameter in the equations x = 5cos(t) – 7 and y = 5sin(t) 9. how can the rectangular equation be described?
Maksim231197 [3]

Recall that for all t,

cos²(t) + sin²(t) = 1

Now,

x = 5 cos(t) - 7   ⇒   (x + 7)/5 = cos(t)

y = 5 sin(t) + 9   ⇒   (y - 9)/5 = sin(t)

so that substituting into the identity above, we get

((x + 7)/5)² + ((y - 9)/5)² = 1

which we can rewrite as

(x + 7)²/25 + (y - 9)²/25 = 1

(x + 7)² + (y - 9)² = 25

and this is the equation of a circle centered at (-7, 9) with radius 5.

3 0
2 years ago
Assume that there are 2 trials.
vampirchik [111]
Answer: The p(success) = 0.6

Your question is a little unclear, but I believe you are asking about the probability that at least one of the trials in the experiment were successful.

If that is the case, you simply have to add the probability of 1 success with the probability of 2 successes.

That is 0.48 +  0.16 = 0.64

Rounding our answer to one decimal place gives us 0.6.
7 0
3 years ago
Read 2 more answers
Find the value of x and y (3y+5) (2x+1) 85
Usimov [2.4K]

Answer:

Step-by-step explanation:

I think the answer C x=42 y=30, correct me if i'm wrong

8 0
3 years ago
An airplanes altitude changes -378 feet over 7 minutes. What was the mean change of altitude in feet per minute?
Natalija [7]
Average rate= change in alt / change in time

r=-378/7=-54ft/min
4 0
3 years ago
Read 2 more answers
Other questions:
  • A professional baseball team won 84 games.The team won 14 more games than it lost.There were no ties.How many games did the team
    7·1 answer
  • A 30-mi. stretch of highway has markers every 0.2 mi. The first marker is at the 0.2 mi. mark and the last marker is at the end
    10·1 answer
  • If each quadrilateral below is a parallelogram,find the missing measures.
    10·1 answer
  • The seventh-grade class earned 40% of the selling price of each flower. In September, they sold 900 flowers. In October, they so
    8·2 answers
  • Does any one know 7,8???
    14·2 answers
  • Help would be nice
    7·1 answer
  • ASAP<br><br> AND HOW DID YOU GET THE ANSWER<br><br> (WILL MARK BRIANIST)
    9·2 answers
  • What is the solution set of 7 x2 + 3 x = 0? {0, 3/7} {0, -3/7} {0, -4/7}
    15·1 answer
  • Midpoints...........
    9·2 answers
  • X+3y=6 Solve for x and y
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!