Write the phrase as an expression. Then evaluate when x=5 .6 more than the product of 8 and a number x

Expression:

When x=5, the value of the expression is

Answer:

Answers

Answer 1
Answer:

Answer:

The answer is 46 when x = 5

Step-by-step explanation:

8*x + 6

So x = 5

8*5 + 6

40 + 6

46

Answer 2
Answer:

Answer:

b

Step-by-step explanation:


Related Questions

Oliva picked 256 strawberries from the orchard fields. She divided strawberries evenly to 6 baskets. How many strawberries are in each basket? How many are leftover?
The total of 8 and the product of x and 2
8+9t-3+4 please help me​
Help me wit this...ion even know what these r
There are 24 more students in the seventh grade class than the number g in the eighth grade class. The seventh grade class has 160 students. Write and solve an equation to find the number of students in the eighth grade class.

Two numbers, if the first one increases by 1, and the second one decreases by 1, then their product increases by 2020. If the first number decreases by 1, and the second one increases by 1, what value does the product decrease?

Answers

Answer:

The product decreases 2022.

Step-by-step explanation:

(x + 1)(y - 1) = xy + 2020

xy - x + y - 1 = xy + 2020

-x + y = 2021

(x - 1)(y + 1) = xy + x - y - 1

  + 2021   =       -x + y

----------------------------------

(x - 1)(y + 1) + 2021 = xy - 1

(x - 1)(y + 1) = xy - 2022

The product decreases 2022.

In 1970, 36% of first year college students thought that being "very well off financially is very important or essential." By 2000 the percentage had increased up to 74%. These percentages are based on nationwide multistage cluster samples.a) Is the difference important? Or does teh question make sense?
b) Does it make sense to ask if the difference is statisically significante? Can you answer on the basis of the informations given?
c) Repeat b), assuming the percentages are based on independant simple random samples of 1,000 first year college students drawn each year.

Answers

Answer:

a.  The difference is important but the question does not make sense

b. Yes, it makes sense to ask if the difference is statistically significant.

c. Please check explanation

Step-by-step explanation:

From the question, we identify the following relation;

H_(o): P-P_(1) = 0

H_(A) : P-P_(1) ≠ 0

a) The difference is important as asked, but the cultural atmosphere difference of over 30 years makes the question somehow not making sense

b) Yes, it makes sense. In order to answer, it is necessary to know the sample size of the year  2000 survey.

We can answer the question on the basis of the information given.

c) We proceed here as follows;

α = 0.05 , Z_(alpha/2) = 1.96 ( This is the critical value)

Thus, z = (0.74-0.36)/√(0.36-0.64)/1000 = 25.03

We make the following conclusions; Since 25.03 > 1.96, the null hypothesisH_(o)  is rejected which means that the proportion of people who think being well officially is important has changed since 1970.

Write code to complete doublepennies()'s base case. sample output for below program: number of pennies after 10 days: 1024 note: these activities may test code with different test values. this activity will perform three tests, with starting pennies = 1 and userdays = 10, then with starting pennies = 1 and userdays = 40, then with startingpennies = 1 and userdays = 1. see how to use zybooks. also note: if the submitted code has an infinite loop, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.

Answers

answer with coding and answer is attached in word file below

The doublePennies() function is an illustration of a recursive function in Java

How to complete the doublePennies() function?

The base case of the doublePennies() function is that:

When the number of days is 0, then the total available pennies is the same as the total number of pennies.

The algorithm of the above highlight is:

if numDays equals 0 then

    totalPennies = numPennies

Using the above algorithm, the complete base case is:

if(numDays == 0){

       totalPennies = numPennies;

}

Read more about Java programs at:

brainly.com/question/15245185

The hypotenuse of the triangle shown below is 12 inches. What is the lengthof a side in inches?

Answers

Can you send a picture of the triangle ?

A company that manufactures toothpaste is studying five different package designs. Assuming that one design is just as likely to be selected by a consumer as any other design, what selection probability would you assign to each of the package designs? We would assign a probability of to the design 1 outcome, to design 2, to design 3, to design 4, and to design 5. In an actual experiment, 100 consumers were asked to pick the design they preferred. The following data were obtained. Design Number of Times Preferred 1 10 2 5 3 30 4 40 5 15 Do the data confirm the belief that one design is just as likely to be selected as another? Explain. Yes, the sum of the assigned probabilities is 1. No, a probability of about 0.20 would be assigned using the relative frequency method if selection is equally likely. Yes, the average of the assigned probabilities is 0.20. No, a probability of about 0.50 would be assigned using the relative frequency method if selection is equally likely.

Answers

Answer:

Correct option: "No, a probability of about 0.20 would be assigned using the relative frequency method if selection is equally likely."

Step-by-step explanation:

The assumption made is that all the 5 different packages are equally likely, i.e. the probability of selecting a package is (1)/(5)=0.20.

The probability distribution is shown below.

According to the probability distribution:

  • The probability of a person preferring design 1 is,

        P(X=1)=0.10

  • The probability of a person preferring design 2 is,

        P(X=2)=0.05

  • The probability of a person preferring design 3 is,

        P(X=3)=0.30

  • The probability of a person preferring design 4 is,

        P(X=4)=0.40

  • The probability of a person preferring design 1 is,

        P(X=5)=0.15

So it can be seen that the probability of preferring any of the 5 designs are not same.

Thus, the designs are not equally likely.

The correct option is "No, a probability of about 0.20 would be assigned using the relative frequency method if selection is equally likely."

The selection Probability determined using the relative frequency method do not match the assigned probabilities, suggesting that the data do not confirm the belief that one design is as likely to be selected as another.

The given data can be used to calculate the relative frequencies of each package design selected by the consumers.

To determine the selection probabilities using the relative frequency method, divide the number of times a design was preferred by the total number of consumers.

For example, for design 1, the selection probability would be 10/100 = 0.1.

Similarly, for design 2, the selection probability would be 5/100 = 0.05.

The selection probabilities for designs 3, 4, and 5 would be 0.3, 0.4, and 0.15 respectively.

Comparing these probabilities to the assigned probabilities, it can be observed that the assigned probabilities do not match the observed relative frequencies, indicating that the data do not confirm the belief that one design is just as likely to be selected as another.

Learn more about Probability here:

brainly.com/question/22962752

#SPJ3

Charlie has—$19 in his bank account. This is $28 more then Steve’s bank account. How much money does Steve have in his bank account?

Answers

Answer:

may be incorrect but probably not -9

Step-by-step explanation:

19 - 28 = -9