What is 6 13/15 rounded to the nearest whole number?

Answers

Answer 1

Answer:

The answer is 7

Step-by-step explanation:


Related Questions

powerball is played with 59 white balls, numbered 1 through 59, and 35 red balls, numbered 1 through 35. five white balls and one red ball, the powerball, are drawn. in how many ways can a player select the six numbers?

Answers

The total ways of selecting 6 numbers in 175223510 Ways.

What is Permutation?

A permutation is an grouping or the combination of items that is drawn from a set of which the placement or an arrangement of the given objects is significant. In the other terms, an arrangement of the items in the specific order is a permutation.

Total number of White balls = 59

Total number of red balls = 35

Way of choosing 5 white balls = ⁵⁹C₅

= [tex]\frac{59!}{54! 5!}[/tex]

=5006386 ways

Way of choosing 1 red ball = ³⁵C₁

=35 ways

Hence Total ways would be =

5006386 * 35 = 175223510 Ways

Hence the total ways of selecting 6 numbers in 175223510 Ways.

To know more about permutation and combination, visit:

https://brainly.com/question/28720645

#SPJ4

Solve the proportion

Answers

Answer:

Step-by-step explanation:

98

Answer:

8

Step-by-step explanation:

The rule for a pattern is "star, square, triangle, circle." What is the 13th shape in this pattern?

Answers

Answer:

star

Step-by-step explanation:

if you continue the pattern, the 13th is star

Ffgggggggggggggggggggggggggggggggggggg

Answers

Answer:

Step-by-step explanation:

Cosine is adjacent over hypotenuse.

So for Angle Z, the adjacent leg is 12 and the hypotenuse leg is 20.

The Cosine ratio is 12/20.

16 is not used and would be the opposite leg to Angle Z

x+3(2x-4) just checking answer

Answers

[tex]\fbox{7x-12}[/tex]

Distributive property:

[tex]x+(3)(2x)+(3)(-4)[/tex]

[tex]x+6x+-12[/tex]

Combine like terms:

[tex](x+6x)+(-12)[/tex]

[tex]7x-12[/tex]

You are given an integer n where 0 <= n <= 100, followed by another line of input which has a word w with length l where 1 <= l <= 50. Your task is to print n lines with the word w. The lines of your output should not have any trailing or leading spaces. Your output lines should not have any trailing or leading whitespaces.

Answers

The Python program prints the value of the integer n from the input string shown. (Refer to the coding below)

What is a python program?

An arrangement of Python statements that have been specifically designed to accomplish a task is the simplest definition of a program.

A program is even our straightforward hello.py script.

Although it is only one line long and of limited use, it is a Python program by the strictest definition.

Functions assist in segmenting our program into manageable, modular portions.

Our program becomes more organized and controlled as it gets bigger and bigger.

It also makes the code reusable and prevents repetition.

So, we know that the program is for the given integer n:


Defining the integer variable "N" that accepts a user-supplied integer value.

The user-end string value is input using another variable "W" that is declared in the next step.

A for loop using the range method and an integer variable is declared after all input values have been entered.

This loop prints the string value.

The Python program prints the value of the supplied string.

N= int(input("Enter a value of integer N (0 <= N <= 100): "))#defining an integer variable N that inputs integer value from the user-end

W = input("Enter the word W (length of 1 <= L <= 50): ")#defining a string variable W that inputs the value fom the user-end

for n in range(N):#defining a for loop that uses the range method with integer variable and prints the string value

  print(W)#printing the string value

Therefore, the Python program prints the value of the integer n from the input string shown.

Know more about the python program here:

https://brainly.com/question/26497128

#SPJ4

Complete question:
You are given an integer N where 0 <= N <= 100, followed by another line of input which has a word W with length L where 1 <= L <= 50. Your task is to print N lines with the word W. The lines of your output should not have any trailing or leading spaces.

Your output lines should not have any trailing or leading whitespaces

Input

3

Hello

Output

Hello

Hello

Hello

what is the probability that headway is within 1 standard deviation of the mean value? (round your answer to three decimal places.)

Answers

There is a 0.890 percent chance that headway will be within one standard deviation of the mean.

The mean value is what?

The mean, or average of the given numbers, is calculated by dividing the sum of the numbers by the total number of numbers.

The sum of all possible values, weighted by the likelihood of each value, constitutes the mean of a discrete probability distribution of the random variable X. Each possible value of X must be multiplied by its probability, P(x), before being added to determine the mean.

P(0.995 ≤ x ≤ 1.445) = F(1.445) - F is the given mean value (0.995).

The distribution's cdf is

f(x) = { (1 - 1/x⁶ , x > 1) (0. x ≤ 1)

Determine the values of F(1.445) and F now (0.995).

F(1.445) = 1 - (1/(1.445)⁶)

F(0.995) = 0

Now, using the values of F(1.445) and F(0.995) in P( 0.995 ≤ x ≤ 1.445) to get F(1.445) - F(0.995):

P( 0.995 ≤ x ≤ 1.445)

=1 - (1/(1.445)⁶) - 0

=0.890

Learn more about standard deviation here;

https://brainly.com/question/29655435

#SPJ4

singapore's area of land is 130 square kilometers and its population density is 8,350 people per square km. the number of people in singapore is closest to:

Answers

The number of people in Singapore is  1085500 people  .

In the question ,

it is given that ,

the Singapore's land area is = 130 square kilometer ,

the population density of Singapore is = 8350 people per square kilometer ,

So , the number of people in Singapore can be calculated using the formula ,

Number Of People = (population density of Singapore)×(land area of Singapore)

Substituting the value of population density and land area , we get

hence , Number Of People = 8350 × 130

= 1085500 people .

Therefore , the number of people are 1085500 .

Learn more about Population Density here

https://brainly.com/question/28421810

#SPJ4

Which term bet describes the force on an object with a net force is zero

Answers

Answer:

If the net force on an object is zero, then the object is in equilibrium. It means the sum of the forces in all directions must be equal to zero.

Answer: equilibrium

Step-by-step explanation: When an object is in equilibrium (either at rest or moving with constant velocity), the net force acting on it zero.

assume three dictionaries are assigned to the variables, canadian capitals, mexican capitals, and us capitals. these dictionaries map provinces or states to their respective capitals. write code that creates a new dictionary that combines these three dictionaries, and associate it with a variable named nafta capitals.

Answers

The code is written in nafta capital python.

canadian_capitals = {"Alberta":"Edmonton", "British Columbia":"Victoria", "Manitoba":"Winnipeg"}  ( I created the first dictionary with the variable name called canadian_capital.  Notice the province of Canada is mapped to to their respective capitals.)

mexica_capitals ={"Aguascalientes":"Aguascalientes", "Baja California":"Mexicali", "Baja California Sur":"La Paz"}  ( I created the second dictionary with the variable name called mexican_capital. The states are also mapped to their respective capitals.)

us_capitals ={"Alabama":"Montgomery", "Alaska":"Juneau", "Arizona":"Phoenix"}  ( I created the third dictionary with the variable name called us_capital.  The states are also mapped to their respective capitals.)

nafta_capitals = {}  (This is an empty dictionary with the variable name nafta_capitals to combine the 3 dictionaries.)

nafta_capitals.update(canadian_capitals)  (I updated the empty dictionary with the canadian_capitals dictionary.)

nafta_capitals.update(mexica_capitals)  (I also added the mexica_capitals dictionary to the nafta_capitals dictionary.)

nafta_capitals.update(us_capitals)  I also added the us_capitals dictionary to the nafta_capitals dictionary.

print(nafta_capitals)  ( The whole 3  dictionaries have been combined to form the nafta_capitals dictionary. The print function displays the already combine dictionaries.)

For similar nafta capitals python programming question:

https://brainly.com/question/14987109

#SPJ4

please someone help me with this! (the answer is not 6c to the power of 6 btw)

Answers

8c to the power of 18

A pet store clerk suggested 5 small fish for a 6-gallon fish tank. What size tank would be suggested to hold 40 small fish?.

Answers

For containing the 40 small fish, the size of the fish tank required is

48 -gallon.

Explain the meaning of the term unitary method?The unitary approach includes determining the value of an individual unit, from which we can calculate the values of the necessary number of units. By using the unitary technique, we may calculate the value of a particular unit from the values of several other units, and then we can use this value to calculate the value of the necessary number of units.

As the stated question-

For 5 small fish -----> 6-gallon fish tank required.

Then, for 1 small fish,

1 small fish -----> 6/5 -gallon fish tank required.

For the total of 40 small fish.

40 small fish -----> 40x6/5 -gallon fish tank required.

40 small fish -----> 48 -gallon fish tank required.

Thus, for containing the 40 small fish, the size of the fish tank required is

48 -gallon.

To know more about the unitary method, here

https://brainly.com/question/23423168

#SPJ4

the dunking booth is the shape of a cube represented below x 3. write a polynomial that represents the volume of the dunking booth. write your answer in descending order. please use the palette below to enter your answer.

Answers

The dunking booth is the shape of a cube represented below (x+3). Therefore, the polynomial of volume of the dunking booth is

                                            (x +3) (x+3)².

Lets talk about the cube prism

- It has cube faces each two opposite faces are congruent

- It has three dimensions.

- Its volume = a³

In our problem the dunking booth is a cube prism with dimensions:  x + 3

Side = x +3

therefore,

V = a³ = ( x +3)³

          = (x)³ + 3× (x)²× 3 + 3× x × (3)² + (3)³

          = x³ + 9x² + 27x + 27

Regrouping ,

          = x³+ 27+ 9x² + 27x

Rewrite 27as 33.

x³+ 3³+9x²+ 27x

Since both terms are perfect cubes, factor using the sum of cubes formula,

a³+b³ = (a + b)(a²- ab+ b²) where a=x and b=3.

(x+3)(x− x⋅3 + 32)+ 9x²+ 27x

Simplify.

     (x+3)(x²− 3x + 9)+ 9x²+ 27x

⇒  (x+3)(x²− 3x + 9)+ 9x(x+3)

Now,

x+3 out of  (x+3)(x²− 3x + 9)+ 9x(x+3) .

⇒ (x+3)(x²− 3x + 9 + 9x)

Add −3x and 9x.

(x+3) (x²+ 6x+ 9)

Rewrite the polynomial.

   (x+3)(x²+ 2⋅x⋅3+ 3²)

Factor using the perfect square trinomial rule a²+2ab+b² = (a + b)² , where a = x and b = 3.

                  (x+3)(x+3)².

Therefore, the polynomial is   (x+3)(x+3)².

Learn more about Polynomial:

https://brainly.com/question/11536910

#SPJ4

D is 2, it got cut off

Answers

The answer is B or number 4

Construct a polynomial function with the stated properties. Reduce all fractions to lowest terms. Third-degree, with zeros of −3, −1, and 2, and a y-intercept of −14.

Answers

The polynomial equation with zeroes of -3, -1, 2 and y-intercept of -14 is x^3 +2x^2 -5x -20.

what are zeroes of a function?

The zeros of a function f(x) are values of the variable x such that the values satisfy the equation f(x) = 0. The zeros of a function are also called the roots of a function.

if -3, -1, 2 are zeroes of y(x) with an intercept d then

y(x) = (x-a)(x-b)(x-c) + d

where a = -3, b = -1, c = 2, d = -14

Substituting we have

y(x) = (x+3)(x+1)(x-2) -14

let us expand the first two linear factors

(x+3)(x+1) =x^2 +3x + x + 3 which is x^2 + 4x + 3

multiply this result with (x-2), we have

(x-2)(x^2 + 4x +3)

x^3 + 4x^2 +3x -2x^2 -8x -6

simplifying it becomes x^3 +2x^2 -5x -6

y(x) =  x^3 +2x^2 -5x -6 -14

y(x) = x^3 +2x^2 -5x -20

In conclusion the polynomial function is  x^3 +2x^2 -5x -20

Learn more about Polynomial function: https://brainly.com/question/24380382

#SPJ1


Determine the area under the standard normal curve that lies to the left of (a) Z=-1.66, (b) Z= -0.03, (c) Z=-0.26, and (d) Z=1.08.

The area to the left of Z= -1.66 is__

(Round to four decimal places as needed.)

Answers

Answer:

is 364

Step-by-step explanation:

A 7 ft tall person is walking away from a 20 ft tall lamppost at a rate of 5 ft/sec. Assume the scenario can be modeled with right triangles. At what rate is the length of the person's shadow changing when the person is 16 ft from the lamppost?
In similar triangles, both the two triangles must satisfy the two properties. One is the side proportional, and the other is equal in angles. There are three criteria in similarity. They are AA similarity, SSS similarity, and SAS similarity. The below one satisfies the AA similarity.

Answers

The length of the shadow is changing rate at 2.69 [tex]\frac{ft}{sec}[/tex].

What do you mean by length?

The measurement or size of something from end to end is referred to as its length. To put it another way, it is the greater of the higher two or three dimensions of a geometric shape or object. For instance, the length and width of a rectangle define its dimensions.

According to data in the given question,

We have the given information:

The height of the person is 7 ft.

The person is walking away from the post at a rate of 5ft/sec.

The height of the lamppost is 20ft.

Let the person's distance from the bottom of the light post be x ft.

And his shadow's length is y ft.

Form the similar triangles,

[tex]\frac{x+y}{20}=\frac{y}{7}\\[/tex]

7(x+y) = 20y

7x+7y = 20y

20y-7y = 7x

13y = 7x

y = [tex]\frac{7}{13}x[/tex]

Now, we will differentiating wrt t,

[tex]\frac{dy}{dt}=\frac{7}{13}\frac{dx}{dt}................(1)[/tex]

We know that,

[tex]\frac{dx}{dt}=5\frac{ft}{sec}[/tex]

Putting the value of  [tex]\frac{dx}{dt}[/tex]  in equation (1),

[tex]\frac{dy}{dt}=\frac{7}{13}.5=\frac{35}{13}=2.69\frac{ft}{sec}[/tex]

Therefore, the length of the shadow is changing rate at 2.69 [tex]\frac{ft}{sec}[/tex].

To learn more about length, visit:

https://brainly.com/question/28537063?referrer=searchResults

#SPJ4

A study was conducted to compare the proportion of drivers in Boston and New York who wore seat belts while driving. Data were collected, and the proportion wearing seat belts in Boston was 0.581 and the proportion wearing seat belts in New York was 0.832 Due to local laws at the time the study was conducted, it was suspected that a smaller proportion of drivers wear seat belts in Boston than New York. (a) Find the test statistic for this test using Ha: p8くPN. (Use standard error-0.116.) (3 decimal places) (b) Determine the p-value (3 decimal places) (c) Based on this p-value, which of the following would you expect for a 95% confidence interval for pB-PNY? All values in the interval are negative. Some values in the interval are positive and some are negative. All values in the interval are positive (d) What is the correct conclusion? There was no significant difference between the proportion of drivers wearing seat belts in Boston and New York. The proportion of Boston drivers wearing seat belts was significantly lower than the proportion of New York drivers wearing seat belts. The proportion of Boston drivers wearing seat belts was significantly higher than the proportion of New York drivers wearing seat belts

Answers

(A.)test statistic for this test using Ha: p8くPN is Z = -2.164 (B.) p-value (3 decimal places) is 0.015. (C.) Based on this p-value, which of the following would you expect for a 95% is negative. (D.) the correct conclusion is The proportion of Boston drivers wearing seat was significantly lower than the proportion of new York drivers wearing seat belts.

A.)

According to given data find the test statistic for this test using Ha:

p1 = 0.581

p2 = 0.832

standard error = SE = 0.116

Test statistics :-

Z = [tex]\frac{p1 - p2}{SE}[/tex]

Z = [tex]\frac{0.581 - 0.832}{0.116}[/tex] = -2.164

Z = -2.164

B.)

According to given Determine the p-value (3 decimal places).

p - value

it is left tailed test.

p - value for left tailed test is,

p - value = P(Z < test statistics )

p - value = P(Z < -2.164)

P - value = 0.015

C.)

Based on this p-value, which of the following would you expect for a 95%

confidence level = 95% = 0.95

significance level = α = 0.05

P -value is less than 0.05

so, reject null hypothesis at α = 0.05

That is [tex]P_{B}[/tex] < [tex]P_{NY}[/tex]

so, based on P - value , All values in the 95% confidence interval

PB - PNY  is negative.

D.)

According to given data What is the correct conclusion?

Reject null hypothesis at α = 0.05

so, [tex]P_{B}[/tex] < [tex]P_{NY}[/tex]

Hence, The proportion of Boston drivers wearing seat was significantly lower than the proportion of new York drivers wearing seat belts.

know more about test statics visit this link

https://brainly.com/question/23332597

#SPJ4

what will happen (other things being equal) if you decrease the confidence level for a given confidence interval?

Answers

The breadth of the confidence interval grows as the confidence level does. The breadth of the confidence interval reduces as the confidence level rises.

Generally speaking, the more information we know on the level of the population parameter, the narrower a confidence interval becomes. As a result, we want to make sure that all of the confidence intervals are as small as feasible. So let's look at the variables that influence the mean's t-interval width.

The margin of error grows as the degree of confidence does because we require a broader interval to improve our level of confidence that the interval includes the population mean.

Because the standard error is reduced as sample size increases, confidence intervals are narrower.

Learn more about confidence level at

https://brainly.com/question/9386257?referrer=searchResults

#SPJ4

help, please brainlest and points if right

Answers

Answer:

C

Step-by-step explanation:

yeah I think it's c there's 35% it's C

What is the value of 16/2

Answers

Answer: 8

Step-by-step explanation: 16/2 is simply 16 ÷ 2 in fraction form,

16 ÷ 2 = 8

Write 0.431 as a percent.

Answers

Answer:

43.1%

Step-by-step explanation:

N= numerator D= Denominator

Multiply both N and D by 100. We do this so we can find an equivalent fraction having 100 as the D

0.431 x 100/100 = (0.431 x 100) x 1/100 = 43.1/100

Therefore the answer is 43.1%

The ratio of minutes to gallons of water flowing through a garden hose is 2 to 12 carlota says that an equivalent ratio of minutes to gallons is 6 to 1 is Carlota correct?

Answers

Answer:

no

Step-by-step explanation:

2 : 12 = 1 : 6

The formula for the test statistic used for a two sample test of means where the population variances are unknown and unequal is:
t = X1−X2√s12/n1+s22/n2X1-X2s12/n1+s22/n2 Match the variables to their description.
------------->

Answers

The variables of the test statistic can be concluded as [tex]s_{1} ^{2}[/tex], [tex]s_{2} ^{2}[/tex] as the variance of two samples, [tex]n_{1}[/tex], [tex]n_{2}[/tex] as the respective size of the two samples, [tex]t[/tex] as the t-distribution test statistic, and [tex]x_{1}[/tex], [tex]x_{2}[/tex] as the mean of the two samples.

It is given to us that the test statistic is used for a two sample test of means where the population variances are unknown and unequal.

Pooled standard deviation estimates cannot be used when the two groups have unequal variances. Instead, we have to find out the standard error for each group separately.

The formula for this type of test statistic is given by -

[tex]t=\frac{x_{1} -x_{2} }{\sqrt{\frac{s_{1} ^{2} }{n_{1} } +\frac{s_{2} ^{2} }{n_{2} } } }[/tex] ------- (1)

Here, the variables can be defined as below -

[tex]s_{1} ^{2}[/tex], [tex]s_{2} ^{2}[/tex] = The variance of two samples

[tex]n_{1}[/tex], [tex]n_{2}[/tex] = The respective sizes of the two samples

[tex]t[/tex] = t-distribution test statistic

[tex]x_{1}[/tex], [tex]x_{2}[/tex] = Mean of the two samples

Thus, the variables of the test statistic can be concluded as [tex]s_{1} ^{2}[/tex], [tex]s_{2} ^{2}[/tex] as the variance of two samples, [tex]n_{1}[/tex], [tex]n_{2}[/tex] as the respective size of the two samples, [tex]t[/tex] as the t-distribution test statistic, and [tex]x_{1}[/tex], [tex]x_{2}[/tex] as the mean of the two samples.

To learn more about test statistic visit https://brainly.com/question/14128303

#SPJ4

Michelle used a \$20$20dollar sign, 20 bill to pay for a notebook that only costs ppp dollars. How much change did michelle receive from the cashier? write your answer as an expression.

Answers

The expression that represents the change that the cashier handed Michelle is $20 - $P.

What do we mean by expressions?

An expression, often known as a mathematical expression, is a finite collection of symbols that are well-formed in accordance with context-dependent principles.

A collection of numbers, symbols, and operators (like + and ) that represent a value.

Examples: The phrase 2 + 3 is one.

We must substitute a number for each variable and carry out the arithmetic operations in order to evaluate an algebraic expression.

So, Michelle purchased a notepad for P dollars with $20 cash.

Now, considering that Michelle paid P dollars for a notepad using a $20 bill.

As a result, the cashier gave Michelle $20 - $P.

Therefore, the expression that represents the change that the cashier handed Michelle is $20 - $P.

Know more about expressions here:

https://brainly.com/question/28934492

#SPJ4

Correct question:
Michelle used a $20 bill to pay for a notebook that only costs P dollars

How much change did Michelle receive from the cashier?

Write your answer as an expression.

How many times smaller is 2.9 × 10^3 than 3.654 × 10^5?

126
79
1.26
0.79

Answers

The number 2.9 × 10^3 is 126 times smaller than 3.654 × 10^5. Because its ratio is 126. It can be calculed by the concept of ratio.

What is ratio?

It is the way of representation of a quantity relative to the other quantity. Its symbol is :. For example size of 2 relative to 5 is represented by 2:5 or 2/5.

To find how many times 2.9 × 10^3 is smaller than 3.654 × 10^5, take ratio of 3.654 × 10^5 and 2.9 × 10^3 as follows:

[tex]=\frac{3.654\times 10^5}{2.9 \times10^3}\\[/tex]

Now, subtract the indices as follows:

[tex]=\frac{3.654\times 10^2}{2.9}\\[/tex]

Now, divide the number as follows:

[tex]=1.26\times 10^{2}\\[/tex]

Now, write in simplest form as follows:

[tex]=126[/tex]

Hence, 2.9 × 10^3 is 126 times smaller than 3.654 × 10^5. It can be calculed by the concept of ratio.

Learn more about ratio from the following link:

brainly.com/question/19994681

#SPJ1

Answer:

126 times smaller

Step-by-step explanation:

Expand and fully simplify (x+5)(x+4)(x+4)

Answers

Answer: (x+5)(x+2)^2

Step-by-step explanation: Expanding (x+5)(x+4)(x+4) gives:

(x+5)(x+4)(x+4) = x(x+4)(x+4) + 5(x+4)(x+4)

= x^2(x+4) + 4x(x+4) + 5x(x+4) + 20(x+4)

= x^3 + 4x^2 + 5x^2 + 20x + 16x^2 + 80x + 20x + 80

= x^3 + 9x^2 + 45x + 80

Fully simplifying this expression gives:

x^3 + 9x^2 + 45x + 80 = (x+5)(x^2+4x+16)

= (x+5)(x+2)^2

What is the volume of the following triangular prism?

Answers

The required volume of the triangular prism will be 126 cubic meters.

What is the volume of a triangular prism?

The triangular prism is the amount of space occupied by an object. It is determined by the number of unit cubes required to completely fill the solid.

V = 1/2 x H x W x L

The volume of the triangular prism will be

Volume of triangular prism = 1/2 x 9 x 6 x 13

Volume of triangular prism = 9 x 3 x 13

Volume of triangular prism = 27 x 13

Volume of triangular prism = 351 cubic yards

Thus, the volume of the triangular prism will be 126 cubic meters.

Learn more about the volume here:

brainly.com/question/23118276

#SPJ1

How do you find the unit rate of a number

Answers

Reduce using the GCF of both numbers.

13. Grace is an egg farmer who sells eggs in two different-sized containers: a
dozen eggs for $5 or a 30-egg flat for $10.80. She is going to start selling an
18-ege carton as well and is wondering what price to charge. She wants to
set the unit price of the 18-egg carton between the unit prices for the other
two sizes. What price range can she choose from for the new size?

Answers

Answer:

6.48 <= x <= 7.5

Step-by-step explanation:

(5/12)×18=7.5

(10.80/30)×18=6.48

6.48 <= x <= 7.5

Other Questions
ronald myers and roger sperry transected both the optic chiasm and corpus callosum in a group of research cats, and then put a patch on one eye. this had the effect of Which instrument is used to start a car? A. la palanca de cambio B. el volante C. las llaves D. las puertas E. los espejos is a human resource manager at an advertising firm. keith proposes that the company adopt defined-benefit plans to attract and retain employees. in which situation will this benefit be most valuable to the firm's employees? The coefficient of kinetic friction between an object and the surface upon which it is sliding is 0.40 the weight of the object is 4.2 how may a revocable offer effectively be revoked? choose 2 answers. the offeror may withdraw the offer with a clear expression. the offeree may reject the offer with a clear expression. the offeror may take an action that contradicts the offer and make that known to the offeree. the offeror may convert the offer to an option contract. Wilson Co. is considering two mutually exclusive projects. Both require an initial investment of $10,000 at t = 0. Project X has an expected life of 2 years with after-tax cash inflows of $6,000 and $8,500 at the end of Years 1 and 2, respectively. In addition, Project X can be repeated at the end of Year 2 with no changes in its cash flows. Project Y has an expected life of 4 years with after-tax cash inflows of $4,600 at the end of each of the next 4 years. Each project has a WACC of 11%. What is the equivalent annual annuity of the most profitable project? at the time when medicare and medicaid were first developed, the american dental association opposed including dental coverage in those programs. Robert is walking down the street late at night when a man in a ski mask suddenly sticks a gun in his face and takes his wallet. Sociologists would say that Robert's mugger had ________ but not ________.power; authority a client comes to the clinic with fatigue and muscle weakness. the client also states she has been having diarrhea. the nurse observes the skin of the client has a bronze tone and when asked, the client says she has not had any sun exposure. the mucous membranes of the gums are bluish-black. when reviewing laboratory results from this client, what does the nurse anticipate seeing? a machine that cost $105,000 has an estimated residual value of $5,000 and an estimated useful life of ten years. the company uses straight-line depreciation. calculate its book value at the end of year 9. (do not round intermediate calculations.) consider a hypothetical couple, john and jennifer, both of whom had brothers who died of a disease caused by a recessive lethal disorder (aa). what is the genotype of their parents? to minimize the temptation for managers to act in their own self-interest, governance mechanisms exist for implementation consideration. which of the following is a primary means for monitoring managerial behavior? A professor wants to estimate how many hours per week her students study. A simple random sample of 65 students had a mean of 16 hours of studying per week. Construct a 98% confidence interval for the mean number of hours a student studies per week. Assume that the population standard deviation is known to be 2.4 hours per week. Round to two decimal places. Answer 2 Points Keypad Keyboard Shortcuts Lower Endpoint Upper Endpoint: Prev b) Explain ONE way in which the passage illustrates the continuing development of theAtlantic in the seventeenth century. At what point do the curves and intersect? find their angle of intersection correct to the nearest degree. A 7 ft tall person is walking away from a 20 ft tall lamppost at a rate of 5 ft/sec. Assume the scenario can be modeled with right triangles. At what rate is the length of the person's shadow changing when the person is 16 ft from the lamppost?In similar triangles, both the two triangles must satisfy the two properties. One is the side proportional, and the other is equal in angles. There are three criteria in similarity. They are AA similarity, SSS similarity, and SAS similarity. The below one satisfies the AA similarity. What is the value of x?Enter your answer in the box. If f(x)=2x-3 and g(x)= [tex]\sqrt{x} +7[/tex] then find f(g(x)) d r = r d what is the property you are preparing for your first presentation at a new job. which strategies can help you combat nervousness about presentations? select all that apply.