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
0.18 in standard form
slamgirl [31]

Answer:

Well.. its already in standard form..  

but even if u want u can write it as 8 X 10^(-1)    

Step-by-step explanation:

Standard form is used for quite big decimal numbers  

like : 0.2356  

We can write it as 2.4 X 10^(-1)

5 0
3 years ago
Based on the polynomial reminder theorem, what is the value of the function when x= -5
densk [106]

Answer:

-15

Step-by-step explanation:

Given is a polynomial in x

F (x)= x^4 + 12x^3 + 30x^2 - 12x + 70

We have to find the remainder when the above polynomial is divided by x+5

Remainder theorem says that f(x) gives remainder R when divided by polynomial x-a means f(a) = R

Applying the above theorem we can say that value of the function when x =-5

= Remainder when f is divided by x+5

= F(-5)

Substitute the value of -5 in place of x

= (-5)^4 + 12(-5)^3 + 30(-5)^2 - 12(-5) + 70

= 625-1500+750+60+70

= 5

Hence answer is 5

5 0
3 years ago
Read 2 more answers
8 + 8r = 3 + 3r can anyone can help me out​
MAVERICK [17]

Answer:r = -1

Step-by-step explanation:

8+8r-(3+3r)=0

We add all the numbers together, and all the variables

8r-(3r+3)+8=0

We get rid of parentheses

8r-3r-3+8=0

We add all the numbers together, and all the variables

5r+5=0

We move all terms containing r to the left, all other terms to the right

5r=-5

r=-5/5

r=-1

Hope this helps

6 0
3 years ago
Read 2 more answers
Perform the operation given that a = {−3, −2, −1, 0, 1, 2, 3}, b = {−4, −2, 0, 2, 4}, and c = {0, 1, 2, 3, 4}. (enter your answe
Ludmilka [50]
A ∩ c={0,1,2,3}

b ∪ (a ∩ c)={-4,-2,0,1,2,3,4}
7 0
3 years ago
Picture shown please help !!!
natulia [17]
Let's factor the top and the bottom.
Top factors 4x + 20 = 4(x + 5)
Bottom x^2 + 2x - 15 = (x + 5)(x - 3)

The gcf is the largest value that will go into both the top and the bottom.  In our problem the ONLY thing that will go into top and bottom is x + 5 so that is your GCF. (c)
4 0
3 years ago
Other questions:
  • Alec pours the same amount of soup into 3 bowls. He used 4 cups of soup. How much soup is in each bowl?
    10·2 answers
  • The braking distance of an automobile varies directly as the square of the speed. If
    15·1 answer
  • What is the reciprocal of 3 3/7
    11·2 answers
  • A segment with endpoints X (6, 2) and Y (- 1, - 3) is rotated 90º about the origin. What are the coordinates of X Prime and Y Pr
    6·1 answer
  • HELP, I don't understand this problem
    14·1 answer
  • Estimate.$27.64 times 3
    10·2 answers
  • 8x+12-8x+15+15x-22-x
    7·1 answer
  • The function y = -15x + 2100 can be used to model the height, y, of a parachute jumper x seconds after she jumps from an airplan
    14·1 answer
  • PLS HELP ME IT IS SO HARD
    9·1 answer
  • Brian had $26 when he went to the fair. After playing 7 games, he had $15.50 left. Find the price for each game.​
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!