A boat is heading towards a lighthouse, whose beacon-light is 107 feet above the water. From point

A, the boat’s crew measures the angle of elevation to the beacon, 12


, before they draw closer. They measure the angle of elevation a second time from point

B at some later time to be 20


. Find the distance from point

A to point

B. Round your answer to the nearest foot if necessary.

Answers

Answer 1

The distance between the points A and B is 209.4 feet

What is an equation?

An equation is an expression that contains numbers and variables linked together by mathematical operations of addition, subtraction, multiplication, division and exponents. An equation can either  be linear, quadratic, cubic, depending of the degree of the variable.

Trigonometric ratio is used to show the relationship between the sides and angles of a right triangle.

A boat is heading towards a lighthouse, whose beacon-light is 107 feet above the water. From point A, the boat’s crew measures the angle of elevation to the beacon, 12°. Let a represent distance from point A to light house:

tan(12) = 107/a

a = 503.4 feet

They measure the angle of elevation a second time from point B at some later time to be 20°. Hence, if b represent distance from point A to light house:

tan(20) = 107/b

b = 294 feet

Distance from point A to B = 503.4 feet - 294 feet = 209.4

The distance between the points is 209.4 feet

Find out more on equation at: https://brainly.com/question/2972832

#SPJ1


Related Questions

Como despejar x en y = 10x - 1

Answers

Answer:

x= y+1/10

Step-by-step explanation:

y = 10x-1

y+1 = 10x

y+1/10 = x

y+1/10

Step-by-step explanation:

1. Add 1

2.divide by 10

if i'm given 3 points and found a vector projected onto another vector, how do i know those 3 points lie on the same line?

Answers

If you have three points in space , we can use direction vector , check if vectors are collinear or proportional to know those 3 points lie on the same line.

If you have three points in space and you find a vector that is projected onto another vector from each of these three points, it is possible to determine if the three points lie on the same line. Here's how you can do it:

Find the direction vector: Calculate the direction vector from one of the points to the other two points.

Check if the projection vectors are collinear: If the projection vectors from all three points are collinear, it means that they are all pointing in the same direction and are proportional to each other.

Check if the projection vectors are proportional: If the projection vectors are proportional, it means that they are all pointing in the same direction, and the three points are on the same line. Note that in order to determine if the projection vectors are proportional, you would need to know the magnitude of the projection vectors.

If the three points do lie on the same line, the direction vector found in step 1 will be proportional to the projection vectors found in step 2 and step 3, and all three points will lie on the same line in space.

To learn more about vectors click on,

https://brainly.com/question/15874729

#SPJ4

a) Complete the table of values for y = x^2 - 4 x




b) Which of the three curves drawn matches the graph of y = x^2 - 4x​

Answers

On solving the provided question, we can say that from the graph[tex]y = x^2 - 4x[/tex], x = 0, y = 0 and x =2, y = 0

What is graphs?

Mathematicians use graphs to logically convey facts or values using visual representations or charts. A graph point will typically reflect a relationship between two or more things. Nodes, or vertices, and edges make form a graph, a non-linear data structure. Glue together the nodes, often referred to as vertices. This graph has vertices V=1, 2, 3, 5, and edges E=1, 2, 1, 3, 2, 4, and (2.5), (3.5). (4.5). Statistical charts (bar charts, pie charts, line charts, etc.) graphical representations of exponential growth. a logarithmic graph in the shape of a triangle.

from the graph,

[tex]y = x^2 - 4x[/tex]

so,

x = 0, y = 0

x = -1,

y = 5

and x =2, y = 0

To know more about graphs visit:

https://brainly.com/question/11950136

#SPJ1

what are the coordinates to graph y=-2x-2

Answers

Answer: the y intercept is (0,-2)

Step-by-step explanation:

Step-by-step explanation:

it is a line.

so, you need 2 points of the line that you can then connect via a ruler and a pen.

you get a point by picking a value for x and calculate the corresponding y.

like x = 0, y = -2×0 - 2 = -2

or x = -2, y = -2×-2 - 2 = 2

A scuba diver is hired to take underwater photos. He begins swimming straight downward from an elevation of -5 meters relative to sea level. His elevation changes at a constant rate of 2.5 meters per minute. When he stops, his camera is still in a safe depth for use. For how many minutes could he have been swimming? Graph the solution set. Show your work.​

Answers

Step-by-step explanation:

The scuba diver's elevation after t minutes can be represented by the equation y = -5 + 2.5t. The camera is in a safe depth for use when y is greater than or equal to 0, so we want to find the value of t when y is equal to 0.

Solving for t:

0 = -5 + 2.5t

5 = 2.5t

t = 5/2.5

t = 2

So the scuba diver could have been swimming for 2 minutes.

The graph of the solution set would be a line with slope 2.5 and y-intercept of -5, and the x-axis (y = 0) would be the line where the diver's depth is equal to sea level. The solution to the problem would be the point on the graph where y = 0 and x = 2.

a bike tire was 1/2 full it took a small air compressor 3 1/3 seconds to fill it up how long would it have taken to fill a empty tire

Answers

Answer:7 seconds

Step-by-step explanation:

it would take 7 seconds second to fill in a inTIRE empty bike

3 1/2 *2=7

which of the following compound conditions are equivalent to the following nested conditionals? if (x > 200): if (y < 200): i. ((x > 200) and (y < 200)) ii. (x > 200 and y > 200) iii. not ((x

Answers

the expression are equivalent compound condition for the nested conditionals is (x > 200) and (y < 200).

ii. The equivalent compound condition for the nested conditionals is not (x > 200 and y > 200).

iii. The equivalent compound condition for the nested conditionals is not ((x ≤ 200) or (y ≥ 200)).

The equivalent compound conditions for the given nested conditionals are as follows:

i. The compound condition (x > 200) and (y < 200) is equivalent to the nested conditionals if (x > 200): if (y < 200). This is because the compound condition requires both conditions to be true for the condition to be satisfied.

ii. The compound condition not (x > 200 and y > 200) is equivalent to the nested conditionals if (x > 200): if (y < 200). This is because the compound condition requires both conditions to be false for the condition to be satisfied.

iii. The compound condition not ((x ≤ 200) or (y ≥ 200)) is equivalent to the nested conditionals if (x > 200): if (y < 200). This is because the compound condition requires both conditions to be false for the condition to be satisfied.

Learn more about expression here

https://brainly.com/question/14083225

#SPJ4

A bricklayer needs to order 6300 kg of building sand.

a) Write 6300 kg in grams, giving your answer in standard form.

One grain of this sand approximately weighs 7 x 10*g.
b) How many grains of sand are there in 6300 kg of sand?
Give your answer in standard from.

Answers

The standard form of 6300 kg in grams is 0.63 x [tex]10^7[/tex] g.

There are 90000 grains in 6300 kg of sand.

What is unit conversion?

It is the conversion of one unit to another unit with its standard conversion.

Example:

1 minute = 60 seconds

1 km = 1000 m

We have,

6300 kg

Now,

1 kg = 1000 g

So,

6300 kg = 6300 x 1000 g

6300 kg = 63 x [tex]10^5[/tex] g

6300 kg = 0.63 x [tex]10^7[/tex] g

Now,

One grain = 7 x 10 g

So,

Number of grains in 0.63 x [tex]10^7[/tex] g.

= 0.63 x [tex]10^7[/tex] ÷ 7 x 10

= 90000

Thus,

0.63 x [tex]10^7[/tex] g is the standard form.

90000 grains.

Learn more about unit conversion here:

https://brainly.com/question/13899873

#SPJ1

charlie drove to the mountains last weekend. there was heavy traffic on the way there, and the trip took hours. when charlie drove home, there was no traffic and the trip only took hours. if his average rate was miles per hour faster on the trip home, how far away does charlie live from the mountains?

Answers

If his average rate was miles per hour faster on the trip home, Charlie lives 480 miles from the mountain.

Let s = his speed to the mountains,

(s+20) = his return speed

The distance each way is the same,

Using the formula,

Distance = speed * time

12s = 8(s+20)

12s = 8s + 160

12s - 8s = 160

4s = 160

s = 160/4

s = 40 mph

So his speed to the mountain is 40mph

then,

Putting the values of speed and times we get,

40 * 12 = 480 miles to the mountains

Therefore, distance between charlie and the mountains is 480 miles.

Learn more about Distance problems:

https://brainly.com/question/11302618

#SPJ4

WILL GIVE brainliest HELP ASAP

Answers

Answer:

E,B are the answers.

Step-by-step explanation:

When switching x and y, the result is always an inverse ________(relation or function).

Answers

function is the answer of this question

The result is always an inverse function

What rule would you allow to test whether (x,y) is on line l

Answers

The slope of the line will be 5 / 4 for the given graph.

What is a slope?

Slope or the gradient is the number or the ratio which determines the direction or the steepness of the line. The slope of the line is defined as the ratio of the rise o the line to the run of the line.

Given that the line is passing through points ( 4,5) and ( 8, 10). The slope of the line will be calculated as:-

Slope = ( y₂ - y₁ ) / ( x₂ - x₁ )

Slope = ( 10 - 5 ) / ( 8 - 4 )

Slope = 5 / 4

Hence, the slope of the line is equal to 5 / 4.

To know more about slope follow

https://brainly.com/question/3493733

#SPJ1

(PLS HELP!!!)
The medians of ADEF are DK, EL, and FJ. They meet at a single point M.
(In other words, M is the centroid of ADEF.)
Suppose EL=24, DM = 12, and FM = 6.
Find the following lengths.
Note that the figure is not drawn to scale.

Answers

Answer:

DK = 18

MJ = 3

ML = 8

Step-by-step explanation:

In this problem, we need to use the Median of a Triangle Formula. This formula states that EM/EL = FM/JF = DM/DK = 2/3. To implement this into our question, we can write ML/EL = 1/3, so we get that ML = 24/3 = 8. We also know that MJ/FM = 1/2, so MJ = 6/2 = 3. Finally, DM/DK = 2/3, so DK = (12*3)/2 = 18. Hope this is correct.

x − y = 8 x + 4 y = 13

Answers

Answer:

x=9, y=1

Step-by-step explanation:

Give brainlist, please







What is the measure of ABE

Answers

If <A = 51° then the measure of angle ABE be 39°.

What is meant by right angled triangle?

The term "right triangle" refers to a triangle with an interior angle of 90 degrees. The hypotenuse, the side that faces the right angle and is also the side with the longest side in a right triangle, and the height and base are the two arms of the right angle.

It is 90 degrees at a right angle. Angles smaller than 90 degrees are considered sharp angles. More over 90 degrees is considered an obtuse angle. Additionally, these angles aid in categorizing the various triangular varieties.

ΔABE = 180 degree

Let the equation be

∠A + ∠B  + ∠E = 180 degree

simplifying the above equation, we get

51° + ∠B + 90° = 180°

∠B = 180° - 90° - 51°

∠B = 39°

Therefore, the measure of angle ABE be 39°.

To learn more about right angled triangle refer to:

https://brainly.com/question/64787

#SPJ1

If $100 is increased by 15% it then becomes?​

Answers

Answer:

$115

Step-by-step explanation:

If $100 is increased by 15%, it becomes $100 + 0.15 * $100 = $100 + $15 = $115.

Answer: 115

Step-by-step explanation:

100 x 0.15 = 15 so, 100 + 15 = 115

Consider the function g(x)=−(x−1)^3−2. Which ordered pair lies on the inverse of the function?
(62,−3)
(−4, 123)
(3, 1)
(3,−6)

Answers

The ordered pair lie on the inverse of the function is (62,−3).

Option A is the correct answer.

What is a function?

function is a relationship between inputs where each input is related to exactly one output.

Example:

f(x) = 2x + 1

f(1) = 2 + 1 = 3

f(2) = 2 x 2 + 1 = 4 + 1 = 5

The outputs of the functions are 3 and 5

The inputs of the function are 1 and 2.

We have,

f(x) = -(x - 1)³ - 2

The inverse of f(x).

y = -(x - 1)³ - 2

interchange x and y and solve for y.

x = -(y - 1)3 - 2

(y - 1)³ = -2 - x

(y - 1)³ = -(2 + x)

Cuberoot on both sides.

y - 1 = ∛-(2 + x)

y = ∛-(2 + x) + 1

Now,

Substitute in the inverse of g(x).

(62, -3) = (x, y)

(−4, 123) = (x, y)

(3, 1) = (x, y)

(3,−6) = (x, y)

So,

y = ∛-(2 + x) + 1

y = ∛-(2 + 62) + 1

∛-1 = -1

y = -1∛64 + 1

y = -1 x 4 + 1

y = -4 + 1

y = -3

So,

(62, -3) ______(1)

And,

y = ∛-(2 + x) + 1

y = ∛-(2 - 4) + 1

∛-1 = -1

y = ∛(-2 + 4) + 1

y = ∛2 + 1

y =  1.26 + 1

y = 2.26

So,

(-4, 2.26) _______(2)

And,

y = ∛-(2 + x) + 1

y = ∛-(2 + 3) + 1

∛-1 = -1

y = -1∛5 + 1

y = -1 x 1.71 + 1

y = -1.71 + 1

y = -0.71

So,

(3, -0.71) _______(3)

And,

y = ∛-(2 + x) + 1

y = ∛-(2 + 3) + 1

∛-1 = -1

y = -1∛5 + 1

y = -1 x 1.71 + 1

y = -1.71 + 1

y = -0.71

So,

(3, -0.71) ______(4)

Thus,

From (1), (2), (3), (4) we see that,

(62, -3) is the solution to the inverse of g(x).

Learn more about functions here:

https://brainly.com/question/28533782

#SPJ1

A)How much material does he need to cover the one rectangular side of the tent with the rip? Justify your answer using equations/formulas, models, and/or words to explain your mathematical reasoning.


Answer:




B)If David’s dad wanted to recover the whole tent including the bottom, how much material would he need? Justify your answer using equations/formulas, models, and/or words to explain your mathematical reasoning.


Answer:




C)What is the volume of the tent? Justify your answer using equations/formulas, models, and/or words to explain your mathematical reasoning. (You need to find the area of one of the triangular bases, and then you can take that measurement and multiply it with the height of the entire prism. ) V=Bh, where B = area of one of the triangular bases


Answer

Answers

He would need 54 ft² material to cover the one rectangular side of the tent with the rip and 213 ft² to recover the whole tent including the bottom. The volume of the tent is 189 ft³.

Part A

He would need 54 ft² material to cover the one rectangular side of the tent with the rip. As we have to find the area of a rectangular side of a rectangle we will use the formula Area= Length × Width

∴ Area of a Rectangle = length of the rectangle × width of the rectangle

A = 9 × 6

A = 54 ft²

Part B

David's dad would need 213 ft² material to recover the whole tent including the bottom. We know that the 2 sides of the tent are 54 ft² each. So, the total is 54 × 2 = 108 ft².

We will now find the area at the bottom of the tent

A = 7 × 9

A= 63 ft²

We will now find the area of the triangular sides

Triangle Area = 1÷2 × b×h

A = 1÷2 × 7 × 6

A =  1÷2 × 42

A = 21  ft²

As there are 2 triangular sides so we have to multiply it by 2

∴ 21 × 2 = 42 ft²

Add all the sides together 108  63 + 42 = 213 ft²

Part C

The volume of the tent is 189 ft³. It can be found by applying the formula V= b×h

Triangle area = 1÷2 × bh

A = 1÷2 ×7 × 6

A=  1÷2 × 42

A= 21

With a=21 as B and h= 9ft and applying the formula v=Bh

We have,

v = 21 × 9

v = 189 ft³

Learn more about Rectangle here: brainly.com/question/29123947

#SPJ4

Ava draws a circle with a radius of 4cm. Elliana draws a circle with a diameter of 6 cm. without calculating, whose circle has the greater area? explain.

Answers

Answer:

Elliana's circle with a radius 4 has a greater area

Step-by-step explanation:

The area of a circle is given by πr²

Area is directly proportional to the square of the radius

A ∝ r²

So the greater the radius, the greater the area

Hence, Elliana's circle has a greater area

(In a survey of a group of 180 students, 50 students like cricket game only, 30 students like basketball game only and 50 students do not like both games.): i)Represent the above information in a Venn-diagram. ii)Find the ratio of the students who like cricket game and basketball game.​

Answers

Answer:

Ratio of cricket to basketball = 5:3

Venn diagram attached below

Step-by-step explanation:

Ratio =

50 people like cricket

30 people like cricket

50:30

simplified

= 5:3

how many hip-hop songs does the streaming music channel play for every 12 pop songs? plot a point on the graph to model this relationship

Answers

For every 12 pop songs played on the streaming music channel, there are 8 hip-hop tracks.

How do you write the relationship of a graph?

After that, the algebraic relationship is denoted by the equation y = mx + b, where y stands for the distance, x for time, m for the slope, and b for the y-intercept. Distance = (2m/s)time - 1m is the relationship we infer from the graph.

The association between two quantitative variables measured for the same individuals is displayed in a scatterplot. One variable's values are shown on the horizontal axis, and the other variable's values are shown on the vertical axis. Each individual in the data is represented by a point on the graph.

As the values of the independent variables rise, a linear connection shows as a straight line, rising or dropping. A direct relationship is shown by a rising line to the right. If the line curves right, there is an inverse relationship.

For every 12 pop songs played on the streaming music channel, there are 8 hip-hop tracks.

To learn more about graphs refer to;

brainly.com/question/19040584

#SPJ1

Which equation represents a function?
Responses


A y = ±2x + 3y = ±2x + 3


B x2
+ y2
= 16x 2 + y 2 = 16


C y = ±3x+8−−−−−√
y = ± 3 x + 8


D y2
= -5x - 8y 2 = -5x - 8


E x = 4y + 7

Answers

Option (A)  (y = ±2x + 3) represents a function. In this equation, for every value of x, there is only one corresponding value of y, which satisfies the equation.

A function is a relation between two variables where each input is associated with exactly one output. To determine if an equation represents a function, we can use the vertical line test.

Out of the given options, only equation A (y = ±2x + 3) represents a function. In this equation, for every value of x, there is only one corresponding value of y, which satisfies the equation. When plotted on a coordinate plane, a vertical line will intersect the graph at most once for every value of x.

Equations B[tex](x^2 + y^2 = 16)[/tex], C[tex](y = \pm3x + 8)[/tex], D [tex](y^2 = -5x - 8)[/tex], and E [tex](x = 4y + 7)[/tex] do not represent functions. In these equations, a vertical line will intersect the graph more than once for some values of x, meaning that there are multiple outputs for a single input, which violates the definition of a function.

Learn more about  vertical line test :

https://brainly.com/question/29263148

#SPJ4

what is another term for the average value of a distribution?

Answers

The another term for the average value of a distribution is "mean."

The mean is a commonly used measure of central tendency that represents the average value of a set of data. It is calculated by summing up all the values in a dataset and dividing by the total number of observations. The mean is a useful tool for summarizing the general tendency of a dataset and is used as a basis for other statistical calculations such as variance and standard deviation.

However, the mean is sensitive to outliers, meaning that a few extreme values in a dataset can greatly affect the mean. For this reason, it's sometimes necessary to use other measures of central tendency, such as the median or mode, to get a better understanding of the central tendency of a dataset.

Learn more about the Average value of a Distribution:

https://brainly.com/question/29659092

#SPJ4

solve the following systems of linear equations by graphing

x=4 and y=-3/2x - 2

Answers

Answer: -8

Step-by-step explanation: I did long division for 3/2 = -1.5 now I have to mutiply -1.5 x 4 = -6 - 2 = -6 + (-2) which now eqauls negative 8

Please help now asappp

Answers

The segments that provided result in true statement are:

NO/KL=PN/KM

Because PN and KM are in the same position of each triangle.

About middle segment

The middle segment of a triangle connects the midpoints of the two sides of the triangle

The middle part of a triangle theorem states that the middle part of a triangle is parallel to one side of the triangle and its length is half that side.

There are several propositions that apply to triangles:

(1) Theorem of the midpoint of the triangle

The line segment connecting the midpoints of the two sides of a triangle is parallel to the third side and half the length of the third side.

(2) Intercept Theorem

If two or more parallel lines are cut by two intersecting lines, then the ratio of the first intersecting line segments is equal to the ratio of the like segments of the second intersection.

Learn more about segment at

https://brainly.com/question/14653505

#SPJ1

If a battery has a radius of 4 millimeters and a height of 32 millimeters, approximately what is the area of the surface to be covered by the label? Use 3.14 for and round to the nearest hundredth.

Answers

The surface area to be covered by the label is 904.32 mm²

Assuming the shape of the battery is cylindrical.

The dimensions of the cylindrical battery:

radius r = 4 millimeters

height h = 32 millimeters

We know that the formula for the surface area of cylinder is:

A =  2πrh + 2πr²

where r is the radius of the cylinder and h is the height of the cylinder

Using this formula of surface area of cylider, the surface area to be covered by the label would be,

A =  2πr(h + r)

A = 2π × 4 × (32 + 4)

A = 2 × 3.14 × 4 × 36

A = 904.32 mm²

Thus, the required area = 904.32 sq. mm.

Learn more about the surface area of cylinder here:

https://brainly.com/question/22074027

#SPJ4

The ________ means that none of the points in the line will satisfy the inequality.

Answers

Answer: dotted/dashed line

Tommy had equal sized pieces of wood that measured 3.5 inches on each side. He glued the pieces of wood on top of each other until they reached a height of 7 feet. How many pieces of wood did Tommy glue together to reach a height of 7 feet?

Answers

He will need 2 wood in order to reach a height of 7 feet

What is the arithmetic operation?

The four fundamental operations of arithmetic are addition, subtraction, multiplication, and division of two or more quantities. Included in them is the study of numbers, especially the order of operations, which is important for all other areas of mathematics, including algebra, data management, and geometry. The rules of arithmetic operations are required in order to answer the problem.

Tommy had equal-sized pieces of wood that measured 3.5 inches on each side.

He glued the pieces of wood on top of each other until they reached a height of 7 feet.

One is glued above another so the wood add up in the stack.

To make 7 ft in total he need2*3.5 = 7ft

Hence He will need 2 wood in order to reach a height of 7 feet

Learn more about arithmetic, by the following link.

https://brainly.com/question/13181427

#SPJ1

If a two system of equation passes to the origin (0,0), How many solutions does it have?
A) One solution
B) infinity many solution
C) No solution
D) none of the above

Answers

Answer is B) infinite many solutions

Explanation

Since (0 ,0 ) is the cross point for both lines, we know 0 = 0 for any value of x, the system of equations has infinite solutions.

One solution would have the lines crossing at one coordinate
For an answer to have no solution both answers would not equal each other.

Given the grid on your work template, plot the points A(4,5) and B(-7,7). Calculate the distance between the 2 points, and find the midpoint.
distance=
u (rounded to hundredths place)

Answers

Answer:

distance = 11.1803 units

midpoint :  (-1.5, 6).

Step-by-step explanation:

To plot the points A(4, 5) and B(-7, 7) on the grid, we locate the points at the coordinates (4, 5) and (-7, 7) respectively.

The distance between two points (x1, y1) and (x2, y2) can be calculated using the distance formula:

d = √((x2 - x1)^2 + (y2 - y1)^2)

Plugging in the values for A and B, we get:

d = √((-7 - 4)^2 + (7 - 5)^2)

d = √(11^2 + 2^2)

d = √(121 + 4)

d = √125

d = 11.1803 (rounded to hundredths place)

The midpoint of two points (x1, y1) and (x2, y2) can be calculated as follows:

x = (x1 + x2) / 2

y = (y1 + y2) / 2

The midpoint of A and B is:

x = (4 - 7) / 2 = -1.5

y = (5 + 7) / 2 = 6

So the midpoint of A and B is approximately (-1.5, 6).

Other Questions
What mass of hydrogen gas is produced from complete reaction of 2.00 g of sodium metal with excess water? The only other product of the reaction is sodium hydroxide.Group of answer choices351 mg87.7 mg43.8 mg175 mg Given sin x= 3/5 and sin y= 2/3 , where x and y are both in first quadrant ' Evaluate sin(x + y) compare and contrast political liberalism with political conservatism in the first half of the nineteenth century in europe. Evaluate the activities that have an impact on all areas of your health. skylark company has forecast production for the next three months as follows: july 5,100 units, august 7,500 units, and september 7,900 units. monthly manufacturing overhead is budgeted to be $17,900 plus $10 per unit produced. what is the budgeted manufacturing overhead for july? a. jack and jill ran up a hill. jack is twice as massive as jill; yet jill ascends the same distance in half the time. who did the most work? What is an enzyme a substrate an active site? Help me please Please help me i need help with this Consider an ionic compound, MX3 , composed of generic metal M and generic gaseous halogen X. The enthalpy of formation of MX3 is f=989 kJ/mol. The enthalpy of sublimation of M is sub=129 kJ/mol. The first, second, and third ionization energies of M are IE1=647 kJ/mol, IE2=1627 kJ/mol, and IE3=2569 kJ/mol .The electron affinity of X is EA=369 kJ/mol . (Refer to the hint).The bond energy of X2 is BE=153 kJ/mol. Determine the lattice energy of MX3. indicate in which part of the statement of cash flows each item would appear: operating activities, investing activities, or financing activities. For a certain ideal gas, the temperature isincreased from 200 K to 602 K allowing pres-sure, which is initially 1 atm, to vary whilethe volume and number of moles of gas areheld constant. What is the new pressure?Answer in units of atm. Please do it and show the work 10 points for brainliest answer pourquoi dom juan est un hros Your teacher tells you that the mean score for a test was a 70 and that the standard deviation was 7 for your class. You are given that the z-score for your test was 2.5. What did you score on your test? TRUE/FALSE. state governments use to compete with other states and countries to locate businesses in their areas. Most sponge body plans are slight variations on a simple tube-within-a-tube design. Which of the following is a key limitation of sponge body plans? Select one: a. Sponges lack the specialized cell types needed to produce more complex body plans. b. Choanocytes must be protected from the hostile exterior environment. c. Spongin cannot support heavy bodies. d. The reliance on osmosis/diffusion requires a design that maximizes the surface area to volume ratio of the sponge. The center of a clock is at (0,0) in a coordinate system, and the minute hand is 10 inches long. Find the approximate coordinates of the tip of the minute hand at:12:05 p.m.12:45 p.m.12:55 p.m. Luke melts 200 grams of dark chocolate that contains 60% cocoa and mixes it with 200 grams of milk chocolate that contains 30% cocoa. Transverse waves on a string have wave speed 12m/s, amplitude 0.05m and wavelength 0.4m. The waves travel in the positive x direction, and at t=0 the x = 0 end of the string has zero displacement and is moving upward. (a) Find the frequency, period and wave number of these waves (b)Write a wave function describing the wave (c) Find the transverse displacement of a wave at x=0.25 at time t -0.15sec (d) How much time must elapse from the instant in part "(c)" until the point at x = 0.25m has zero displacement What should you do to protect yourself from an earthquake?