The sum of 2 angles in a triangle measure 83 degrees. One angle has a measure of 54. What is m, the measure of the third angle

Answers

Answer 1

Answer:

44.82

Step-by-step explanation:

83 x 54 = 4482

4482 ÷ 100 = 44.82

Mark as brainllest

Answer 2

Answer:

Let the angles be x, y and z.

We have:

x + y = 83° and x = 54°Sum of three angles is 180°

Then z is:

z = 180° - 83° = 97°

And y is:

y = 83° - 54° = 29°

Related Questions

Find the equation of the line passing
through the points (3,-2) and (4, 6).
y = 8x + [?]

Answers

Step-by-step explanation:

1.) Plug in one of the points.

y = 8x + b

6 = 8(4) + b

2.) Solve for b (or [?])

\(6 = 32 + b \\ - 32 \: \: \: \: \: \: \: \: \: - 32\)

32 cancels out on the right side.

Subtract 32 from 6, which is -26

3.) -26 = b

4.) Check with other point:

-2 = 8(3) + b

-2 = 24 + b

Cancel out 24 on the right side: 24-24 = 0

-2 - 24 = -26

-26 = b

The data given represents the height of basketball players, in inches, on two different girls' teams.


Allstars
73 62 60
63 72 65
69 68 71
66 70 67
60 70 71
Champs
62 69 65
68 60 70
70 58 67
66 75 70
69 67 60


Compare the data and use the correct measure of center to determine which team typically has the tallest players. Explain your answer.
The Allstars, with a mean of about 67.1 inches
The Champs, with a mean of about 66.4 inches
The Allstars, with a median of about 68 inches
The Champs, with a median of about 67 inches

Answers

Answer please mark as brainliest:

Allstars typically have the tallest players.

Step-by-step explanation:

To determine which team typically has the tallest players, we can compare the measures of center for each team. The measures of center we can use are the mean and median.

Using a calculator or a spreadsheet, we can calculate the mean and median for each team:

Allstars mean: (73+62+60+63+72+65+69+68+71+66+70+67+60+70+71)/15 = 67.1 inches

Allstars median: arrange the heights in order from smallest to largest: 60, 60, 62, 63, 65, 66, 67, 68, 69, 70, 70, 71, 71, 72, 73. The median is the middle value, which is 68 inches.

Champs mean: (62+69+65+68+60+70+70+58+67+66+75+70+69+67+60)/15 = 66.4 inches

Champs median: arrange the heights in order from smallest to largest: 58, 60, 60, 62, 65, 67, 67, 68, 69, 69, 70, 70, 70, 75. The median is the middle value, which is 67 inches.

Based on the measures of center, we can see that the Allstars have a higher mean and median height than the Champs. Therefore, we can conclude that the Allstars typically have the tallest players.

Magic plotted point m at -2,-5. She then reflected this point over the y-axis and labeled this point N. Then she reflected point N over the x-axis to get point R. What is the ordered pair for point R?

Answers

The ordered pair for point R is (2,5).

What is the ordered pair for point R?

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

M = (-2, -5)

To reflect a point over the y-axis, we use the rule (x, y) = (-x, y)

This means that

Reflecting point M(-2,-5) over the y-axis gives us point N(2,-5)

To reflect a point over the x-axis, we use the rule (x, y) = (x, -y)

This means that

Reflecting point N(2,-5) over the x-axis gives us point R(2,5)

Hence, the ordered pair for point R is (2,5).

Read more about transformation at

https://brainly.com/question/27224272

#SPJ1

a) What is the median of this box plot?
b) What is the IQR of this box plot?
c) What is the minimum?
d) What is the maximum?

a) What is the median of this box plot? b) What is the IQR of this box plot? c) What is the minimum?

Answers

The given box plot answers are,

a) 6

b) 5

c)3

d) 5

What is box plot?

   A suitable graphical representation of the concentration of the data is provided by box plots, often known as box-and-whisker plots or box-whisker plots. They also demonstrate how remote the extreme numbers are from the bulk of the data. Five numbers are used to create a box plot: the minimum value, first quartiles, median, third quartile, and maximum value.

Here in the given box plot middle line value is called median .Then ,

Median = 6

Now the maximum quartile = 8

The minimum quartile = 3

Now IQR is difference between the minimum and maximum quartile.

Then ,

=> IQR = 8-3 =5

Therefore the answers are

a) 6

b) 5

c)3

d) 5

To learn more about box plot

https://brainly.com/question/14277132

#SPJ1

PLEASE HELP!!!!! SHOW WORK!

PLEASE HELP!!!!! SHOW WORK!

Answers

The distance from Sarah's house to Ian's house is given as follows:

7.28 miles.

What is the Pythagorean Theorem?

The Pythagorean Theorem states that in a right-angled triangle, the square of the length of the hypotenuse (the longest side) is equal to the sum of the squares of the lengths of the other two sides.

The parameters for this problem are given as follows:

Sides with length 2 miles and 7 miles.Hypotenuse representing the distance from Sarah's house to Ian's house.

Hence the distance from Sarah's house to Ian's house is obtained as follows:

d² = 7² + 2²

d² = 53

d = square root of 53

d = 7.28 miles.

Missing Information

The problem asks for the distance from Sarah's house to Ian's house.

More can be learned about the Pythagorean Theorem at brainly.com/question/30203256

#SPJ1

How many hex digits are required to represent decimal numbers up to 1,999? how many bits are required?

Answers

To determine the number of hex digits required to represent decimal numbers up to 1,999, we need to find the largest decimal number within that range and convert it to hexadecimal representation.

The largest decimal number within the range is 1,999. To convert it to hexadecimal, we divide it by 16 repeatedly until the quotient is 0, and then concatenate the remainders in reverse order.

1,999 divided by 16 gives a quotient of 124 and a remainder of 15 (F in hexadecimal representation).

124 divided by 16 gives a quotient of 7 and a remainder of 12 (C in hexadecimal representation).

7 divided by 16 gives a quotient of 0 and a remainder of 7 (7 in hexadecimal representation).

Thus, 1,999 in hexadecimal representation is 7CF. It requires three hex digits (7, C, F) to represent 1,999.

To calculate the number of bits required, we need to know the number of bits in one hex digit. Since each hex digit represents 4 bits, three hex digits would represent 3 * 4 = 12 bits.

Therefore, to represent decimal numbers up to 1,999, three hex digits are required, and it would take 12 bits.

Learn more about digits here:

brainly.com/question/30142622

#SPJ11

()) In hockey, the number of goals a team has scored determines that team's score.

g = the number of goals a team has scored

S = the team's score

)) Which of the variables is independent and which is dependent?

0

s is the independent variable and g is the dependent

variable

g is the independent variable and s is the dependent

variable

Answers

g is the independent variable and s is the dependent variable. The definition of a dependent variable is one whose assessment in one circumstance depends on the quality of another variable. A variable whose values are unaffected by changes is referred to as an independent variable.

As given,

g is the number of goals a team has scored and s is the team's score. The score of the team is dependent upon the number of goals made by the hockey players as the team's score is determined by the number of goals made by the hockey player's team. In short, we can say that s ( the team's score) is the dependent variable on g (the number of goals a team has scored). Whereas g ( the number of goals a team has scored) is the independent variable in the given question as it is not determined by any other variable.

Learn more about dependent and independent variables here: brainly.com/question/2924018

#SPJ4

CAN SOMEONE PLS HELP ME WITH THIS MATH

CAN SOMEONE PLS HELP ME WITH THIS MATH

Answers

Answer:

1. 3) measure of angle 3 and measure of angle 5 are supplementary

2. x=16

Please help.
Is algebra.

Please help.Is algebra.

Answers

The answer is d:(-2,4)

Which expression is equivalent to 12 + 96? O 6(6 + 84) O 6(2 +96) O 12(1 + 8) O 12(1 +96)

Which expression is equivalent to 12 + 96? O 6(6 + 84) O 6(2 +96) O 12(1 + 8) O 12(1 +96)

Answers

\(\begin{gathered} 12+96 \\ \text{ using distributive law} \\ \text{ find the common factors of 12 and 96} \\ The\text{ highest common factor betw}een\text{ them is 12} \\ \text{Therefore,} \\ 12(1+8)=12+96 \\ \text{The answer is 12(1 + 8)} \end{gathered}\)

C. Write a true statement about the relationship of the line segments and
angle measures when a translation is applied to a preimage.

Answers

In a translation, the line segments connecting pre-image and image points are parallel, having the same slope. In a 90° rotation, the line segments connecting pre-image and image points are perpendicular, having opposite reciprocal slopes.

In the translation of the line segment to the pre-image only implies the change of position, but the slope never changes in translation.

Given that,
To write a true statement about the relationship between the line segments and angle measures when a translation is applied to a preimage.

What is a line?

The line is a curve showing the shortest distance between 2 points.

What is angle?

The angle can be defined as the one line inclined over another line.

Here,
The translation is a process, in which the same figure with the same orientation shifted its position which does not affect the orientation or size to the preimage,

Thus, in the translation of the line segment to the pre-image only implies the change of position, but the slope never changes in translation.

Learn more about lines here:

brainly.com/question/2696693

#SPJ2


solve the equation

pic:

solve the equation pic:

Answers

The solution to the equation \((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2\) is 10.3891

How to solve the equation

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

\((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2\)

Using the following trigonometry ratio

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

We have

\((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2 = (\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + 1 + e^2\)

The sum to infinity of a geometric series is

S = a/(1 - r)

So, we have

\((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2 = \frac{1/2}{1 - 1/2} + \frac{9/10}{1 - 1/10} + 1 + e^2\)

So, we have

\((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2 = 1 + 1 + 1 + e^2\)

Evaluate the sum

\((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2 = 3 + e^2\)

This gives

\((\sum\limits^{\infty}_{i=1} \frac{1}{2^i}) + (\sum\limits^{\infty}_{i=1} \frac{9}{10^i}) + \sin^2(\theta) + \cos^2(\theta) + e^2 = 10.3891\)

Hence, the solution to the equation is 10.3891

Read more about summation notation at

brainly.com/question/15973233

#SPJ1

What is the absolute value of -11

What is the absolute value of -11

Answers

Answer:

11

Step-by-step explanation:

11

since it asks the absolute value of -11 it

will be 11 because in absolute value-for negatives it always positive.

Answer:

see attached

Step-by-step explanation:

What is the absolute value of -11

Solve for k:
17/3k - 2 = 4/3(4k + 2)

Answers

Answer:

k = 14

hope it's helpful ❤❤❤❤❤

THANK YOU.

Solve for k:17/3k - 2 = 4/3(4k + 2)

(-9, 19), (10, 16)
Find the slope of the line through each pair of points

Answers

Answer:

-3/19

Step-by-step explanation:

slope = rise/run = (y1 - y2) / (x1 - x2)

s = (19 - 16) / (-9 -10)

s = 3/-19 = -3/19

Consider the following vector field.
F(x, y, z) =
9ex sin(y), 2ey sin(z), 8ez
sin(x)
(a)
Find the curl of the vector field.
curl(F) =
(b)
Find the divergence of the vector field.
div(F) =

Answers

The curl of the vector field

curl(F) = -2ey cos(z)i + 8ez cos(x)j - 9ex cos(y)k

The divergence of the vector field

div(F) = 9e^x sin(y) + 2e^y sin(z) + 8e^z

To find the curl of the vector field F(x, y, z) = 9ex sin(y), 2ey sin(z), 8ez sin(x), we need to compute the determinant of the curl matrix.

(a) Curl of F:

The curl of a vector field F = P(x, y, z)i + Q(x, y, z)j + R(x, y, z)k is given by the following formula:

curl(F) = (∂R/∂y - ∂Q/∂z)i + (∂P/∂z - ∂R/∂x)j + (∂Q/∂x - ∂P/∂y)k

In this case, we have:

P(x, y, z) = 9ex sin(y)

Q(x, y, z) = 2ey sin(z)

R(x, y, z) = 8ez sin(x)

Taking the partial derivatives, we get:

∂P/∂y = 9ex cos(y)

∂Q/∂z = 2ey cos(z)

∂R/∂x = 8ez cos(x)

∂R/∂y = 0 (no y-dependence in R)

∂Q/∂x = 0 (no x-dependence in Q)

∂P/∂z = 0 (no z-dependence in P)

Substituting these values into the curl formula, we have:

curl(F) = (0 - 2ey cos(z))i + (8ez cos(x) - 0)j + (0 - 9ex cos(y))k

= -2ey cos(z)i + 8ez cos(x)j - 9ex cos(y)k

Therefore, the curl of the vector field F is given by:

curl(F) = -2ey cos(z)i + 8ez cos(x)j - 9ex cos(y)k

(b) Divergence of F:

The divergence of a vector field F = P(x, y, z)i + Q(x, y, z)j + R(x, y, z)k is given by the following formula:

div(F) = ∂P/∂x + ∂Q/∂y + ∂R/∂z

In this case, we have:

∂P/∂x = 9e^x sin(y)

∂Q/∂y = 2e^y sin(z)

∂R/∂z = 8e^z

Substituting these values into the divergence formula, we have:

div(F) = 9e^x sin(y) + 2e^y sin(z) + 8e^z

Therefore, the divergence of the vector field F is given by:

div(F) = 9e^x sin(y) + 2e^y sin(z) + 8e^z

Learn more about divergence of the vector this link:

https://brainly.com/question/30907324

#SPJ11

Line c has an equation of y= 4 3 x+9. Line d is parallel to line c and passes through ( – 4, – 4). What is the equation of line d?

Answers

The answer to your question is y = -1/2x + 2    

We have given that,

Line c has an equation of y= 4 3 x+9. Line d is parallel to line c and passes through ( – 4, – 4)

Data, Line C  y = -1/2x - 2

Line D =?

Point = (8, -2) Process

1.- Get the slope of line C. The slope is the coefficient of the letter x.

 y = -1/2x - 2

slope = -1/2

2.- Get the slope of line D. As the lines are parallels, the slope is the same.

     slope = -1/2

3.- Find the equation of line D

What is the slope point form?

  y - y1 = m(x - x1)

We use the substitution method

y + 2 = -1/2(x - 8)

We simplify the given equation

 y + 2 = -1/2x - 8(-1/2)

 y + 2 = -1/2x + 4

y = -1/2x + 4 - 2

The equation of line d is  y = -1/2x + 2.

To learn more about the equation visit:

https://brainly.com/question/2972832

#SPJ1

3- Find all values of Z such that e² = 2+i√3

Answers

The values of Z such that e² = 2 + i√3 are Z = ln(2 + i√3) + 2πik, where k is an integer.

To find the values of Z, we can start by expressing 2 + i√3 in polar form. Let's denote it as re^(iθ), where r is the modulus and θ is the argument.

Given: 2 + i√3

To find r, we can use the modulus formula:

r = sqrt(a^2 + b^2)

= sqrt(2^2 + (√3)^2)

= sqrt(4 + 3)

= sqrt(7)

To find θ, we can use the argument formula:

θ = arctan(b/a)

= arctan(√3/2)

= π/3

So, we can express 2 + i√3 as sqrt(7)e^(iπ/3).

Now, we can find the values of Z by taking the natural logarithm (ln) of sqrt(7)e^(iπ/3) and adding 2πik, where k is an integer. This is due to the periodicity of the logarithmic function.

ln(sqrt(7)e^(iπ/3)) = ln(sqrt(7)) + i(π/3) + 2πik

Therefore, the values of Z are:

Z = ln(2 + i√3) + 2πik, where k is an integer.

The values of Z such that e² = 2 + i√3 are Z = ln(2 + i√3) + 2πik, where k is an integer.

To know more about polar form visit

https://brainly.com/question/30824428

#SPJ11

Enrique took his family out for dinner to leave a 20% tip. If the bill was $131.00, what was his tip? How much was his total cost?

Answers

Answer:

$26.2 was the tip. $157.2 was the total cost.

Step-by-step explanation:

Hope this helps! Have a Fantastic Fri-yay!

How many ounces are in 2 1/2 gallons?

Answers

320 fluid ounces

because one gallon has 128 fluid ounces

The graph represents a relation where x represents the independent variable and y represents the dependent variable.



Is the relation a function? Explain.


No, because for each input there is not exactly one output.

No, because for each output there is not exactly one input.

Yes, because for each input there is exactly one output.

Yes, because for each output there is exactly one input.

The graph represents a relation where x represents the independent variable and y represents the dependent

Answers

Answer:

  (a)  No, because for each input there is not exactly one output.

Step-by-step explanation:

You want to know if the relation shown in the graph is a function.

Function

A relation is a function if its graph passes the vertical line test. That is, a vertical line cannot intercept the graph of the relation at more than one point.

The points (-1, -2) and (-1, 3) will both be intercepted by the vertical line x = -1. This tells us the relation is not a function, because it has two outputs for that input.

<95141404393>

Assume that grass has 1500 calories of energy. How many calories are transferred to the
flea beetle? How many calories are transferred to the sparrow?

Answers

Answer:

Calories are transferred to flea beetle = 150 Calories

Calories are transferred to the sparrow = 15 Calories

Step-by-step explanation:

Given:

Calories in grass = 1,500 Calories

Find:

Calories are transferred to flea beetle

Calories are transferred to the sparrow

Computation:

According to food chain level only 10 % of Calorie transferred to the next level.

So,

Calories are transferred to flea beetle = 10% (Calories in grass)

Calories are transferred to flea beetle = 10% (1,500)

Calories are transferred to flea beetle = 150 Calories

Calories are transferred to the sparrow = 10% (Calories are transferred to flea beetle)

Calories are transferred to the sparrow = 10% (150)

Calories are transferred to the sparrow = 15 Calories

Leshawn was asked to sketch the graph of a linear
function that is increasing for all values of x. Which
end behavior shouid his graph show? 7

Answers

Answer:

do you have a photo ? to go with it

Step-by-step explanation:

Item 8
POSSIBLE POINTS: 11.11
In math class, the teacher asked students to randomly select a card and roll a number cube. There were 6 yellow cards, 4 blue, 8 red and 7 green cards. The number cube was numbered 1 through 6. What was the probability of choosing a green card and rolling an odd number?


14%

24%

48%

36%

Answers

Answer:

24% is the answer

Step-by-step explanation:

Ashley has 6,452 buttons that need to be sorted equally into 25 jars. How many buttons will be in each jar? How many buttons will be leftover??? Pls answer.

Answers

161,300 because it says “each” and that means u have to multiply

Use long division or a calculator to write 1/6 as a decimal. Then tell whether the decimal is terminating or repeating

Answers

It can be seen that it is a repeating decimal because the division is continuous

Use long division or a calculator to write 1/6 as a decimal. Then tell whether the decimal is terminating
Use long division or a calculator to write 1/6 as a decimal. Then tell whether the decimal is terminating

Peter has hats. He can divide them into equal groups of 2,6 and 8. How many hats does Peter have?

Answers

Answer:

24

Step-by-step explanation:

Answer: 24 hats

Step-by-step explanation:

1. Find common multiples: 2: 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36   6: 6,12,18,24,30,36   8: 8,16,24,32

2. Find the least common multiple: 24

If a ladder is to be placed 3 feet from the side of a house. If top of the ladder rests exactly on the edge of the house when it is placed at an angle of 72 degrees from the ground, how long is the ladder to the nearest foot?

Answers

Answer:

7 feet long

Step-by-step explanation:

This set up will give a right angle triangle where;

Length of the ladder is the hypotenuse = x

The distance of the ladder to the house is the adjacent = 3 feet

Angle of elevation theta = 72 degrees

Using the CAH in trigonometry identity;

cos theta = adjacent/hypotenuse

cos 72 = 3/hyp

hyp = 3/cos72

hyp = 3/0.4258

hyp = 7.05 feet

Hence the ladder is approximately 7 feet long

two urns contain 5 white and 7 black balls and 3 white and 9 black balls respectively. one ball is transferred to the second urn and then one ball is drawn from the second urn. find the probability that the first ball transferred is black, given that the ball drawn is black?

Answers

Answer:

14/23

Why:

P(A) = probability that the ball transferred from urn first to second is white

P(B) = probability that the ball drawn from second urn is black.

Case I: If white ball goes to urn II

P(C) = 5/12 x 9/13= 45/156

Case II: If black ball goes to urn II

P(D) = 7/12 x 10/13= 70/156

Thus, P(B) = P(C) + P(D) = 115/156

P(A/B) = Probability of event A when B has occurred = Probability that ball drawn from II urn is black = 14/23.

What does SSR represent in regression analysis? Multiple choice question. The amount of variation in X that is explained. The amount of variation in Y that is left unexplained. The amount of variation in X that is left unexplained. The amount of variation in Y that is explained.

Answers

SSR represents the amount of variation in Y that is explained in regression analysis.

It is also known as the sum of squares due to regression, which measures the difference between the predicted values and the actual values of the dependent variable (Y).

The higher the value of SSR, the better the fit of the regression line to the data. This is because a higher SSR indicates that more of the variation in Y is being explained by the independent variable (X).

Therefore, the correct answer to the multiple choice question is "The amount of variation in Y that is explained."

learn more about variable here:brainly.com/question/17344045

#SPJ11

Other Questions
can somebody help me please 1. Choose the best answer Disasters at sea oftenconditions.in bad weatherhappenshappen please help im reallyyyy desperate NO LINKS OR FILES Geometry question? What scale factor is used and can you explain how you got the answer. Thsnks Costs in the short run versus in the long run Ike's Bikes is a major manufacturer of bicycles. Currently, the company produces bikes using only one factory. However, it is considering expanding production to two or even three factories. The following table shows the company's short-run average total cost (SRATC) each month for various levels of production if it uses one, two, or three factories. (Note: Q equals the total quantity of bikes produced by all factories.) Suppose Ike's Bikes is currently producing 300 bikes per month in its only factory. Its short-run average total cost is pike. Suppose Ike's Bikes is expecting to produce 300 bikes per month for several years. In this case, in the long run, it would choose to produce bikes using On the following graph, plot the three SRATC curves for Ike's Bikes from the previous table. Specifically, use the green points (triangle symbol) to plot its SRATC curve if it operates one factory (SRATC 1); use the purple points (diamond symbol) to plot its SRATC curve if it operates two factories ( SRATC 2); and use the orange points (square symbol) to plot its SRATC curve if it operates three factories (SRATC 3 ). Finally, plot the long-run average total cost (LRATC) curve for Ike's Bikes using the blue points (circle symbol). its SRATC curve if it operates one factory (SRATC ); use the purple points (diamond symbol) to plot its SRATC curve if it operates two factories ( SRATC 2); and use the orange points (square symbol) to plot its SRATC curve if it operates three factories (SRATC 3). Finally, plot the long-run average total cost (LRATC) curve for Ike's Bikes using the blue points (circle symbol). Note: Plot your points in the order in which you would like them connected. Line segments will connect the points automatically. In the following table, indicate whether the long-run average cost curve exhibits economies of scale, constant returns to scale, or diseconomies of scale for each range of bike production. If you borrow $700 for one year at an interest rate of 8% p.a, how much interest will you pay every month? When as-built drawings are received after a project is completed, they should contain which of the following before they are accepted? A. Updated warranty information for the equipment maintenance program B. RGI and change-order information for project costs C. Owner-furnished equipment list for asset management D. Field notes by the contractor during the construction project 30 POINTS!!Use the RACE strategy to answer this question: Why did the Tokugawa Shogunate want to close the borders to Japan? Use pages 161-162 in your Human Odyssey Textbook for the "C" portion of RACE. This question is based on The Gettysburg Address by Abraham Lincoln and Letter to His Son by Robert E. Lee.About which idea would Lincoln and Lee most likely agree? which sentence below correctly refers to the collective noun "class" as a whole unit?A. our class are preparing their reports to share at the outingB. our class are planning its annual outing for this FridayC. our class is planning its annual outing for this FridayD. after school our class goes home, does their homework, and eat dinner with their families. ANSWER QUICK WILL GIVE THE BRAINIEST & 100 POINTS! I AM READING UNGIFTED BY GORDON KORMAN!!!!!Question 7 (Essay Worth 10 points)(HC)Think about the novel or short story you read for Module Five. What does the resolution tell you about the future of the protagonist? Cite quotations and page numbers from your novel or short story that support your ideas. The John Equipment Company estimates its carrying cost at 15% and its ordering cost at $9 per order. The estimated annual requirement is 48,000 units at a price of $4 per unit.Required:What is the most economical number of units to order?How many orders should be placed in a year?How often should an order be placed? HELP NOW WILL GIVE BRAINLEST Read the excerpts below from The Devils Arithmetic and Refugee. Then, write about a similarity or difference between Jane Yolens and Alan Gratzs perspectives. Explain your answer in a paragraph using details from the texts. violence on television does not lead to violent behavior"" is an example of a ___________. Solvemake B the subject of formula[tex]A = \frac{1}{2} bh[/tex]After making B the subject of formulafind b when A = 135 , H = 18 Why did Hamilton encourage Washington to take such a large army to western Pennsylvania? i dont know how to do this and there are multiple questions, so in total 4. if you dont mind being able to answer questions for a little less than a while, than please help. thank you. Simulate two values from a lognormal distribution with = 5 and = 1.5. Use thepolar method and the uniform random numbers 0.942,0.108,0.217,and 0.841. What is the sequence number of the TCP SYN segment that is used to initiate the TCP connection between the client computer and gaia.cs.umass.edu? In this problem you will use total differential to approximate (5.2^2) (2.9)^2. (a) (5 points) Find f(x, y) suitable for the problem. Find total differential of f. (b) (5 points) Find starting point (xo, yo), (r, y) and approximate the value f(5.2, 2.9).