help I’ll give brainliest

Help Ill Give Brainliest

Answers

Answer 1

Answer: The median of the upper half of a set of data is the upper quartile ( UQ ) or Q3 . The upper and lower quartiles can be used to find another measure of variation call the interquartile range . The interquartile range or IQR is the range of the middle half of a set of data.

Step-by-step explanation:


Related Questions

Which function has a horizontal asymptote at y = 3?

Answers

Answer: A) [tex]f(x)=\frac{6x^2-x+4}{2x^2-1}[/tex]

Step-by-step explanation:

Line [tex]y=L[/tex] is a horizontal asymptote of the function [tex]y=f(x)[/tex], if either [tex]\lim_{x \to \infty} f(x)=L[/tex] or [tex]\lim_{x \to \infty} f(x)=L[/tex], and [tex]L[/tex] is finite.

calculate the limits:

[tex]\lim_{x \to \infty} (\frac{6x^2-x+4}{2x^2-1})=3[/tex]

[tex]\lim_{x \to -\infty} (\frac{6x^2-x+4}{2x^2-1})=3[/tex]

Thus, the horizontal asymptote is [tex]y=3[/tex]

find the expected value of the given variable with the following probability distribution

Answers

The expected value of the given variable with the probability distribution is 7

How to find the expected value of the variable

From the question, we have the following parameters that can be used in our computation:

The probability distribution on the table of values

The expected value of the variable is calculated as

Expected value = ∑x * P(x)

Using the above as a guide, we have the following:

Expected value = 2 * 1/36 + 3 * 1/18 + 4 * 1/12 + 5 * 1/9 + 6 * 5/36 + 7 * 1/6 + 8 * 5/36 + 9 * 1/9 + 10 * 1/12 + 11 * 1/18 + 12 * 1/36

Evaluate

Expected value = 7

Hence, the expected value of the variable is 7

Read more about expected value at

https://brainly.com/question/24305645

#SPJ1

x=1
x=3
z=x-25y
print(z)

Answers

The output of the program for the variable z is -22 or it returns an error if z = x - 25y

Evaluating the output of the program

From the question, we have the following parameters that can be used in our computation:

x = 1

x = 3

z = x - 25y

print(z)

The value of the variable y is not given

So, the program would return an error

However, if the complete program is as follows (removing the variable y)

x = 1

x = 3

z = x - 25

print(z)

Using the above as a guide, we have the following:

The final value of x is 3

So, we have

z = 3 - 25

Evaluate

z = -22

This means that the output of the program for z is -22

Read more about programs at

https://brainly.com/question/26497128

#SPJ1


top question only fast pls

Answers

The volume of the triangular prism is V = 18ft³

What is the volume of the prism?

The volume of the prism is equal to the area of the triangular face, times the length of the prism, which is 9ft.

Remember that the area of a triangle of base B and height H is:

A = B*H/2

Here we can see that the base is 2ft and the height is 2ft, then the area of the triangular face is:

A = 2ft*2ft/2 = 2ft²

And thus, the volume of the prism is:

V = 2ft²*9ft

V = 18ft³

Learn more about volume at:

https://brainly.com/question/1972490

#SPJ1

Aaron kicked a soccer ball with an initial velocity of 39 feet per second at an angle of 44° with the horizontal. After 0.9 seconds, how far has the ball traveled horizontally? A. 11.4 ft B. 24.4 ft C. 12.3 ft D. 25.2 ft

Answers

The ball has traveled approximately 25.24 feet Horizontally.The correct answer is D. 25.2 ft.

The horizontal distance traveled by the soccer ball after 0.9 seconds, we can use the equation:

horizontal distance = initial velocity * time * cos(angle)

Substituting the given values:

initial velocity = 39 ft/s

time = 0.9 s

angle = 44°

horizontal distance = 39 ft/s * 0.9 s * cos(44°)

Calculating:

horizontal distance ≈ 39 ft/s * 0.9 s * 0.71934 ≈ 25.24 ft

Therefore, after 0.9 seconds, the ball has traveled approximately 25.24 feet horizontally.

The correct answer is D. 25.2 ft.

To know more about Horizontally .

https://brainly.com/question/30197734

#SPJ11

which point lies in the solution set?

A. (4, –0.5)
B. (3, –2.5)
C. (–2.5, 4)
D. (–4.5, –3)

Answers

The point that lies in the solution set of (x - 2)²/25 + (y + 3)²/4 < 1 is B. (3, –2.5)

How to determine the point that lies in the solution set?

From the question, we have the following inequality expression that can be used in our computation:

(x - 2)²/25 + (y + 3)²/4 < 1

Also, we have

A. (4, –0.5)

B. (3, –2.5)

C. (–2.5, 4)

D. (–4.5, –3)

Next, we test the options as follows

A. (4, –0.5)

(4 - 2)²/25 + (-0.5 + 3)²/4 < 1

1.7225 < 1  -- false

B. (3, –2.5)

(3 - 2)²/25 + (-2.5 + 3)²/4 < 1

0.1025 < 1   -- true

Hence, the point that lies in the solution set is B. (3, –2.5)

Read more about inequality at

https://brainly.com/question/30994664

#SPJ1

A researcher wishes to conduct a study of the color preferences of new car buyers. Suppose that 30% 30 % of this population prefers the color green. If 20 20 buyers are randomly selected, what is the probability that exactly 1 1 buyer would prefer green? Round your answer to four decimal places.

Answers

The probability that exactly 1 buyer would prefer green P ( A ) = 0.1854

Given data ,

A researcher wishes to conduct a study of the color preferences of new car buyers

And , 30 % of this population prefers the color green

where 20 buyers are randomly selected

Now , binomial distribution problem with n = 20, p = 0.30 and we want to find the probability of exactly 1 buyer preferring green.

The formula for the probability mass function of a binomial distribution is:

P(X = k) = (n choose k) * p^k * (1-p)^(n-k)

where (n choose k) = n! / (k! * (n-k)!)

Plugging in the values, we get:

P(X = 1) = (20 choose 1) * 0.30¹ * 0.70¹⁹

= 20 * 0.30 * 0.70¹⁹

= 0.1854 (rounded to four decimal places)

Hence , the probability that exactly 1 buyer would prefer green is 0.1854

To learn more about binomial distribution click :

https://brainly.com/question/29350029

#SPJ1

Select the correct answer.

Which coefficient matrix represents a system of linear equations that has a unique solution?

Answers

The coefficient matrix A represents a system of linear equations that has a unique solution.

In a system of linear equations, the unique solution exists when the coefficient matrix has full rank and the determinant of the matrix is non-zero.

The other coefficient matrices listed do not have these properties.

1.  [[6, 0, - 2]

     - 2, 0, 6

        1, - 2, 0]

has a determinant of zero, indicating that the system of equations is dependent and does not have a unique solution.

Similarly, the matrices

[5, 10, 5

 4, 1, 4

- 1, - 2, - 1]

and, [2, 0, - 2

        - 7, 1, 5

          4, - 2, 0]

also do not satisfy the conditions for a unique solution.

Therefore, the coefficient matrix A represents a system of linear equations that has a unique solution.

Learn more about Matrix here:

https://brainly.com/question/29132693

#SPJ1

One shirt at H&M cost $7. what is the cost of 40 shirts

Answers

Answer:

$280

Step-by-step explanation:

7•40=$280

Can someone answer and provide an explanation for these problems?

Answers

The equation for each circle is given as follows:

36) (x - 2)² + (y - 15)² = 4.

37) (x + 8)² + (y + 18)² = 25.

38) (x - 11)² + (y + 9)² = 49.

39) (x - 13)² + (y + 8)² = 36.

What is the equation of a circle?

The equation of a circle of center [tex](x_0, y_0)[/tex] and radius r is given by:

[tex](x - x_0)^2 + (y - y_0)^2 = r^2[/tex]

For item 36, the center is given as follows:

(-3, 11)

After the translation, the center will be given as follows:

(2, 15)

Hence the equation is given as follows:

(x - 2)² + (y - 15)² = 4.

For item 37, the center is given as follows:

(-3, -14)

After the translation, the center will be given as follows:

(-8, -18)

Hence the equation is given as follows:

(x + 8)² + (y + 18)² = 25.

For item 38, the center is given as follows:

(11, -9).

Hence:

(x - 11)² + (y + 9)² = r².

Point (18, -9) is on the circle, hence the radius squared is obtained as follows:

r² = (18 - 11)² + (-9 + 9)²

r² = 49.

Hence the equation is:

(x - 11)² + (y + 9)² = 49.

For item 39, the center is given as follows:

(13, -8).

Hence the equation is:

(x - 13)² + (y + 8)² = r².

Point (7, -8) is on the circumference of the circle, hence the radius squared is obtained as follows:

r² = (7 - 13)² + (-8 + 8)²

r² = 36.

Hence the equation is given as follows:

(x - 13)² + (y + 8)² = 36.

More can be learned about the equation of a circle at https://brainly.com/question/1506955

#SPJ1

PLEASE HELP ASAP!!!!!!

Answers

Answer:

A. Using the commutative property

Step-by-step explanation:

Because there is no use of commutative property in the solution process.

Answer:

A) Using Commutative property

Step-by-step explanation:

In step 1, it used distributive property when the number 5 is distributed inside of the equation in the parenthesis.

In Step 4, dividing both sides by 10 to further simplify the equation

In step 2, you combined like terms and it results to the equation in step 3

A student has 40 dimes and nickels. Their total value is $2.95. If
de number of dimes and n= number of nickels, this system of equations
represents the situation:
d+n=40
0.10d+0.05n 2.95
How many of each type of coin are there? Solve the system to answer the
question.
A. 10 dimes and 30 nickels
B. 21 dimes and 19 nickels
C. 19 dimes and 21 nickels
D. 20 dimes and 20 nickels

Answers

Answer: C. 19 Dimes and 21 Nickels

19 x .10 = 1.90$
21 x .05 = 1.05$
1.90 + 1.05= 2.95$


1 dime is .10 (10 cents)
1 nickel is .05 (5 cents)

Suppose that 15% of all American use CNN as their primary source of news. A random sample of 200 Americans is selected. What is the probability that is your sample of 200 Americans that proportion that us CNN as their primary news source is at least 0.21?

Answers

The probability that in a sample of 200 Americans, the proportion that uses CNN as their primary news source is at least 0.21 is 49.6%.

What is the probability?

The probability is determined using the normal approximation to the binomial distribution.

Given that the sample size is large (n = 200) and the probability of success (p = 0.15) is not too close to 0 or 1, the mean (μ) and standard deviation (σ) of the binomial distribution, will be:

μ = n * p

μ = 200 * 0.15

μ = 30

σ = √(n * p * (1 - p))

σ = √(200 * 0.15 * (1 - 0.15))

σ ≈ 4.29

Then, the z-score corresponding to the proportion of 0.21 is:

z = (x - μ) / σ

z = (0.21 - 0.15) / 4.29

z ≈ 0.014

Using a calculator, the probability of a z-score of 0.014 is approximately 0.504.

Hence, the probability of obtaining a proportion at least 0.21, is:

Probability = 1 - 0.504

Probability ≈ 0.496

Learn more about probability at: https://brainly.com/question/13604758

#SPJ1

determine what type of model bets fits the given situation: A $500 raise in salary each year

Answers

Answer:A linear model

Explanation:

The type of model that best fits the situation of a $500 raise in salary each year is a linear model.

In a linear model, the dependent variable changes a constant amount for constant increments of the independent variable.

In the given case, the dependent variable is the salary and the independent variable is the year.

You may build a table to show that for increments of 1 year the increments of the salary is $500:

Year         Salary        Change in year         Change in salary

2010           A                           -                                       -

2011           A + 500     2011 - 2010 = 1          A + 500 - 500 = 500

2012          A + 1,000   2012 - 2011 = 1          A + 1,000 - (A + 500) = 500

So, you can see that every year the salary increases the same amount ($500).

In general, a linear model is represented by the general equation y = mx + b, where x is the change of y per unit change of x, and b is the initial value (y-intercept).              

In this case, m = $500 and b is the starting salary: y = 500x + b.

Adam’s prepaid card charges a one-time opening fee and a monthly fee. The table below shows his total fees after x months.

x # of months y total fees ($)

2 27
3
4
5 60

a. How much is the initial opening fee?

b. How much is the monthly maintenance fee?

c. Write an equation to model Adam’s fees over time.

Answers

Based on a system of equaitons, the initial opening fee (one-time payment) is $5.00, the monthly maintenance fee is $11.00, while an equation that models Adam's fees over time in months, x is y = 11x + 5.

What is a system of equations?

A system of equations or simultaneous equations are two or more equations solved concurrently or at the same time.

An equation is a mathematical statement showing the equality or equivalence of two or more algebraic expressions.

While algebraic expressions combine variables with numbers and mathematical operands, equations use the equal symbol (=).

Total Fees after x months

x = # of months    y = total fees ($)

2                                      27

3                                      38 (11 x 3 + 5)

4                                      49 (11 x 4 + 5)

5                                     60

Let w = the monthly maintenance fee

Let z = the one-time opening fee

Equations:

5w + z = 60 ... Equation 1

2w + z = 27 ... Equation 2

Subtract Equation 2 from Equation 1:

3w = 33

w = 11

b) The monthly maintenance fee is $11.00.

a) The initial (one-time) opening fee is $5.00.

z = 60 - 55

= 5

c) The total fees after x months is y = 11x + 5.

Thus, the one-time opening fee and the monthly maintenance fee can be computed using a system of equations.

Learn more about system of equations at https://brainly.com/question/13729904.

#SPJ1

Find the equation of the line passing through the point (–1, 5) and perpendicular to the line y = – 3x + 4.

A) 3y = –x + 16

B) y = –3x + 8

C) y = –3x + 2

D) 3y = x + 16

Answers

Answer:

D

Step-by-step explanation:

the equation of a line in slope- intercept form is

y = mx + c ( m is the slope and c the y- intercept )

y = - 3x + 4 ← is in slope- intercept form

with slope m = - 3

given a line with slope m then the slope of a line perpendicular to it is

[tex]m_{perpendicular}[/tex] = - [tex]\frac{1}{m}[/tex] = - [tex]\frac{1}{-3}[/tex] = [tex]\frac{1}{3}[/tex] , then

y = [tex]\frac{1}{3}[/tex] x + c ← is the partial equation

to find c substitute (- 1, 5 ) into the partial equation

5 = - [tex]\frac{1}{3}[/tex] + c ( add [tex]\frac{1}{3}[/tex] to both sides )

5 [tex]\frac{1}{3}[/tex] = c ⇒ c = [tex]\frac{16}{3}[/tex]

y = [tex]\frac{1}{3}[/tex] x + [tex]\frac{16}{3}[/tex] ( multiply through by 3 to clear the fractions )

3y = x + 16

Under ideal conditions, the population of a certain species doubles every nine years. If the
population starts with 100 individuals, which of the following expressions would give the
population of the species t years after the start, assuming that the population is living
under ideal conditions?

Answers

P= 2T+ 100

T= years
P=population

1. The population of a town was 112 in 2014. The population doubles every year.
(a) Use the exponential growth model to write an equation that estimates the population tyears after
2014.
(b) Estimate the population of the town in 2023. Show your work.
Answer:

Answers

The estimated population of the town in 2023 is 57,344.

(a) Let P be the population in t years after 2014.

Since the population doubles every year, we can use the formula :

P = P₀(2)ⁿ, where P₀ is the initial population in 2014.

We have P₀= 112, so the equation is P = 112(2)ⁿ.

(b) To find the population in 2023, we need to find t when t + 2014 = 2023.

So t = 2023 - 2014 = 9.

Substituting t = 9 into the equation from part (a), we get:

P = 112(2)⁹

P ≈ 57,344

Therefore, the estimated population of the town in 2023 is 57,344.

Learn more about the exponential growth model here:

https://brainly.com/question/28596571

#SPJ1

can someone please help me on this algebra 13 homework! PLS QUICK!

Answers

The function y=x+3 has the greatest y intercept.

The slope intercept form of a line is y=mx+b, where m is slope and b is the y intercept.

The given function is y=x, it has y intercept which is zero

The given function is y=-x, it has y intercept which is zero

Function is y=x+3, it has y intercept which is three

Function is y=2x, it has y intercept which is zero

Hence, the function y=x+3 has the greatest y intercept.

To learn more on slope intercept form click:

https://brainly.com/question/9682526

#SPJ1

What is the end behavior of:
(2x ^ 2 - 5) / (x ^ 2 - 1)

A) x -> ∞ : f(x) -> 0

B) x -> ∞ : f(x) -> 2

C) f(x) -> - ∞ : x -> ∞

D) x -> ∞ : f(x) -> ∞

Answers

The given function does not have an end behavior because it is not a polynomial function.

What is the end behavior of a function?

The end behavior of a function refers to how the function behaves or approaches as the input values (x-values) of the function become extremely large (approaching positive infinity) or extremely small (approaching negative infinity).The long term behavior of the function when x moves towards the ends of the coordinate plane can be predicted.

In a polynomial function, the leading coefficient and degree of the function often determine the polynomial function.

The given function is;

f(x) = 2x² - 5 / x² - 1

The end behavior of this function does not exist because this is not a polynomial.

Learn more on end behavior of polynomial here;

https://brainly.com/question/29795631

#SPJ1

A school asks students what type of sports they play. Complete the two-way table for the survey data. Find the answer for the missing letters and show your work as to how you arrived at each answer.

Answers

Answer: b: 58-22=36

A=37 68-22-9

d=99 37+62

c=29 34-9

Step-by-step explanation:

A square has an area of 56 units, find the length of the side in simplest form. Has to be an Improper fraction.

Answers

The length of the side of the square in simplest form is 2sqrt(14).

The area of a square is given by the formula [tex]A = s^2[/tex], where A is the area and s is the length of a side.

We are given that the area of the square is 56 units, so we can set up the equation:

[tex]56 = s^2[/tex]

To solve for s, we can take the square root of both sides of the equation:

sqrt(56) = [tex]sqrt(s^2)[/tex]

We can simplify the square root of 56 by factoring it:

sqrt(56) = sqrt(222*7) = 2sqrt(14)

So, we have:

2sqrt(14) = s

This is an improper fraction because the numerator is larger than the denominator. Therefore, the length of the side of the square in simplest form is 2sqrt(14).

For such more questions on side of a square

https://brainly.com/question/23761891

#SPJ11

What’s the value of x?

Answers

Answer:

The answer is 8

Step-by-step explanation:

/x/ // /8/

x=8

Divide the sum 200 and 300 by the difference 80and 30.​

Answers

Answer:

10

Step-by-step explanation:

300 plus 200 is 500

80 minus 30 is 50

500 divided by 50 is 10

3. In a data set, the mode, median, and mean are all equal. Which data set below fits this description? A. 26, 39, 39, 39, 52 B. 26, 27, 28, 28, 39 C. 15.0, 15.5, 16.0, 16.0, 21.5 105, 110, 110, 116, 120​

Answers

A. 39, In Order of Least to Greatest 39 is in Middle, Which is Median. Mean Equals to Add All Numbers and Then Divide By How Many are Left. Mode is the Most Frequent Number.

What is the length of side CB to one decimal place?
B
A
10
53°
C

Answers

The length of side CB to one decimal place is 89.3.

To find the length of side CB in the given triangle, we can use the sine rule. The sine rule states that in a triangle, the ratio of the length of a side to the sine of its opposite angle is constant.

In this case, we have the angle C as 53° and the side opposite to it, side CB, as the unknown. Let's denote the length of side CB as x.

According to the sine rule:

sin(C) / x = sin(A) / AB

We know that angle A is 37° and AB is 120 units. Plugging in the values:

sin(53°) / x = sin(37°) / 120

To find x, we can rearrange the equation:

x = (120 * sin(53°)) / sin(37°)

Calculating this expression gives us:

x ≈ 89.32

Rounding this value to one decimal place, the length of side CB is approximately 89.3.

For more such questions on decimal,click on

https://brainly.com/question/28393353

#SPJ8

Va rog!! Cineva rapid

Answers

Answer:18

Step-by-step explanation:

Erik has been collecting comic books for the past few years. The number of total comic books in his collection each year is as follows. • 30 comic books the first year • 60 comic books the second year • 90 comic books the third year • 120 comic books the fourth year Write a function that represents the number of comic book as a function of the number of years, t.

Answers

The function that represents the number of comic book as a function of the number of years, t is expressed as y = 30x or f(t) = 30t.

How to Write a Linear Function?

We can use the given data to create a linear equation of the form y = mx + b, where y represents the number of comic books and x represents the number of years.

To find the equation, we can use any two pairs of (x, y) values. Let's use the first and fourth years:

First year: (1, 30)

Fourth year: (4, 120)

The slope, m, of the line can be calculated using the formula:

m = change in y / change in x = (120 - 30) / (4 - 1)

m = 90 / 3

m = 30

The y-intercept, b, can be found by substituting one of the (x, y) values and the slope into the linear equation, y = mx + b:

30 = 30(1) + b

b = 0

Therefore, the equation that represents the number of comic books, y, as a function of the number of years, x, is:

y = 30x

or

f(t) = 30t [where t represents the number of years.]

Learn more about linear function on:

https://brainly.com/question/15602982

#SPJ1

A family drove 592 miles during their trip this summer. In the winter they drove 376 miles during their trip . How many more miles did the family drive over the summer than over the winter . Explain !

Answers

Answer: 216

Step-by-step explanation:

592-376

592-300= 292

292-70= 222

222-6= 216

Which expression is equivalent to 4^7/8
4^1/4?

Answers

the answer is option A
Other Questions
True/False : Using paired differences removes sources of variation that tend to inflate 02 do you think it is possible for a minimum spanning tree to have a cycle? justify your answer Following a very small earthquake, the top of a tall building moves back and forth, completing 87 full oscillation cycles irn 12 minutes. Find the period of its oscillatory motion. Express your answer to two significant figures and include the appropriate X Incorrect; Try Again; 3 attempts remaining Part B What is the frequency of its oscillatory motion? Express your answer using two significant figures and include the correct St units for frequancy alue Units most defenses are perfect defenses; if theyre successful, defendants are Using the number obtained in (12), and the fact that one electron has a charge of 1.60 time 10^-19 coulombs, calculate how many electrons there are in one mole (i. e., Avogadro's number). A coin is flipped 5 times. Each outcome is written as a string of length 5 from {H,T}, such as THHTH. Select the set corresponding to the event that exactly one of the five flips comes up heads. a. { HTTTT, THTTT, TTHTT, TTTHT } b. { HTTTT, THTTT, TTTHT, TTTTH } c. { HTTTT, THTTT, TTHTT, TTTHT, TTTTH } d. { HTTTT, THTTT, TTHTT, TTTHT, TTTTH, TTTTT } due to wave refraction, erosion along an irregular coasline is; The histograms of the returns on large-company and small-company stocks for the period 1926 to 2015 show thatMultiple Choicelarge-company stocks never lost more than 20 percent in any one year.1945 was the best-performing year for both large-company and small-company stocks.small-company stocks most commonly return 30 to 40 percent.small-company stocks are more volatile than large-company stocks.large-company stocks are riskier than small-company stocks. How many seconds did the elephant run, and how many did the cheetah run in the race? . the claim ""everyones a smoker"" is logically stronger than the claim ""some people are smokers."" true or false lind corp. was a development stage enterprise from its inception on october 10, year 1 to december 31, year 2. the following were among lind's expenditures for this period: leasehold improvements, equipment, and furniture $1,200,000 research and development 850,000 laboratory operations 175,000 general and administrative 275,000the year ended december 31, year 3 was the first year in which lind was an established operating enterprise. for the period ended december 31, year 2, what total amount of expenditures should lind have capitalized? the majority of earths population lives near/in coastal areas.A. TrueB. False convert this c program exactly as you see it into x86 assembly language; #include int value = 3; void main() int ecx = 10; do std::cout Write a pseudo code to calculate the area of a circle with the information available at this point in situation 1, do you think gomez should hire mr. perfect? how much weight should be given to the fact that he doesn't, for example, have a driver's license? Which of the following is NOT common in binary fission and mitosis? A- The genetic material of daughter cells is similar to that of the parent cell. B- Two identical daughter cells are formed. C- They are needed for growth and repair. D- DNA is duplicated. (I want a sure answer please .) Consider an assembly of N magnetic atoms in the absence of an external field and described by the Hamiltonian (10-6-5). Treat this problem by the simple Weiss molecular-field approximation. (a) Calculate the behavior of the mean energy of this system in the limiting cases where T< T., where T = T., and where T >>T.. Here T. denotes the Curie temperature. (6) Calculate the behavior of the heat capacity in the same three temper- ature limits. (c) Make a sketch showing the approximate temperature dependence of the heat capacity of this system. The Hamiltonian H' representing the interaction energy between the atoms can then be written in the form 5 = +(-23 s...) (10 6.5) FC; = -HOH + H..) S. (10.7.3) Sje= SB8(n) Bguo (H + H.), B = (kT") -- (10.7.5) (10-7-6) where find the surface area of 4, 6.5, 3.2 Use an example to describe briefly why uncertainty may drive firms toward ownership of other firms, rather than establishing other forms of long-term relationships with them. an agreement to divorce one's spouse is considered to be illegal.T/F